07 2014 档案

摘要:1.[代码][HTML]代码跳至[1][全屏预览]?1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666... 阅读全文
posted @ 2014-07-26 15:58 阿窟窿 阅读(190) 评论(0) 推荐(0) 编辑
摘要:js代码如下:Date.prototype.format = function(format) { /* * format="yyyy-MM-dd hh:mm:ss"; */ var o = { "M+" : this.getMonth() + 1, "d+" : this.getDate(... 阅读全文
posted @ 2014-07-26 11:14 阿窟窿 阅读(343) 评论(0) 推荐(0) 编辑
摘要:This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'的意思是,这版本的 MySQL 不支持使用 LIMIT 子句的 IN/ALL/ANY/SOME 子查询,即是支持非 IN/ALL/ANY/SOME ... 阅读全文
posted @ 2014-07-21 13:10 阿窟窿 阅读(190) 评论(0) 推荐(0) 编辑
摘要:Java代码()${reallyChooseSubject.name}"id="subjectId"value="${reallyChooseSubject.id}">"value="A"/>A.${reallyChooseSubject.answer_A}"value="B"/>B.${reall... 阅读全文
posted @ 2014-07-14 16:09 阿窟窿 阅读(2833) 评论(0) 推荐(0) 编辑
摘要:函数fn:contains(string, substring) 如果参数string中包含参数substring,返回truefn:contains 判断字符串是否包含另外一个字符串 fn:containsIgnoreCase(string, substring) 如果参数string中包含参数s... 阅读全文
posted @ 2014-07-10 14:49 阿窟窿 阅读(131) 评论(0) 推荐(0) 编辑
摘要:select c.custName,sum(l.oddCount*l.oddPrice) from OrdersLine l left join l.orders o left join l.orders.cstCustomer cwhere o.cstCustomer.custNo=c.custN... 阅读全文
posted @ 2014-07-06 11:13 阿窟窿 阅读(1649) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示