windows下无法删除文件的问题
摘要:在公司电脑上下载了HBuilderX ,不知道为何下载的压缩包解压时要输入密码,随便输入后正常解压,但是公司的赛门铁克一直提示有安全风险,将bin下的一些dll删除掉了。 运行HBuilderX 失败,只能将文件删除。 但是在win10环境下删除时出现如下的提示信息,目录文件夹太多造成的? 用git
阅读全文
posted @
2019-09-11 15:44
站在那看风景
阅读(297)
推荐(0)
c# EncryptDES DecryptDES
摘要:using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace ClassEncrypt { internal class Class1 { private static byte[] Keys = new byte[8] { (byte) 18, (byte) 52,
阅读全文
posted @
2019-09-09 16:55
站在那看风景
阅读(1122)
推荐(1)
C# 随机验证码
摘要:using System; using System.Drawing; using System.Drawing.Imaging; using System.Text; namespace SystemScan { public class Recaptcha { private Random rand; public Bitmap CreateImage(out string code) { t
阅读全文
posted @
2019-09-05 10:30
站在那看风景
阅读(144)
推荐(0)