摘要: //类名:EcanRMB //作用:数字转换为人民币大写 //作者: //时间: using System; using System.Collections.Generic; using System.Text; namespace Ecan { public class EcanRMB { // 阅读全文
posted @ 2020-09-14 17:31 积山海 阅读(239) 评论(0) 推荐(0) 编辑
摘要: public class CheckUtil { /// <summary> /// 检测DataSet是否有数据 /// </summary> /// <param name="ds"></param> /// <returns></returns> public static bool Chec 阅读全文
posted @ 2020-09-14 17:26 积山海 阅读(277) 评论(0) 推荐(0) 编辑
摘要: //安装windows服务%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe YHMesssge.exeNet Start Service1sc config Service1 start= auto //卸载windows 阅读全文
posted @ 2020-09-14 17:25 积山海 阅读(351) 评论(0) 推荐(0) 编辑
摘要: using System.IO; public class PublicWriteError { private static StreamWriter streamWriter; /// <summary> /// /// </summary> /// <param name="message"> 阅读全文
posted @ 2020-09-14 17:15 积山海 阅读(204) 评论(0) 推荐(0) 编辑
摘要: class ArrayToDataTable { //例子: string[] xqdw = XQDW.Split(','); string[] xmmc = XMMC.Split(','); DataTable UserDt = Convert("USER_CODE", usercode); st 阅读全文
posted @ 2020-09-14 17:14 积山海 阅读(886) 评论(0) 推荐(0) 编辑
摘要: /******************************************************************************** ** 作者: ** 创始时间: ** 修改人: ** 修改时间: ** 修改人: ** 修改时间: ** 描述: ** 命名空间: $r 阅读全文
posted @ 2020-09-14 17:10 积山海 阅读(285) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 判断当前页面是否接收到了Post请求 /// </summary> /// <returns>是否接收到了Post请求</returns> public static bool IsPost() { return HttpContext.Current.Reque 阅读全文
posted @ 2020-09-14 17:09 积山海 阅读(654) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; public class HttpRequestUtil 阅读全文
posted @ 2020-09-14 17:08 积山海 阅读(463) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text; using Newtonsoft.Json; using Newtons 阅读全文
posted @ 2020-09-14 17:07 积山海 阅读(364) 评论(0) 推荐(0) 编辑
摘要: window.history.go(-1) 是返回上一页window.location.go(-1) 是刷新上一页 阅读全文
posted @ 2020-09-14 17:04 积山海 阅读(119) 评论(0) 推荐(0) 编辑