只有注册用户登录后才能阅读该文。 阅读全文
2015年12月22日
摘要:
this.reportViewer1.LocalReport.DataSources.Add(new Microsoft.Reporting.WinForms.ReportDataSource("DataSet2", ds_com.Tables[0]));this.reportViewer1.Loc... 阅读全文
摘要:
public void BindReport(string _invno,string _type) { if (!Is_Has_Express_No(_invno)) { return; } StringBuilder sb = new StringBuilder(); sb.App... 阅读全文
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... 阅读全文
2015年11月9日
2015年10月14日
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... 阅读全文
2015年9月18日
摘要:
var set_value;$(document).ready(function () { var query = createParam('GetValue', '0'); jQuery.ajaxjson(actionURL, query, function (d) { set_value = ... 阅读全文
摘要:
$(document).ready(function () { function get() {// $.ajax({// type: "Post",// url: actionURL,// data: "",// success: function (data) {// $("#dataShow"... 阅读全文
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 阅读全文
2015年9月9日
摘要:
declare @xml xmldeclare @propertyName varchar(50) declare @str nvarchar(max) set @propertyName = 's_Code' set @xml = ' testadmin' SELECT @str =@xml.v... 阅读全文