首先,安装了express和supervisor; 在package.json中: 项目根目录下的命令窗口中运行:npm start 但结果却出现以下情况: DeprecationWarning: current URL string parser is deprecated, and will b ...
分类:
Web程序 时间:
2019-01-15 21:31:43
阅读次数:
272
st_i2c_parser.c中用到,遂学习一下: 参考:https://blog.csdn.net/pengrui18/article/details/8078813 https://blog.csdn.net/earbao/article/details/77785613 getopt_long ...
分类:
其他好文 时间:
2019-01-15 18:32:20
阅读次数:
182
主要参照博客https://www.cnblogs.com/lindaxin/p/7975697.html http://wiki.jikexueyuan.com/project/explore-python/Standard-Modules/argparse.html argparse是pytho ...
分类:
其他好文 时间:
2019-01-14 21:34:57
阅读次数:
189
1. MySQL 体系结构 如下图: Mysql是由SQL接口,解析器,优化器,缓存,存储引擎组成的(SQL Interface、 Parser、 Optimizer、Caches&Buffers、Pluggable Storage Engines) Connectors指的是不同语言中与SQL的交 ...
分类:
数据库 时间:
2019-01-14 18:55:34
阅读次数:
190
1 在项目目录下添加文件 config.ini 写入: 2 项目目录下添加python文件 read_config.py 写入: 3 将代码里的截图目录,测试域名都替换掉。当测试环境改变时,无需修改各页面的domain,只需修改配置文件即可。 the end! ...
分类:
编程语言 时间:
2019-01-13 19:07:27
阅读次数:
226
json数据格式为: 1、 JsonFileUtil.java 1 package com.sklm.lhb.json; 2 3 import java.io.File; 4 import java.io.FileOutputStream; 5 import java.io.FileReader; ...
分类:
其他好文 时间:
2019-01-12 14:18:13
阅读次数:
180
The PHP cron expression parser can parse a CRON expression, determine if it is due to run, calculate the next run date of the expression, and calculat ...
分类:
Web程序 时间:
2019-01-10 11:25:28
阅读次数:
224
批量插入数据经常是把一个集合的数据一次性插入数据库,只需要执行一次sql语句,但是批量插入通常会报框架版本号的错误,本人就遇到 com.alipay.zdal.parser.exceptions.a: ERROR ## get sqlparser result from cache has an e ...
分类:
其他好文 时间:
2019-01-09 21:44:23
阅读次数:
235
1from urllib.robotparser import RobotFileParser 2import ssl 3from urllib.request import urlopen 4ssl._create_defaul ...
分类:
Web程序 时间:
2019-01-07 01:43:00
阅读次数:
154
具体来说,就是添加了些规则去限制HTTP头的规范性 参考这里 具体来说: org.apache.tomcat.util.http.parser.HttpParser#IS_NOT_REQUEST_TARGET[]中定义了一堆not request target 转换过来就是以下字符(对应10进制AS ...
分类:
其他好文 时间:
2019-01-03 23:08:23
阅读次数:
246