摘要:
private BackgroundWorker m_MessageConsumer = new BackgroundWorker(); private BlockingCollection<string> m_BlockingQueue = new BlockingCollection<strin 阅读全文
2024年8月16日 #
2024年7月15日 #
摘要:
打开“开始”菜单,输入“CMD”搜索并使用管理员身份打开“命令提示符”: 2. 在命令提示符中,输入“ie4uinit -show”并回车运行: 3. 之后没有任何提示,但桌面和资源管理器中的图标会闪烁一下,这时图标就刷新过了,再检查一下之前错误的图标是否已经正常显示。 部分win7系统可能没这个程 阅读全文
2024年6月28日 #
摘要:
4 = 1+3 9 = 1+3+5 16 = 1 + 3 + 5 + 7 依次减奇数,能减到0就是平方数 private bool CheckIsSquare(int n/*, ref int result*/) { int temp = 1, i; for (i = 1; i < n; i++) 阅读全文
2024年6月7日 #
摘要:
<Style x:Key="tbStyle" TargetType="TextBox"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="TextBox"> <Border BorderBrush="{ 阅读全文
2024年6月5日 #
摘要:
需要用到ffmpeg,脚本的运行层级就是App的下载目录: Android/data/tv.danmaku.bili/download @echo off setlocal enabledelayedexpansion set "target_folder=%~dp0" echo target=%t 阅读全文
2024年5月7日 #
摘要:
1、打开注册表编辑器 2、在注册表编辑器中定位到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion 3、在advanced中新建字符串值,命名为DisabledHotkeys,然后对数值数据设置。 (1)如果想禁用一个快捷键,比如w 阅读全文
2024年4月24日 #
摘要:
本应该是单纯的json文件,上传之后前后多出了boundary信息 --8e0d3dd9-aed5-42bb-8417-d1f09c5d8540 Content-Disposition: form-data; name=file; filename=testFile3.json; filename* 阅读全文