1.You might want to run 'apt-get -f install' to correct these. 解决方法:sudo apt-get install -f 1、sudo命令:sudo命令用来以其他身份来执行命令,预设的身份为root,简单来说就是提升权限,因为apt-ge ...
分类:
其他好文 时间:
2018-10-31 15:49:59
阅读次数:
163
什么是QRCode.js QRCode.js是用于制作二维码的JavaScript库。QRCode.js支持在HTM中使用HTML5画布和表格标签进行交叉浏览。QRCode.js没有依赖关系 VUE里安装QRCode.js包 VUE中引入qrcodejs2包 创建DOM元素,存储二维码的位置 生成二 ...
分类:
Web程序 时间:
2018-10-29 19:54:10
阅读次数:
839
2018-10-24 gitlab查看版本 查看gitlab服务状态命令 启动、停止服务 备份与恢复 备份配置 配置文件再/etc/gitlab/ 下面,将所有的配置用tar备份即可 备份数据 Gitlab的备份目录路径设置 GItlab备份操作(使用备份命令"gitlab-rake gitlab: ...
分类:
其他好文 时间:
2018-10-24 11:58:41
阅读次数:
135
软件测试定义是:为了发现程序中的错误而执行程序的过程它是帮助识别开发完成(中间或最终的版本)的计算机软件的正确度(correctness) 、完全度(completeness)和质量(quality)的软件过程;是SQA(software quality assurance)的重要子域。软件测试要学 ...
分类:
其他好文 时间:
2018-10-23 20:56:51
阅读次数:
172
什么是emoji emoji就是表情符号 emoji的创造者是日本人栗田穰崇(Shigetaka Kurita) 在数据库的编码不为utf8mb4,利用java mysql驱动保存含有表情符号的数据会出现异常java.sql.SQLException: Incorrect string value: ...
分类:
数据库 时间:
2018-10-22 14:51:57
阅读次数:
163
测试txt内容如下 123 222 345 123345 111 222 333123 111 222 333 ...
分类:
编程语言 时间:
2018-10-17 00:01:19
阅读次数:
313
错误: sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116Executing: gpg --ignore-time-conf ...
分类:
其他好文 时间:
2018-10-11 16:57:29
阅读次数:
384
1. create a 1G file for the swap. sudo fallocate -l 1G /swapfile we can verify that the correct amount of space was reserved by typing: ls -lh /swapfi ...
分类:
系统相关 时间:
2018-10-11 14:31:09
阅读次数:
194
dfs #include #include using namespace std; const int maxn = 1e5+50; struct Edge{ int lst; int to; }edge[maxn*5]; int head[maxn]; int qsz; inline void ... ...
分类:
编程语言 时间:
2018-10-08 13:30:13
阅读次数:
185
A common typing error is to place the hands on the keyboard one row to the right of the correct position. So "Q" is typed as "W" and "J" is typed as " ...
分类:
其他好文 时间:
2018-10-02 17:57:34
阅读次数:
161