会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北京开发
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
14
15
···
21
下一页
2023年10月31日
gnutls_handshake() failed: The TLS connection was non-properly terminated
摘要: 解决办法: 删除家目录中 .ssh/known_hosts文件 ,比如root的是: /root/.ssh/known_hosts
阅读全文
posted @ 2023-10-31 19:43 北京开发
阅读(761)
评论(0)
推荐(0)
2023年10月30日
gio安装依赖冲突解决办法
摘要: apt install aptitude -y aptitude install libglib2.0-dev
阅读全文
posted @ 2023-10-30 15:48 北京开发
阅读(26)
评论(0)
推荐(0)
Project ERROR: python-2.7 development package not found
摘要: sudo apt install python2.7-dev sudo apt install libpython2.7 sudo apt install libpython2.7-dev dpkg -L libpython2.7-dev dpkg -L libpython2.7-dev pkg-c
阅读全文
posted @ 2023-10-30 11:20 北京开发
阅读(51)
评论(0)
推荐(0)
2023年9月27日
c++正则表达式汇总
摘要: 一、校验字符的表达式 1 汉字:^[\u4e00-\u9fa5]{0,}$ 2 英文和数字:^[A-Za-z0-9]+或[A−Za−z0−9]4,40 3 长度为3-20的所有字符:^.{3,20}$ 4 由26个英文字母组成的字符串:^[A-Za-z]+$ 5 由26个大写英文字母组成的字符串:^
阅读全文
posted @ 2023-09-27 16:21 北京开发
阅读(499)
评论(0)
推荐(0)
标准c++正则表达式语法 URL
摘要: https://cplusplus.com/reference/regex/ECMAScript/
阅读全文
posted @ 2023-09-27 15:55 北京开发
阅读(25)
评论(0)
推荐(0)
c++正则表达式
摘要: https://www.cnblogs.com/chechen/p/5459288.html
阅读全文
posted @ 2023-09-27 15:14 北京开发
阅读(7)
评论(0)
推荐(0)
安装Ubuntu内核源码 apt-get install linux-source-xx
摘要: 如题
阅读全文
posted @ 2023-09-27 09:33 北京开发
阅读(53)
评论(0)
推荐(0)
2023年9月26日
Ubuntu内核编译
摘要: 1、 https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel 权威内核编译说明
阅读全文
posted @ 2023-09-26 11:22 北京开发
阅读(19)
评论(0)
推荐(0)
2023年9月25日
debian 安装包中changelog.Debian 日志格式
摘要: 官方说明文档 : https://www.debian.org/doc/debian-policy/index.html#contents A、 debian/changelog应该简单就介绍安装包的版本,当然也可以包含与上一个版本的些改变。changelog应该能够使安装工具(例如:dpkg)去发
阅读全文
posted @ 2023-09-25 13:49 北京开发
阅读(279)
评论(0)
推荐(0)
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 北京开发
阅读(20)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
21
下一页
公告