摘要:
update T_Cash set T_Cash.cash_money=t.cash_money ,T_Cash.cash_date=getdate() ,T_Cash.creator=190 ,T_Cash.creator_name='系统管理员' FROM ( select 1 fawen_id,1 cash_money union select 2,1 ) t left j... 阅读全文
摘要:
Uri uri = new Uri("http://blog.csdn.net/u010792238?viewmode=contents"); NameValueCollection nvc= HttpUtility.ParseQueryString(uri.Query); 阅读全文
摘要:
string path = System.IO.Path.Combine(HttpRuntime.AppDomainAppPath, @"Template\代表建议留言模板.xls"); Workbook book = new Workbook(path); //book.Replace("Title", "测试活动233"); ... 阅读全文
摘要:
<input onkeyup="if(this.value==this.value2)return;if(this.value.search(/^\d*(?:\.\d{0,2})?$/) 1)this.value=(this.value2)?this.value2:'';else this.valu 阅读全文
摘要:
http://www.cnblogs.com/lrzy/p/6268067.html 阅读全文
摘要:
1 declare @order varchar(50),@type varchar(10) 2 set @order='' 3 set @type='1' 4 5 select * from T_Table 6 order by 7 case when len(@order)>0 8 then ID 9 end 10 ... 阅读全文
摘要:
http://download.csdn.net/detail/diaodiaop/7611721 阅读全文
摘要:
@echo off echo 准备启动同步。。。 net use \\WIN-AJH8QENQQGK "123456" /user:Administrator Z:\SyncToy\SyncToyCmd.exe -r lz2echo 取日期、时间变量值set yy=%date:~0,4%set mm 阅读全文
摘要:
ueditor1.4.3 .net 版 在IE8 下,多图片上传完成后,点击确认时报错,无法插入图片到编辑器中 原因是 ueditor.all.js 中的 24835 行 判断报错,IE8 不支持这样的写法, 阅读全文