2014 -- 数据库面试题 基础: 1. 数据抽象:物理抽象、概念抽象、视图级抽象,内模式、模式、外模式 2. SQL语言包括数据定义、数据操纵(Data Manipulation),数据控制(Data Control) 数据定义:Create Table,Alter Table,Drop Table, Craete/Drop Index等 数据操纵:Select ,insert,update,del
2014 -- ISO 面试题 1.写一个NSString类的实现+ (id)initWithCString:(c*****t char *)nullTerminatedCString encoding:(NSStringEncoding)encoding; + (id) stringWithCString: (c*****t char*)nullTerminatedCString enco
2014 -- android 面试题 3. 对Intent、Activity、广播、Service等的理解。 4. 哪些情况下会发生ANR ? 怎么对应 ? (这个问题也重复了) Application Not Response。 5. 隐式、显式Intent的区别 · 显式意图 通过名字指明目标组件(这个组件名字字段component name field, 前面提到过, 有一个数值
2014 -- ASP.NET 面试题 1. 简述 private、 protected、 public、 internal 修饰符的访问权限。答 . private : 私有成员, 在类的内部才可以访问。protected : 保护成员,该类内部和继承类中可以访问。public : 公共成员,完全公开,没有访问限制。internal: 在同一命名空间内可以访问。2 .列举ASP.NET 页面之间传递值的几种方式。
2014 -- 经典PHP面试题 1.以下哪一句不会把 John 新增到 users 阵列? $users[] = ‘john’; 成功把 John 新增到阵列 users。 array_add($users,’john’); 函式 array_add() 无定义。 array_push($users,‘john’); 成功把 John 新增到阵列 users。 $users ||= ‘john’;
springmvc+mybatis+c3p0 tomcat启动时报的错误,求解决方案 2014-07-10 13:43:35,164 INFO org.springframework.web.context.ContextLoader:(ContextLoader.java:273) - Root WebApplicationContext: initialization started2014-07-10 13:43:35,371 INFO org.springfr