1, exportSession let option = PHVideoRequestOptions() option.isNetworkAccessAllowed = true option.deliveryMode = .highQualityFormat PHCachingImageMana ...
分类:
其他好文 时间:
2020-04-30 15:30:38
阅读次数:
74
from aip import AipOcr""" 你的 APPID AK SK """APP_ID = '17746415'API_KEY = 'eFCKvYoFi6g5nLirGH7zedYG'SECRET_KEY = '9kigA0Sy9oaCjs0OBaHyXbkpzyXQngIz'clie ...
分类:
其他好文 时间:
2020-04-30 11:40:54
阅读次数:
79
The complete explanation is that 1.0.x and 1.1.x do not have the same naming conventions for the generated libraries. OpenSSL 1.1.x has moved into wha ...
分类:
其他好文 时间:
2020-04-30 11:23:13
阅读次数:
98
管道通信包括匿名管道和命名管道,匿名管道只能用在父子进程之间,命名管道可以用在两个进程甚至跨服务器通信。 服务器端代码: private void button1_Click(object sender, EventArgs e) { try { using (NamedPipeClientStre ...
分类:
系统相关 时间:
2020-04-30 09:22:55
阅读次数:
91
C:\Users\jdy>java -XX:PrintCommandLineFlags -versionMissing +/- setting for VM option 'PrintCommandLineFlags'Error: Could not create the Java Virtual ...
分类:
其他好文 时间:
2020-04-29 21:52:33
阅读次数:
95
一、版本选择 建议安装5.0版本,因为好注册,这个你懂得。 下载地址: https://confluence.jetbrains.com/display/PYH/Previous+PyCharm+Releases 下载速度较慢,经常中断,所以建议使用迅雷等断点式下载工具。 二、配置 2.1 Tab键 ...
分类:
其他好文 时间:
2020-04-29 13:09:13
阅读次数:
119
uname命令 # uname --help Usage: uname [OPTION]... Print certain system information. With no OPTION, same as -s. -a, --all print all information, in the ...
分类:
系统相关 时间:
2020-04-29 12:35:15
阅读次数:
66
现象:tomcat启动后,部署在本地tomcat的应用没有启动,且应用日志在console控制台中也没有打印 控制台中输出只有部分警告,内容如下: 警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.ec ...
分类:
Web程序 时间:
2020-04-29 00:54:57
阅读次数:
97
1.下载lib-flexible,并在main.js中引用 npm i lib-flexible --save 2.安装自适应插件 npm i postcss-pxtorem --save 或 npm i postcss-px-to-viewport --save 3.修改vue.config.js ...
分类:
移动开发 时间:
2020-04-28 13:08:53
阅读次数:
148
1、关闭mysql [root@mysql ~]# /etc/init.d/mysqld stopShutting down MySQL.. SUCCESS! 2、修改参数文件/etc/my.cnf [root@mysql ~]# cat /etc/my.cnf[mysqld]user=mysqlb ...
分类:
数据库 时间:
2020-04-28 00:12:31
阅读次数:
128