上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 62 下一页
摘要: 来自本人oracle最新sql回忆性演练1一篇博文http://blog.csdn.net/luozhonghua2014/article/details/45729669 只所以重新发布一次,就是抽取经验,让大家可以找到解决方法 --------处理已有数据的字段类型修改(前... 阅读全文
posted @ 2015-06-14 10:11 172257861 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 来自本人oracle最新sql回忆性演练1一篇博文http://blog.csdn.net/luozhonghua2014/article/details/45729669 只所以重新发布一次,就是抽取经验,让大家可以找到解决方法 --------处理已有数据的字段类型修改(前... 阅读全文
posted @ 2015-06-14 10:11 172257861 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 来自本人oracle最新sql回忆性演练1一篇博文http://blog.csdn.net/luozhonghua2014/article/details/45729669 只所以重新发布一次,就是抽取经验,让大家可以找到解决方法 --------处理已有数据的字段类型修改(前... 阅读全文
posted @ 2015-06-14 10:11 172257861 阅读(162) 评论(0) 推荐(0) 编辑
摘要: create table small_customers (customer_id number, sum_orders number);create table medium_customers (customer_id number, sum_orders number);create ... 阅读全文
posted @ 2015-06-07 23:56 172257861 阅读(998) 评论(0) 推荐(0) 编辑
摘要: 要说jQuery 最成功的地方,我认为是它的可扩展性吸引了众多开发者为其开发插件,从而建立起了一个生态系统。这好比大公司们争相做平台一样,得平台者得天下。苹果,微软,谷歌等巨头,都有各自的平台及生态圈。 学会使用jQuery并不难,因为它简单易学,并且相信你接触jQuery后肯定也使用或熟悉... 阅读全文
posted @ 2015-06-07 20:13 172257861 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 要说jQuery 最成功的地方,我认为是它的可扩展性吸引了众多开发者为其开发插件,从而建立起了一个生态系统。这好比大公司们争相做平台一样,得平台者得天下。苹果,微软,谷歌等巨头,都有各自的平台及生态圈。 学会使用jQuery并不难,因为它简单易学,并且相信你接触jQuery后肯定也使用或熟悉... 阅读全文
posted @ 2015-06-07 20:13 172257861 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 要说jQuery 最成功的地方,我认为是它的可扩展性吸引了众多开发者为其开发插件,从而建立起了一个生态系统。这好比大公司们争相做平台一样,得平台者得天下。苹果,微软,谷歌等巨头,都有各自的平台及生态圈。 学会使用jQuery并不难,因为它简单易学,并且相信你接触jQuery后肯定也使用或熟悉... 阅读全文
posted @ 2015-06-07 20:13 172257861 阅读(185) 评论(0) 推荐(0) 编辑
摘要: no1: // Define a local copy of jQuery var jQuery = function( selector, context ) { // The jQuery object is actually just the init constructor 'enhan... 阅读全文
posted @ 2015-05-31 23:06 172257861 阅读(282) 评论(0) 推荐(0) 编辑
摘要: no1: // Define a local copy of jQuery var jQuery = function( selector, context ) { // The jQuery object is actually just the init constructor 'enhan... 阅读全文
posted @ 2015-05-31 23:06 172257861 阅读(659) 评论(0) 推荐(0) 编辑
摘要: a && b : 将a, b转换为Boolean类型, 再执行逻辑与, true返回b, false返回a a || b : 将a, b转换为Boolean类型, 再执行逻辑或, true返回a, false返回b 转换规则: 对象为true 非零数字为true 非空字符串为true 其他为fa... 阅读全文
posted @ 2015-05-31 18:59 172257861 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 62 下一页