Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate extra space for another ar ...
分类:
其他好文 时间:
2019-08-10 09:52:48
阅读次数:
89
1.从github获取allure代码 2.安装gradle,用于打包jar 3.配置gradle环境变量 4.生效环境变量 5.查看是否配置成功 6.进入目录修改src\main\java\io\qameta\allure\summary中的SummaryPlugin.java setReport ...
分类:
其他好文 时间:
2019-08-09 19:57:51
阅读次数:
1219
10.17 内置函数 强调:mysql内置的函数只能在sql语句中使用 date_format: 10.171 自定义函数 函数中不要写sql语句(否则会报错),函数仅仅只是一个功能,是一个在sql中被应用的功能,若要想在begin...end...中写sql,请用存储过程. 删除函数: 执行函数: ...
分类:
数据库 时间:
2019-08-08 23:04:44
阅读次数:
135
用webpack4.X 做新的项目,旧的一些插件都废弃了,就跟着官网配置新的,大致用到的就这几个 ...
分类:
Web程序 时间:
2019-08-07 16:15:46
阅读次数:
115
- 建立created_time和item_name字段的联合索引create index idx_sort on t_source(created_time,item_name,item_id); analyze table t_source; (1)使用相关子查询truncate t_targe ...
分类:
其他好文 时间:
2019-08-06 19:58:08
阅读次数:
121
is_xxx unsigned tinyint 1 0 说明:unsigned注意:POJO is <resultMap设置 从 is_xxx Xxx tinyint is_xxx 正例:is_deleted1 0 【强制】表名、字段名必须使用小写字母或数字,禁止出现数字开头,禁止两个下划线中间只 ...
分类:
数据库 时间:
2019-07-29 20:17:21
阅读次数:
133
yum install nginx发生的错误 解决方法: 可能缺乏epelEPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux. 如果还 ...
分类:
系统相关 时间:
2019-07-29 14:38:16
阅读次数:
134
KafkaManager 是雅虎开源的一款 针对kafka集群的web管理工具, 具体功能和介绍就不再这细讲 kafka-manager github官网 https://github.com/yahoo/kafka-manager 比较坑,github上仅提供了源码包,没有提供安装包,我们需要自己 ...
分类:
其他好文 时间:
2019-07-27 12:31:13
阅读次数:
1148
数据准备: 数据说明:用户表:id主键索引,name普通索引(非唯一),sex无索引;四行记录:其中name普通索引存在重复记录lisi; 一、【Using where】实验语句:explain select * from user where sex='no'; 结果说明:Extra为Using ...
分类:
数据库 时间:
2019-07-27 11:14:54
阅读次数:
596
软件包准备 JDK http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-linux-x64.bin Solr https://archive.apache.org/dist/lucene/solr/4.4.0/solr-4.4.0.tg ...
分类:
其他好文 时间:
2019-07-26 02:07:02
阅读次数:
114