使用IDEA,添加注释的时候敲空格,总是会把行尾空格删除导致代码跑到注释行,很不爽~~ 取消这个不爽的功能:File--Settings--Editor--General--Other--Strip trailing spaces on save : None ...
分类:
其他好文 时间:
2019-06-19 00:29:22
阅读次数:
344
mysql批量入库,数据量太多出错 Too many arguments. 7 SQLSTATE[HY000]: General error: 1390 Prepared statement contains too many placeholders /data/app/framework/thi ...
分类:
数据库 时间:
2019-06-17 12:36:14
阅读次数:
129
1019 General Palindromic Number (20 分) 1019 General Palindromic Number (20 分) 1019 General Palindromic Number (20 分) A number that will be the same wh ...
分类:
其他好文 时间:
2019-06-16 14:16:56
阅读次数:
108
1. using boost::heap::priority_queue In general this class behaves like std::priority_queue, except it allows you to iterate over elements. The order ...
分类:
其他好文 时间:
2019-06-14 19:44:45
阅读次数:
109
导出数据量很大的情况下,生成excel的内存需求非常庞大,服务器吃不消,这个时候考虑生成csv来解决问题,cvs读写性能比excel高。测试表student 数据(大家可以脚本插入300多万测数据。这里只给个简单的示例了) SET NAMES utf8mb4; SET FOREIGN_KEY_CHE ...
分类:
Web程序 时间:
2019-06-13 15:49:49
阅读次数:
150
01 — BioGRID BioGRID 是 Biological General Repository for Interactionh Datasets 的缩写(网址为 https://thebiogrid.org),是一个公开的数据库,主要记录、整理包括蛋白、遗传和化学互作的数据,涵盖人类和所 ...
分类:
数据库 时间:
2019-06-12 13:49:58
阅读次数:
215
注意:更新系统的时候会提示个问题就是如下图: 非超级用户是否应该能够捕获数据包?,选择否就行,其实测试环境无所谓。 更新完后执行命令清理包并重启: 其他一些源: 官方介绍:https://docs.kali.org/general-use/kali-linux-sources-list-reposi ...
分类:
系统相关 时间:
2019-06-11 20:50:57
阅读次数:
1047
VBA 的 Format 函数与工作表函数 TEXT 用法基本相同,但功能更加强大,许多格式只能用于VBA 的 Format 函数,而不能用于工作表函数 TEXT 。Format(值,格式(可选参数))一、数字格式:1、General Number:普通数字,可以用来去掉千位分隔号和无效 0 。如: ...
分类:
编程语言 时间:
2019-06-11 11:31:31
阅读次数:
143
1.建库 库名:linux50 字符集:utf8 校验规则:utf8_general_ci ? 2.建表 2.1表一 表名:student(学生表) 字段|数据类型要求|是否为空|注释 | | | sno|最多20位|否|学号(主键) sname|可变长|否|学生姓名 sage|最小整数,非负数|否 ...
分类:
数据库 时间:
2019-06-10 00:04:24
阅读次数:
162
我们环境使用的Linux内核版本是4.4,已支持cgroup,只要在内核配置中选上cgroup,并勾选自己想要的配置(general setup->control group support->) 网上有各种资料介绍cgroup,这里我就不详述了,直接mount cgoup mkdir cgroup ...
分类:
其他好文 时间:
2019-06-09 12:47:37
阅读次数:
261