jsoncpp是一个用于操作json数据的C++开源库 代码地址:https://github.com/open-source-parsers/jsoncpp 使用文档:http://open-source-parsers.github.io/jsoncpp-docs/doxygen/index.h ...
分类:
Web程序 时间:
2021-05-24 12:49:23
阅读次数:
0
1.第三方提供了这么一个API接口,POST后将附件以file文件上传,通过postman工具界面是下面这种样子 Body为form-data类型,不管是文本还是文件,都能在value上填上去 2.C#实现接口调用代码 public static string PostForm(string url ...
修改php-fpm.conf security.limit_extensions = .php .html 查看php-fpm.conf内listen,如果是端口则nginx.conf server内容为 location ~ \.php|\.html(.*)$ { fastcgi_pass 127 ...
分类:
Web程序 时间:
2021-05-24 09:26:26
阅读次数:
0
[获取手机尺寸](https://www.runoob.com/try/try.php?filename=tryjs_screen_all) ...
分类:
移动开发 时间:
2021-05-24 06:52:54
阅读次数:
0
@Override public String getUrlRestInfo(String[] command, String fileName) { //新建一个StringBuffer StringBuffer sb = new StringBuffer(); //过程 Process pro ...
分类:
编程语言 时间:
2021-05-24 06:50:41
阅读次数:
0
错误如下: mount: wrong fs type, bad option, bad superblock on 192.168.1.7:data/nfsdir2, missing codepage or helper program, or other error (for several fi ...
分类:
其他好文 时间:
2021-05-24 06:40:25
阅读次数:
0
1:删除当前目录下 后缀为 ”.***“的文件 find -name "*.txt" -exec rm -f '{}' \; 删除后缀为.txt的文件 2:清空某个文件的内容 echo "" > filename ...
分类:
系统相关 时间:
2021-05-24 02:31:05
阅读次数:
0
windows下文件校验: certutil -hashfile filename MD5 certutil -hashfile filename SHA1 certutil -hashfile filename SHA256 linux 下文件校验: md5sum file1 file2 当两个文 ...
分类:
其他好文 时间:
2021-05-24 02:29:27
阅读次数:
0
0基础环境 本文是基于阿里云的备份做的 1 全量备份文件xtrabackup 2 离线的你需要的所有binlog 1 建立备份实例 1 解压 2 apply-log 3 调整配置文件 skip-grant-tables=1 log-bin=mysql-bin gtid_mode=on enforce ...
分类:
其他好文 时间:
2021-05-24 01:56:37
阅读次数:
0
Lumberjack切割日志 2021年5月8日10:04 接上篇 https://www.cnblogs.com/rabbithacker/p/zap_logger.html 首先安装Lumberjack:go get -u github.com/natefinch/lumberjack 使用: ...
分类:
其他好文 时间:
2021-05-24 01:24:04
阅读次数:
0