会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
啥都不会
点滴的积累会让我从啥也不会变成样样都会!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2021年5月7日
C++项目预编译条件定义
摘要: 项目预编译: 配置属性-C/C++-所有选项-预处理器定义 项目资源预编译: 配置属性- 资源-所有选项-预处理器定义
阅读全文
posted @ 2021-05-07 14:52 dongzhaosheng73
阅读(75)
评论(0)
推荐(0)
2021年4月26日
Golang 常用命令(随时更新)
摘要: // -buildmode=c-shared 设置为动态库 -ldflags "-s -w" 删除调试信息 减小体积 go build -buildmode=c-shared -ldflags "-s -w" -o “dll path” //查看本地环境配置 go env // 使用静态链接的方式编
阅读全文
posted @ 2021-04-26 17:34 dongzhaosheng73
阅读(109)
评论(0)
推荐(0)
2020年3月23日
C# dump 调试笔记
摘要: 调试工具:windbg 生成Dump:MiniDump 操作方式:打开windbg → File → Open Crash Dump → !analyze -v → !pe
阅读全文
posted @ 2020-03-23 16:56 dongzhaosheng73
阅读(737)
评论(0)
推荐(0)
2019年11月10日
玩机分享之群晖利用反代域名访问
摘要: 玩机分享之群晖利用反代域名访问 玩机 ## 适用人群 ## 如果你跟我一样拥有一台群晖,但是你没有固定IP那么请继续阅读该文章。本文将一步一步引导你完成利用反向代理,通过域名访问到你家中的群晖主机。 准备工作 一个已经备案的域名 一台拥有固定IP的服务器(阿里云、腾讯云等) 一台刷好meilin固件
阅读全文
posted @ 2019-11-10 17:13 dongzhaosheng73
阅读(2817)
评论(0)
推荐(0)
2019年10月23日
Clipboard.SetText()卡住问题
摘要: 调用 Clipboard.SetText(),每次都抛出异常:"CLIPBRD_E_CANT_OPEN" 调查后发现,实际上SetText有成功的将文本复制到Clipboard,但不知道为什么就是会抛出异常,而且得卡住1秒左右。 解决方法: 方法1:使用 Clipboard.SetDataObjec
阅读全文
posted @ 2019-10-23 11:27 dongzhaosheng73
阅读(1562)
评论(0)
推荐(1)
2019年10月22日
KB4040973 KB3178034 补丁导致wpf无法启动异常
摘要: 问题修复补丁:[Microsoft Update Catalog](https://www.catalog.update.microsoft.com/Search.aspx?q=kb4019990 ) D3Dcompiler_47.dll 丢失问题复现条件:step1:安装 .net4.6 (4.6
阅读全文
posted @ 2019-10-22 18:21 dongzhaosheng73
阅读(1283)
评论(0)
推荐(0)
WPF 启动缓慢问题
摘要: Actually there's 2 main reasons that the default project type for WPF applications is x86. Intellitrace debugging only works with x86 and that would l
阅读全文
posted @ 2019-10-22 16:45 dongzhaosheng73
阅读(931)
评论(0)
推荐(0)
Jetbrains系列产品2019.2.3最新激活方法
摘要: 传送门:百度云下载(baidu pan),提取码(password):mmk6。OneDrive(download link)sha1sum: bc6bd2fcfd5ac83fb0911018d13742660cf90965具体使用方法已写在压缩包的 README.pdf / README.txt内
阅读全文
posted @ 2019-10-22 12:08 dongzhaosheng73
阅读(472)
评论(0)
推荐(0)
2019年8月2日
.net 4.0 以下HttpWebRequest Header 修改hosts方法
摘要: 1 public class CusteredHeaderCollection : WebHeaderCollection 2 { 3 public bool HostHeaderValueReplaced { get; private set; } 4 5 public string Cluste
阅读全文
posted @ 2019-08-02 16:31 dongzhaosheng73
阅读(1046)
评论(0)
推荐(1)
2019年7月16日
Crypto++ 无法解析的外部符号 CryptoPP::AssignIntToInteger
摘要: 预处理器定义中添加:CRYPTOPP_NO_ASSIGN_TO_INTEGER 方案出自:https://github.com/weidai11/cryptopp/issues/389
阅读全文
posted @ 2019-07-16 17:27 dongzhaosheng73
阅读(760)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告