上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 36 下一页
  2013年1月22日
摘要: http://www.microsoft.com/web/post/your-first-website-using-webmatrix 阅读全文
posted @ 2013-01-22 13:36 懒懒的呐喊 阅读(127) 评论(0) 推荐(0) 编辑
摘要: http://bbs.pinggu.org/forum.php?mod=viewthread&tid=993292&page=1 阅读全文
posted @ 2013-01-22 13:04 懒懒的呐喊 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://www.refactorthis.net/post/2012/08/14/Emulating-iPhone-iPad-and-Opera-devices-to-debug-mobile-ASPNET-MVC4-apps-with-VS-2012-and-WebMatrix-2.aspx 阅读全文
posted @ 2013-01-22 11:38 懒懒的呐喊 阅读(141) 评论(0) 推荐(0) 编辑
  2013年1月7日
摘要: All constants declarations are implicitly static, and the C# specification states that the (redundant) inclusion of thestaticmodifier is prohibited. I believe this is to avoid the confusion which could occur if a reader were to see two constants, one declared static and one not - they could easily a 阅读全文
posted @ 2013-01-07 10:49 懒懒的呐喊 阅读(211) 评论(0) 推荐(0) 编辑
  2012年12月31日
摘要: http://www.opengamma.com/platformhttps://github.com/OpenGamma/OG-Platformhttp://www.owal.co.uk/blog/1 阅读全文
posted @ 2012-12-31 17:41 懒懒的呐喊 阅读(162) 评论(0) 推荐(0) 编辑
  2012年12月21日
摘要: exists : 强调的是是否返回结果集,不要求知道返回什么, 比如: select name from student where sex = 'm' and mark exists(select 1 from grade where ...) ,只要exists引导的子句有结果集返回,那么exists这个条件就算成立了,大家注意返回的字段始终为1,如果改成“select2 from grade where ...”,那么返回的字段就是2,这个数字没有意义。所以exists子句不在乎返回什么,而是在乎是不是有结果集返回。而 exists 与 in 最大的区别在于 in引导的子 阅读全文
posted @ 2012-12-21 10:33 懒懒的呐喊 阅读(145) 评论(0) 推荐(0) 编辑
  2012年12月20日
摘要: zhttp://blog.163.com/yiyun_8/blog/static/100336422201031505832337/nowait的含义很多人都会误解为“不用等待,立即执行”。但实际上该关键字的含义是“不用等待,立即返回”如果当前请求的资源被其他会话锁定时,会发生阻塞,nowait可以避免这一阻塞,因为If another user is in the process of modifying that row, we will get an ORA‐00054Resource Busy error. We are blocked and must wait for the ot 阅读全文
posted @ 2012-12-20 16:23 懒懒的呐喊 阅读(259) 评论(0) 推荐(0) 编辑
  2012年12月11日
摘要: 调整放置iframe的div的z-index的数值,数值越小其越置于下层。 阅读全文
posted @ 2012-12-11 14:33 懒懒的呐喊 阅读(485) 评论(0) 推荐(0) 编辑
  2012年12月10日
摘要: http://www.htmldrive.net/items/demo/143/jQuery-Advanced-docking-Side-Menu 阅读全文
posted @ 2012-12-10 16:45 懒懒的呐喊 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wdysunflower/archive/2010/07/24/1779960.htmlhttp://www.codeproject.com/Articles/239342/AvalonDock-and-MVVM 阅读全文
posted @ 2012-12-10 16:17 懒懒的呐喊 阅读(181) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 36 下一页