上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 74 下一页
  2019年7月9日
摘要: /// <summary> /// MD5函数 /// </summary> /// <param name="str">原始字符串</param> /// <returns>MD5结果</returns> public static string MD5(string str) { byte[] 阅读全文
posted @ 2019-07-09 08:11 z5337 阅读(358) 评论(0) 推荐(0)
  2019年5月28日
摘要: 可以参考: https://blog.csdn.net/irokay/article/details/78801307 跳过证书验证方法 HttpClient简介HTTP 协议可能是现在 Internet 上使用得最多、最重要的协议了,越来越多的 Java 应用程序需要直接通过 HTTP 协议来访问 阅读全文
posted @ 2019-05-28 11:22 z5337 阅读(581) 评论(0) 推荐(0)
  2019年5月26日
摘要: 1、Sql SELECT column_name as FName,data_type as FType,CHARACTER_MAXIMUM_LENGTH as FLen from information_schema.columns where table_name='" + Table + "' 阅读全文
posted @ 2019-05-26 22:20 z5337 阅读(292) 评论(0) 推荐(0)
摘要: Html 页面常用单词 本文来自:https://gitee.com/opencc/SchoolAppDemo 第2批: JavaScript ready 准备 function 函数 disappear AJAX Utilities min Microsoft Development Produc 阅读全文
posted @ 2019-05-26 18:55 z5337 阅读(502) 评论(0) 推荐(0)
  2019年4月10日
摘要: 有个 BUG:文本框始终只有一行内容。 虚拟串口工具下载:下载地址 阅读全文
posted @ 2019-04-10 10:41 z5337 阅读(288) 评论(0) 推荐(0)
  2019年3月22日
摘要: 下载并安装 https://www.microsoft.com/zh-CN/download/details.aspx?id=48145 因为安装了 dotnet-hosting-2.2.3-win.exe 导致的,原 IIS 应用程序池都停止了 解决方式参考:https://q.cnblogs.c 阅读全文
posted @ 2019-03-22 14:59 z5337 阅读(1093) 评论(0) 推荐(0)
  2019年3月14日
摘要: 安装方法: text.exe install 运行方法: text.exe start 停止方法: text.exe stop 卸载方法: text.exe uninstall 阅读全文
posted @ 2019-03-14 16:55 z5337 阅读(276) 评论(0) 推荐(0)
  2019年3月13日
摘要: 来自:https://blog.csdn.net/qq_35860352/article/details/80313078 操作步骤 step1:转换链接地址 点开”/examples”子文件,复制浏览器中的地址,如下: https://github.com/tonyqus/npoi/tree/ma 阅读全文
posted @ 2019-03-13 15:43 z5337 阅读(824) 评论(0) 推荐(0)
  2019年3月12日
摘要: 遇到提示 “无法建立到信任根颁发机构的证书链” 下载地址:https://files.cnblogs.com/files/z5337/NetFramework%E8%AF%81%E4%B9%A6.rar 又遇到提示“已处理证书链,但是在不受信任提供程序信任的根证书中终止” 输入 mmc 按 Ctrl 阅读全文
posted @ 2019-03-12 10:47 z5337 阅读(413) 评论(0) 推荐(0)
  2019年2月28日
摘要: 来自:https://www.cnblogs.com/Roobbin/p/9617962.html 在Oracle 服务器,打开cmd命令行,执行以下命令: 登录 -> 检测 -> 删除日志 在 Oracle 中检测死锁的 SQL: 阅读全文
posted @ 2019-02-28 09:11 z5337 阅读(156) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 74 下一页