摘要:本地开发使用 Firefox 调试,遇到了 glyphicon 图标不显示的问题,期初以为是路径问题,搜索一大圈后找到了答案,原来这是一个安全性的问题,于是问题就好办了,解决方案如下: 1. 在Firefox地址栏输入 about:config 回车; 2. 搜索 security.fileuri.
阅读全文
摘要:class Program { static void Main(string[] args) { //要压缩的字符串 string data = "13800138000,验证码:1234【华信】\r\n13800138000,验证码:4567【华信】"; byte[] buff...
阅读全文
摘要:public static Main(string [] ager) { WebClient client = new WebClient(); client.Headers.Clear(); client.Headers.Add("Content-Type", "application/x-www-form-urlencoded;cha...
阅读全文
摘要:private static string Analysis(string strResult) { var doc = new System.Xml.XmlDocument(); //加载soap文件,文件格式如:strResult doc.LoadXml(strResult); string q1 = doc.DocumentElement["soap:Bo...
阅读全文
摘要:案例xml文件 又一个解析xml文件的方法: xml文件:
阅读全文
摘要:1 /// 2 /// HttpClient实现Post请求 3 /// 4 static async void dooPost() 5 { 6 string url = "http://localhost:52824/api/register"; 7 //设置H...
阅读全文
摘要:sc create YY.SmsPlatform.RemoteDataCenter binPath= "E:\YY.SmsPlatform\YY.SmsPlatform.RemoteDataCenter\YY.SmsPlatform.RemoteDataCenter.exe" 手工设置Windows
阅读全文