只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-12-03 08:50 timli 阅读(7) 评论(0) 推荐(0) 编辑

2015年12月22日

摘要: this.reportViewer1.LocalReport.DataSources.Add(new Microsoft.Reporting.WinForms.ReportDataSource("DataSet2", ds_com.Tables[0]));this.reportViewer1.Loc... 阅读全文
posted @ 2015-12-22 09:52 timli 阅读(225) 评论(0) 推荐(0) 编辑
 
摘要: public void BindReport(string _invno,string _type) { if (!Is_Has_Express_No(_invno)) { return; } StringBuilder sb = new StringBuilder(); sb.App... 阅读全文
posted @ 2015-12-22 09:49 timli 阅读(263) 评论(0) 推荐(0) 编辑

2015年12月10日

摘要: @echo offsetlocal ENABLEEXTENSIONSnet use w: \\fileserver\programif NOT ERRORLEVEL 0 goto NOTUPDPGMxcopy w:\MDL_system c:\MDL_system /s /e /q /i /y /d... 阅读全文
posted @ 2015-12-10 15:05 timli 阅读(313) 评论(0) 推荐(0) 编辑

2015年11月9日

摘要: #region 让图片不变形 /// /// 小图标等比例缩小 /// /// /// private ImageList GetImageFrom2(string[] _files) { ImageList list = new ImageList(); int picWi... 阅读全文
posted @ 2015-11-09 13:59 timli 阅读(186) 评论(0) 推荐(0) 编辑

2015年10月14日

摘要: -------------------------------------------------- 以下是重启shutdown -r -t 50 -f--------------------------------------------------以下是远程备份@echo off 操作执行中@e... 阅读全文
posted @ 2015-10-14 14:10 timli 阅读(253) 评论(0) 推荐(0) 编辑

2015年10月12日

摘要: alter PROCEDURE [dbo].[sp_gongzi] @gongzi_yf varchar(7) as DECLARE @input_id varchar(20)DECLARE @sk_sum decimal(18, 3)DECLARE @sk_sum_yk decimal(18, 3... 阅读全文
posted @ 2015-10-12 10:42 timli 阅读(238) 评论(0) 推荐(0) 编辑

2015年9月18日

摘要: var set_value;$(document).ready(function () { var query = createParam('GetValue', '0'); jQuery.ajaxjson(actionURL, query, function (d) { set_value = ... 阅读全文
posted @ 2015-09-18 09:24 timli 阅读(182) 评论(0) 推荐(0) 编辑
 
摘要: $(document).ready(function () { function get() {// $.ajax({// type: "Post",// url: actionURL,// data: "",// success: function (data) {// $("#dataShow"... 阅读全文
posted @ 2015-09-18 09:14 timli 阅读(198) 评论(0) 推荐(0) 编辑

2015年9月10日

摘要: @echo off set nowtime=%date%echo 2015-07-01|date ping 127.255.255.255 -n 1 -w 5000 >nul echo %nowtime%|date exit 阅读全文
posted @ 2015-09-10 08:50 timli 阅读(568) 评论(0) 推荐(0) 编辑

2015年9月9日

摘要: declare @xml xmldeclare @propertyName varchar(50) declare @str nvarchar(max) set @propertyName = 's_Code' set @xml = ' testadmin' SELECT @str =@xml.v... 阅读全文
posted @ 2015-09-09 15:46 timli 阅读(2340) 评论(0) 推荐(0) 编辑