当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 73 下一页
摘要: using System; using System.ServiceModel; namespace com._80community.unittest.Demo { public delegate void ActionDelegate(); /* * [ServiceContract]服务协定定 阅读全文
posted @ 2019-07-31 11:30 hofmann 阅读(345) 评论(0) 推荐(0)
摘要: 帮助类 using System; using System.Text; using System.IO; using System.Security.Cryptography; namespace Com.AppCode.RSA { public class Client { #region 生成 阅读全文
posted @ 2019-07-31 10:05 hofmann 阅读(5188) 评论(0) 推荐(2)
摘要: [TestMethod] public void Test8() { int a = 9; string b = string.Format("{0:000000}", a); string c = a.ToString().PadLeft(6, '0'); } 阅读全文
posted @ 2019-07-29 13:09 hofmann 阅读(1600) 评论(0) 推荐(0)
摘要: 使用HttpWebRequest 向WebService发送POST请求,并将请求头:ContentType = "application/json;charset=utf-8",参数以JSON方式发送给WebService WebService支持Post和Get方法 在Web.config添加下 阅读全文
posted @ 2019-07-25 16:20 hofmann 阅读(1902) 评论(0) 推荐(0)
摘要: 使用命令注册windows service 在服务资源管理器中找到CCGSQueueService服务,启动提示“can not find the file specified.”不能找到指定的文件。 原因: 路径中不要有特殊符号,比如"."。所以把路径改成“sc create CCGSQueueS 阅读全文
posted @ 2019-07-23 14:46 hofmann 阅读(352) 评论(0) 推荐(0)
摘要: WCF Web服务的Windows身份验证在部署到IIS时,默认网站添加应用程序的方式。浏览运行.svc文件报错。 错误代码: 解释:主机上配置的身份验证方案(“integratedWindowsAuthentication”)不允许在绑定“basichttpbinding”(“anonymous” 阅读全文
posted @ 2019-07-23 11:47 hofmann 阅读(455) 评论(0) 推荐(0)
摘要: [TestMethod] public void Test6() { List<RepaymentRecord> repaymentList = new List<RepaymentRecord>(); StringBuilder msg = new StringBuilder(); Repayme 阅读全文
posted @ 2019-07-17 10:13 hofmann 阅读(4318) 评论(0) 推荐(0)
摘要: #region Method1 /// <summary> /// 将object对象转换为实体对象 /// </summary> /// <typeparam name="T">实体对象类名</typeparam> /// <param name="asObject">object对象</para 阅读全文
posted @ 2019-07-15 13:11 hofmann 阅读(13713) 评论(0) 推荐(1)
摘要: 一、Microsoft Office 2019专业增强版1、简体中文版Office Professional Plus 2019 (x86 and x64) – DVD (Chinese-Simplified)文件名:cn_office_professional_plus_2019_x86_x64_ 阅读全文
posted @ 2019-07-14 19:09 hofmann 阅读(6070) 评论(0) 推荐(0)
摘要: 需要添加Microsoft Visual Studio Installer Projects扩展 下载地址:https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017 阅读全文
posted @ 2019-07-14 11:05 hofmann 阅读(3513) 评论(0) 推荐(1)
上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 73 下一页