http://www.neea.edu.cn/html1/folder/1607/298-1.htm https://www.zhihu.com/question/50459774 ...
分类:
其他好文 时间:
2020-06-05 10:25:30
阅读次数:
72
包管理工具 ##yum 自己解决依赖关系 包 安装包 yum install 清除缓存 yum clean 列出所有的包 yum list 更新包 yum update 搜索 yum search 详细信息 yum info 列出yum仓库信息 yum repolist 重新安装 yum reins ...
分类:
系统相关 时间:
2020-06-05 00:53:20
阅读次数:
77
添加ROS源 #官方源: $ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' #中科大源: $ s ...
分类:
系统相关 时间:
2020-06-04 19:58:17
阅读次数:
85
/* Epoll private bits inside the event mask */#define EP_PRIVATE_BITS (EPOLLWAKEUP | EPOLLONESHOT | EPOLLET | EPOLLEXCLUSIVE) ...
分类:
其他好文 时间:
2020-06-04 00:59:19
阅读次数:
74
今天pg数据库需要添加一个只读用户,由于在pgAdmin4中无法添加,遂用sql添加,遇到了一个大坑,很基础的问题,只怪自己学艺不精,一次提醒自己; 注意;postgresql数据库对大小写不敏感!!! CREATE USER test2 WITH ENCRYPTED PASSWORD 'test2 ...
分类:
数据库 时间:
2020-06-03 23:22:15
阅读次数:
133
String.fromCharCode、str.length、str.charAt、str.charCodeAt、str.concat、str.slice、str.substring、str.substr、str.indexOf、str.lastIndexOf、str.trim、str.toLowe... ...
分类:
其他好文 时间:
2020-06-03 20:35:22
阅读次数:
70
checkSettingsForm.qaModel.search('抽查') 1 ...
分类:
Web程序 时间:
2020-06-03 15:47:14
阅读次数:
62
@Inject NamedParameterJdbcTemplate namedParameterJdbcTemplate; public List<TeacherContributionLastCalculated> searchLastCalculated(Set<String> fromIdL ...
分类:
数据库 时间:
2020-06-03 15:33:58
阅读次数:
66
# @ Author : Collin_PXY # 正则表达式: import re # 1,分步写法: # 1)rule.search(string) pattern='各小区' rule=re.compile(pattern) tel=rule.search(string) # 返回第一个匹配的 ...
分类:
编程语言 时间:
2020-06-02 23:09:30
阅读次数:
109
一、下载插件时出现:“安装过程中出现一个错误: No such plugin: cloudbees-folder 安装插件 cloudbees-folder 失败 解决方案: 1、需要去 https://updates.jenkins-ci.org/download/plugins/cloudbee ...
分类:
其他好文 时间:
2020-06-02 20:34:24
阅读次数:
80