10 2014 档案
postgres 查询数据库所有表名
摘要:select relname as TABLE_NAME ,col_description(c.oid, 0) as COMMENTS from pg_class cwhere relkind = 'r' and relname not like 'pg_%' and relname not li...
阅读全文
Android BaseAdapter 数据和显示之间的Adapter 接口
摘要:http://www.cnblogs.com/mandroid/archive/2011/04/05/2005525.html
阅读全文
javascript new
摘要:1. 仅function可以使用new2. function使用new时,会拷贝function中this的内容给新对象,并将function的prototype指向新对象(如果该function没有prototype,则指向Object的prototype)注:function本身不是Object...
阅读全文
浙公网安备 33010602011771号