摘要: see效果: 阅读全文
posted @ 2016-09-12 17:15 嘟嘟熊的麦 阅读(508) 评论(0) 推荐(0) 编辑
摘要: public DataTable GetWRestraurantOrderDetailList(Contract.Pager pager, Hashtable hs) { string sql = @"select * from dbo.b where 1=1"... 阅读全文
posted @ 2016-01-14 15:51 嘟嘟熊的麦 阅读(240) 评论(0) 推荐(0) 编辑
摘要: insert into GW_WScenic_Ticket ( [BusinessId] ,[ScenicId] ,[SpotId] ,[TicketName] ,[MarkPrice] ,[SalesPrice] ,[ImgOfC... 阅读全文
posted @ 2015-12-31 16:44 嘟嘟熊的麦 阅读(910) 评论(0) 推荐(0) 编辑
摘要: 启用命令行代码"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" F:\部件01\2.project\trunk\FJW.BoLuo\FJW.BoLuo.NTService\FJW.BoLuo.NTService.Cha... 阅读全文
posted @ 2015-12-31 16:42 嘟嘟熊的麦 阅读(448) 评论(0) 推荐(0) 编辑
摘要: function getBrowse() { var ua = navigator.userAgent.toLowerCase(); if (ua.match(/MicroMessenger/i) == "micromessenger") { //在微... 阅读全文
posted @ 2015-12-14 17:06 嘟嘟熊的麦 阅读(255) 评论(0) 推荐(0) 编辑
摘要: DateTime dt = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd") + " 00:00:00"); //获得本月月初时间 var startMonth = dt.AddDay... 阅读全文
posted @ 2015-12-07 17:06 嘟嘟熊的麦 阅读(4114) 评论(0) 推荐(0) 编辑
摘要: function Age(status, index) { var aDate = new Date(); var thisYear = aDate.getFullYear(); va... 阅读全文
posted @ 2015-11-18 13:43 嘟嘟熊的麦 阅读(2990) 评论(0) 推荐(0) 编辑
摘要: select * from 表名 where datediff(year,列名,getdate())>=10 and datediff(year,列名,getdate())<=300 阅读全文
posted @ 2015-11-18 13:41 嘟嘟熊的麦 阅读(985) 评论(0) 推荐(0) 编辑
摘要: 转http://www.cnblogs.com/wuhuacong/p/3872890.html我们在使用EasyUI的时候,很多情况下需要使用到表格控件datagrid,这个控件控件非常强大,使用起来很简洁,但是我在使用中,发现对于一个表里面的外键字段进行转义,并显示引用表的一些名称的操作,却显得... 阅读全文
posted @ 2014-09-18 14:07 嘟嘟熊的麦 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 1.Input a.validatebox 定义: 赋值:$("#APPLYDEPTNAME").val('1212'), 取值:$("#APPLYDEPTNAME").val()b.ComboBox定义: 城市: ... 阅读全文
posted @ 2014-09-16 11:00 嘟嘟熊的麦 阅读(26591) 评论(0) 推荐(0) 编辑