摘要:
requestPlaceData: function () { util.getHttpRoomBooking("GetUserType", {json:JSON.stringify({"JobNumber":"3746"})}, "application/json", "POST", this.h 阅读全文
摘要:
SELECT WorkNo FROM SY_TrackNum WHERE WorkNo LIKE '%N+S' --UPDATE SY_TrackNum SET WorkNo = replace (WorkNo,'http://*.*.*.*','http://*.*.*.*') WHERE 1=1 阅读全文
摘要:
RfcDestination dest = rfc_public.GetRfcDestination("SMP"); IRfcFunction func = dest.Repository.CreateFunction("ZPP_SYHD_GET_ISSUE_CHARGE");//接口明 IRfcT 阅读全文
摘要:
string ReasonReturn = HttpUtility.UrlDecode(context.Request.Params["ReasonReturn"]) ;//中文乱码转换 阅读全文
摘要:
bool ylFlag = Convert.ToBoolean(System.Configuration.ConfigurationManager.AppSettings.Get("connectionStringYL"));//获取 webconfig 里面的属性。 if (ylFlag) { / 阅读全文
摘要:
原帖地址: C# DataTable.Select() 筛选数据 - 夏空 - 博客园 (cnblogs.com) 举例说明: 有一个用户表,名称为 dtUsers,有id、姓名name、性别sex、年龄age 1.筛选所有的用户 DataRow[] drs1 =dtUsers.Select(); 阅读全文
摘要:
public static DataTable Distinct(DataTable dt, string[] filedNames) { DataView dv = dt.DefaultView; DataTable DistTable = dv.ToTable("Dist", true, fil 阅读全文
摘要:
function rTime(date) { var json_date = new Date(date).toJSON(); return new Date(new Date(json_date) + 8 * 3600 * 1000).toISOString().replace(/T/g, ' ' 阅读全文
摘要:
$('#formNewUser').validate({ rules: { Name: { checkPhoneq: true, required: true, maxlength: 20 }, LoginName: { required: true, maxlength: 20 }, Email: 阅读全文
摘要:
private string ConvertJsonString(string str) { //格式化json字符串 JsonSerializer serializer = new JsonSerializer(); TextReader tr = new StringReader(str); J 阅读全文