喵哈哈

2013年1月24日

HTML5 小DEMO

摘要: Query Selector DemoA1A2A3B1B2B3C1C2C3Foucs the button, hover over the table cells, and hit Enter to identify them using querySelector('td:hover'). 阅读全文

posted @ 2013-01-24 00:19 喵哈哈 阅读(159) 评论(0) 推荐(0) 编辑

2013年1月22日

HTML5+javascript+node.js

摘要: 春节前 研发 基于 HTML5+javascript+node.js 的小微博每日积累 200行代码 或者心得 阅读全文

posted @ 2013-01-22 17:07 喵哈哈 阅读(229) 评论(0) 推荐(0) 编辑

2012年7月29日

多条件查询

摘要: private void Bind(string[] where, string order, params string[] args) { //StringBuilder sb = new StringBuilder(); //sb.Append("select * from u_user where 1=1 "); //for (int i = 0; i < where.Length; i++) //{ // sb.AppendFormat("and {0} = '{1}'", where[i], arg... 阅读全文

posted @ 2012-07-29 16:22 喵哈哈 阅读(139) 评论(0) 推荐(0) 编辑

2012年7月26日

数据库随笔 如果列为Null

摘要: Mssql: isnull(col1,0)列1如果是null就返回0也可以写其他列名Oracle nvl(col1,0)列1如果是null就返回0也可以写其他列名 阅读全文

posted @ 2012-07-26 22:07 喵哈哈 阅读(116) 评论(0) 推荐(0) 编辑

2012年7月22日

第一篇博客~\(≧▽≦)/

摘要: hello cnblogs从今天开始 开第一篇博客为了记录自己成长的过程,也是像前辈们学习,分享自己的经验教训,鼓励后人博客记录解决的问题 其实并不会缩小自己和他人的差距,互联网的分享概念,只会让自己更强大。 喵喵。 阅读全文

posted @ 2012-07-22 22:40 喵哈哈 阅读(98) 评论(0) 推荐(0) 编辑