会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卿本佳人14
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页
2021年10月19日
找不到WJSWDLL.dll
摘要: 缺少文件
阅读全文
posted @ 2021-10-19 09:56 黄立明02
阅读(26)
评论(0)
推荐(0)
2021年9月23日
委托
该文被密码保护。
阅读全文
posted @ 2021-09-23 09:26 黄立明02
阅读(0)
评论(0)
推荐(0)
2021年9月15日
C# 代码调试动态库的方式,及其发现的问题,
摘要: 若要C#调试动态库,则需要将C#代码设置属性如下图: 然后还需要将C#代码的生成方式设置为x86方式,不能是any cpu否则调试不了 将被调试的动态库代码的相应位置打上断点,不然进不去代码
阅读全文
posted @ 2021-09-15 16:11 黄立明02
阅读(313)
评论(0)
推荐(0)
2021年9月10日
mysql MySqlException: Parameter '@id' must be defined. 自定义变量报错
摘要: 在连接字符串中添加:Allow User Variables=True;
阅读全文
posted @ 2021-09-10 14:32 黄立明02
阅读(398)
评论(0)
推荐(0)
2021年7月14日
C# 多线程处理同一文件
摘要: 原文地址:https://www.cnblogs.com/tianma3798/p/8252553.html C#多线程读写同一文件处理 在多线程访问读写同一个文件时,经常遇到异常:“文件正在由另一进程使用,因此该进程无法访问此文件”。 多线程访问统一资源的异常, 解决方案1,保证读写操作单线程执行
阅读全文
posted @ 2021-07-14 13:50 黄立明02
阅读(393)
评论(0)
推荐(0)
2021年7月13日
picturebox 显示红叉
摘要: https://social.microsoft.com/Forums/id-ID/edeb5e7b-e445-4e8b-8182-a7effcc6b0c4/200262016020040picturebox2617431034324182144965292241821998826080?forum
阅读全文
posted @ 2021-07-13 13:52 黄立明02
阅读(163)
评论(0)
推荐(0)
C# 重启程序
摘要: Global.RootStart("peed.exe", "StartByGuard"); public static void RootStart(string exepath, string args) { ProcessStartInfo startInfo = new ProcessStar
阅读全文
posted @ 2021-07-13 10:28 黄立明02
阅读(145)
评论(0)
推荐(0)
Timer 函数 C#
摘要: private static void Timekeeping(int expire) { System.Timers.Timer timer = new System.Timers.Timer(); timer.Interval = expire; timer.Enabled = true; ti
阅读全文
posted @ 2021-07-13 09:46 黄立明02
阅读(93)
评论(0)
推荐(0)
2021年7月9日
C# 图片加水印、截取图片、压缩图片等。有个坑,往下看。当图片为jpg格式时,发现出来的图片结果异常的大
摘要: 1 /** 2 *┌──────────────────────────────────────────────────────────────┐ 3 *│ 描 述: 4 *│ 作 者:HLM 5 *│ 版 本:1.0 6 *│ 创建时间:2021.7.8 13:06:33 7 *└────────
阅读全文
posted @ 2021-07-09 11:38 黄立明02
阅读(162)
评论(0)
推荐(0)
2021年5月27日
json 递归
摘要: using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.
阅读全文
posted @ 2021-05-27 18:41 黄立明02
阅读(76)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页
公告