做测试用到数字需要补0,用windows很头疼。最后终于找到了一种方法。 其实只要一句话:Set "Num=000%a%"&Set "Num=!Num:~ 3!" 实例如下: ...
分类:
其他好文 时间:
2019-12-29 00:29:53
阅读次数:
297
try destroydialog biaoti catch() rollout biaoti "" ( local mousedd = false local thepos = [0,0] activeXControl ax "https://www.baidu.com/" width:950 h ...
分类:
Web程序 时间:
2019-12-28 09:45:00
阅读次数:
80
以球员信息为例,player索引的player type包含5个字段,姓名,年龄,薪水,球队,场上位置。index的mapping为: "mappings": { "player": { "properties": { "name": { "index": "not_analyzed", "type ...
分类:
编程语言 时间:
2019-12-27 22:12:24
阅读次数:
111
参考: hive参数: https://www.cnblogs.com/yinzhengjie/articles/11065409.html hive-site.xmlhive.async.log.enabled false #控制beeline跑时是否输出执行日志,默认是true hive:hiv ...
分类:
其他好文 时间:
2019-12-27 21:59:12
阅读次数:
76
因现场应用需要,需要对新配置的oracle RAC环境增配2个scanIP地址,10.138.129.106以及10.138.129.107。 配置前情况: [grid@db1 ~]$ srvctl config scan 查看scan的配置信息 SCAN name: scan-ip, Networ ...
分类:
数据库 时间:
2019-12-27 13:47:17
阅读次数:
217
Nginx简介 特点 缺点 Nginx安装 ubuntu CentOs MacOs 安装完成后会自动开启nginx服务,端口80 nginx命令 Nginx目录简介 Nginx配置简介: 默认文件: /etc/nginx/nginx.conf 其他目录: /etc/nginx/{sites avai ...
分类:
其他好文 时间:
2019-12-27 00:14:26
阅读次数:
86
SpringBoot 2.2.X默认不支持put,delete等请求方式的。 首先需要在配置文件中打开他们,代码如下: spring.mvc.hiddenmethod.filter.enabled=true 然后在form标签里面声明method为post 最后在form里面使用以下标签 <inpu ...
分类:
编程语言 时间:
2019-12-24 10:19:47
阅读次数:
270
在安装Ecshop的时候,遇到两个问题: 一、Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\X\www\ecshop\install\includes ...
分类:
其他好文 时间:
2019-12-23 00:23:07
阅读次数:
88
Better Comments 设置注释不同颜色 veture //vue要用 { "git.path":"C:\Program Files\Git\cmd\git.exe", "git.ignoreMissingGitWarning": true, "breadcrumbs.enabled": t ...
分类:
其他好文 时间:
2019-12-21 20:28:04
阅读次数:
183
一、下载php源安装包,解压至/home/php目录下 下载地址:https://www.php.net/distributions/php-7.2.26.tar.gz [root@localhost home]# tar -zxvf php-7.2.26.tar.gz #在这里是上传到了/home ...
分类:
Web程序 时间:
2019-12-21 09:59:29
阅读次数:
294