会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
timli
导航
博客园
首页
新随笔
联系
订阅
管理
公告
[置顶]
文件比较器 BCompare-zh-3.3
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2013-12-03 08:50 timli
阅读(8)
评论(0)
推荐(0)
2015年12月22日
winform 子报表数据源赋值
摘要: 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
阅读(266)
评论(0)
推荐(0)
winform 子报表
摘要: 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
阅读(292)
评论(0)
推荐(0)
2015年12月10日
WinForm发布程序方式选择
摘要: @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
阅读(319)
评论(0)
推荐(0)
2015年11月9日
让图片不变形
摘要: #region 让图片不变形 /// /// 小图标等比例缩小 /// /// /// private ImageList GetImageFrom2(string[] _files) { ImageList list = new ImageList(); int picWi...
阅读全文
posted @ 2015-11-09 13:59 timli
阅读(192)
评论(0)
推荐(0)
2015年10月14日
批处理方法
摘要: -------------------------------------------------- 以下是重启shutdown -r -t 50 -f--------------------------------------------------以下是远程备份@echo off 操作执行中@e...
阅读全文
posted @ 2015-10-14 14:10 timli
阅读(271)
评论(0)
推荐(0)
2015年10月12日
循环处理--sqlserver
摘要: 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
阅读(245)
评论(0)
推荐(0)
2015年9月18日
直接通过Ajax 处理程序加 Action名,取得变量值。
摘要: 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
阅读(188)
评论(0)
推荐(0)
Jquery,javascript 的处理机制
摘要: $(document).ready(function () { function get() {// $.ajax({// type: "Post",// url: actionURL,// data: "",// success: function (data) {// $("#dataShow"...
阅读全文
posted @ 2015-09-18 09:14 timli
阅读(203)
评论(0)
推荐(0)
2015年9月10日
批处理,执行修改时间,等5秒后重新改回来
摘要: @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
阅读(612)
评论(0)
推荐(0)
2015年9月9日
sqlserver 读取xml 字符串方法
摘要: 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
阅读(2380)
评论(0)
推荐(0)
下一页