python标准库简介 文本 string:通用字符串操作 re:正则表达式操作 difflib:差异计算工具 textwrap:文本填充 unicodedata:Unicode字符数据库 stringprep:互联网字符串准备工具 readline:GNU按行读取接口 rlcompleter:GN ...
分类:
编程语言 时间:
2020-02-14 20:49:40
阅读次数:
86
2020-02-14 恢复内容开始 "Test_leetcode - Debug": The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler. Probably ...
分类:
编程语言 时间:
2020-02-14 20:24:53
阅读次数:
121
在使用 deepin + vscode 查看linux源码时,发现比较恶心的问题,跳转到指定函数特别慢,偶尔还跳转不过去,在vscode 中安装一个插件就好了 1. vscode 安装插件名:C/C++ GNU Global 2. 在deepin中安装一个软件:sudo apt install gl ...
分类:
系统相关 时间:
2020-02-14 18:48:09
阅读次数:
353
一、安装JDK 系统环境:CentOS Linux release 7.3.1611 x86_64 GNU/Linux Jenkins是基于Java开发的持续集成系统(CI),所以运行环境必须安装JDK,安装JDK的方法有很多种,有些Linux系统可能会自带openjdk,需要注意的是较新版本的je ...
分类:
其他好文 时间:
2020-02-14 16:19:57
阅读次数:
76
类图 此处只截取了部分 接口 public interface View { String RESPONSE_STATUS_ATTRIBUTE = org.springframework.web.servlet.View.class.getName() + ".responseStatus"; St ...
分类:
编程语言 时间:
2020-02-13 14:51:26
阅读次数:
75
数据类型 这里直接引用官方文档的描述: .protoC++JavaPythonGoRubyC# double double double float float64 Float double float float float float float32 Float float int32 int3 ...
分类:
其他好文 时间:
2020-02-12 22:25:40
阅读次数:
126
Access control is a fundamental element of the security infrastructure of any company. Every security officer wants to apply the principle of less pri ...
分类:
数据库 时间:
2020-02-12 16:37:04
阅读次数:
127
pycharm 安装第三方库报错:AttributeError: 'module' object has no attribute 'main' pip升级到 10.0.1 之后 老版的pycharm 使用pip安装第三方库的时候会报错,报错如上图所示: 其主要原因是 新版的 pip 更改了 部分a ...
分类:
其他好文 时间:
2020-02-12 11:13:01
阅读次数:
98
今天学习了listener的相关知识 1.简介 Listener 的作用是用于监听 web应用的创建和销毁,以及在其上attribute发生的变化。 web应用即ServletContext对象(jsp的隐式对象application) 除了对web应用的监听外,还能监听session和reques ...
分类:
其他好文 时间:
2020-02-11 19:24:26
阅读次数:
80
windows系统git使用zip命令报错解决方法 报错信息:zip command not found 解决方法 下载zip 3.0 bin.zip和bzip2 1.0.5 bin.zip压缩包 "下载地址" 文件拷贝 解压压缩包并把zip 3.0 bin.zip解压后的bin文件夹下的zip.e ...