2017年11月27日

mysql case when then else end 的写法

摘要: select t.colum1,t.colum2 (case when t.colum1 = '' then '' t.when colum2 = '' then '' else '' end ) as colum3 from table t 阅读全文
posted @ 2017-11-27 10:23 程序员Mr.song 阅读(317) 评论(0) 推荐(0)
2017年11月24日

easyui 日期控件,选择日期小于等于当前日期,开始日期小于等于结束日期

摘要: 转载出处:http://blog.csdn.net/u013755149/article/details/76613028$(function(){ $('#start_date').datebox().datebox('calendar').calendar({ validator: function(date){ ... 阅读全文
posted @ 2017-11-24 17:22 程序员Mr.song 阅读(2268) 评论(0) 推荐(0)