上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
  2023年9月20日
摘要: 1、 Src/charsets.c 2、 Src/codepage_detect.cpp ::FileTextEncoding Guess() 3、 Src/FileTextEncoding.h / .cpp 4、 Src/Common/ExConverter.cpp ::int detectInp 阅读全文
posted @ 2023-09-20 20:29 北京开发 阅读(3) 评论(0) 推荐(0) 编辑
  2023年9月19日
摘要: 抄自: https://zhuanlan.zhihu.com/p/606909332?utm_id=0 在Qt C++中实现微信收费使用功能需要借助微信开放平台提供的API接口,具体步骤如下: 注册微信开放平台账号,并创建应用。在创建应用时,需要选择相应的应用类型(如网页应用、移动应用等)和使用场景 阅读全文
posted @ 2023-09-19 16:06 北京开发 阅读(284) 评论(0) 推荐(0) 编辑
  2023年9月15日
摘要: 使用注释掉的代码就特别慢,超级慢 int find_task = 0; std::map<std::string, std::map<unsigned int, std::vector<std::string>>>::iterator git; git = g_m_task_files.find(t 阅读全文
posted @ 2023-09-15 17:22 北京开发 阅读(36) 评论(0) 推荐(0) 编辑
  2023年9月9日
摘要: 凝气 开脉 通窍 聚元 灵玄 通神 御空境 天劫 地劫境 超凡 圣境 羽化境 飞升境 自在境 逍遥 阅读全文
posted @ 2023-09-09 17:31 北京开发 阅读(3) 评论(0) 推荐(0) 编辑
  2023年9月7日
摘要: #include <X11/Xlib.h> #include <X11/Xatom.h> #include <X11/Xutil.h> //获取窗口图片后,在QListWidget中显示,图片缩放大小为210*100const QSize IMAGE_SIZE(210, 100); const QS 阅读全文
posted @ 2023-09-07 17:59 北京开发 阅读(24) 评论(0) 推荐(0) 编辑
  2023年9月5日
摘要: https://www.kantarverbalisationplatform.com/ 阅读全文
posted @ 2023-09-05 17:24 北京开发 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1、从屏幕上抽取text,Linux,Windows,Mac https://github.com/leanflutter/screen_text_extractor 阅读全文
posted @ 2023-09-05 16:35 北京开发 阅读(2) 评论(0) 推荐(0) 编辑
  2023年8月24日
摘要: 1、 cd glibc-2.28 2、 mkdir build 3、 ../configure --prefix=/opt/glibc-2.28 CPPFLAGS=-O 4、 make CC=gcc-8 CPPFLAGS=-O 银河麒麟ARM版上 最终也没编译成功 阅读全文
posted @ 2023-08-24 19:10 北京开发 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1.查看系统glibc支持的版本: strings /lib64/libc.so.6 | grep GLIBC_ GLIBC_2.2.5 GLIBC_2.2.6 GLIBC_2.3 GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 GLIBC_2.4 GLIBC_2.5 GLI 阅读全文
posted @ 2023-08-24 13:52 北京开发 阅读(105) 评论(0) 推荐(0) 编辑
  2023年8月18日
摘要: %s/,/\r/g %:表示在整个文件中进行操作。 s/:表示替换的开始。 ,:表示要被替换的目标字符串,即逗号。 /:分隔符,用于分隔目标字符串和替换字符串。 \r:替换字符串,即回车符。 /g:表示全局替换,即替换所有匹配到的逗号。 阅读全文
posted @ 2023-08-18 10:05 北京开发 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页