什么是 readme§ A readme (or read me) file contains information about other files in a directory or archive and is very commonly distributed with computer ...
分类:
其他好文 时间:
2021-06-13 09:57:10
阅读次数:
0
来自https://www.tutorialspoint.com/gnu_debugger/gdb_quick_guide.htm GDB - Debugging Symbols A Debugging Symbol Table maps instructions in the compiled b ...
分类:
数据库 时间:
2021-06-09 10:29:22
阅读次数:
0
1官网下载.exe文件,本文选择版本为4.5.2 https://opencv.org/releases/ 2 extract到D盘 3 添加环境变量,E:\opencv\build\x64\vc15\bin 4 将E:\opencv\build\x64\vc15\bin中的这两个文件放到C:\Wi ...
分类:
其他好文 时间:
2021-06-06 19:43:10
阅读次数:
0
https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=1736&mosmsg=Submission+received+with+ID+2645038 ...
分类:
其他好文 时间:
2021-06-02 20:34:45
阅读次数:
0
Redis 大key Redis使用过程中经常会有各种大key的情况, 比如: 单个简单的key存储的value很大 hash, set,zset,list 中存储过多的元素(以万为单位) 由于redis是单线程运行的,如果一次操作的value很大会对整个redis的响应时间造成负面影响,所以,业务 ...
分类:
其他好文 时间:
2021-06-02 18:55:34
阅读次数:
0
OO第三单元总结 设计策略 首先根据JML规格定义需要的属性,再理解各个方法的目的,最后根据理解来完成各个方法。对于方法的实现,需要先大致理解方法实现了怎样的功能,而不是直接根据规格就开始写代码,在明白方法规格的具体含义以后,要明确进入各个分支的前提条件,然后是每个分支造成了怎样的结果,最后是检查是 ...
分类:
其他好文 时间:
2021-06-02 17:26:05
阅读次数:
0
1.选中要生成的文件。 2.点击菜单栏 Tools->Generate JavaDoc,进入以下界面 3.将Other command line arguments:设置为-encoding utf-8 -charset utf-8 ,这是确认编码方式,防止有中文乱码,后面的windowtitle是 ...
分类:
编程语言 时间:
2021-06-02 17:10:43
阅读次数:
0
问题描述:启动MySQL后,出现连接不上,报 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11[root@mysql01 ~]# service mysql startStarting MySQL [ OK ][root@mysql01 ~]# ...
分类:
数据库 时间:
2021-06-02 13:23:04
阅读次数:
0
抓包列表中有好多抓包结果是我们不会关注的,用下面的方法可以让这些我们不关注的接口在列表中隐藏 1.添加关注的接口 注:host : baidu 代表 host中含有"baidu"字符的所有host protocol :http 或者https. 如果什么都选,代表 两中协议都会生效,相当于二者兼选 ...
分类:
其他好文 时间:
2021-05-24 15:50:06
阅读次数:
0
官方二进制包方式: # 下载 starport 二进制到 /usr/local/bin $ curl https://get.starport.network/starport! | bash # 如果没有权限,分两步: $ curl https://get.starport.network/sta ...
分类:
其他好文 时间:
2021-05-24 15:42:42
阅读次数:
0