[app] # (str) Title of your application title = My Camera # (str) Package name package.name = myapp # (str) Package domain (needed for android/ios pac ...
分类:
其他好文 时间:
2020-11-04 18:36:40
阅读次数:
20
root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot ...
分类:
系统相关 时间:
2020-11-04 17:41:12
阅读次数:
35
背景 关于jsBridge的一些基础知识,在网络上有很多文章可以参考: 《H5与Native交互之JSBridge技术》《JSBridge的原理》 最近公司在做一个项目,通过把我们自己的Webview植入第三方APP,然后我们的业务全部通过H5实现。至于为什么不直接用第三方APP WebView,主 ...
分类:
Web程序 时间:
2020-11-01 20:48:08
阅读次数:
28
https://ma.ttias.be/nginx-proxy-upstream-sent-big-header-reading-response-header-upstream/#:~:text=If%20the%20HTTP%20headers%20contain,configurations% ...
分类:
其他好文 时间:
2020-10-31 02:02:24
阅读次数:
15
-bash-4.1$ crontab -e Authentication token is no longer valid; new one requiredYou (oracle) are not allowed to access to (crontab) because of pam conf ...
分类:
数据库 时间:
2020-10-31 01:45:57
阅读次数:
28
importcn.com.amway.msgcenter.console.util.StringUtil;importorg.apache.poi.hssf.usermodel.HSSFDateUtil;importorg.apache.poi.openxml4j.exceptions.OpenXML4JException;importorg.apache.poi.openxml4j.opc.OP
分类:
其他好文 时间:
2020-10-29 10:35:24
阅读次数:
23
1:查看用户密码信息:SELECT `user`, `host`, `authentication_string`, `plugin` FROM mysql.user; 发现root密码与其他系统用户密码格式不一致。 2:修改密码规则 ALTER USER 'root'@'%' IDENTIFIED ...
分类:
数据库 时间:
2020-10-27 11:00:50
阅读次数:
27
Mysql_新建连接报错:Client does not support authentication protocol requested by server ;consider upgrading Mysql client 原因: 上网搜索解决方案,网上说出现这种情况的原因是:mysql8 之前 ...
分类:
数据库 时间:
2020-10-27 10:59:22
阅读次数:
35
环境:192.168.117.132——zabbix server192.168.117.133——zabbix proxy 安装路径为/zabbix 安装zabbix server及zabbix agent 1.安装包下载 https://www.zabbix.com/download_sourc ...
分类:
其他好文 时间:
2020-10-24 10:28:34
阅读次数:
22
环境:192.168.117.132——zabbix server192.168.117.133——zabbix proxy 安装路径为/zabbix 安装php 1.安装包下载 https://www.php.net/downloads.php 本次使用稳定版7.2.34 2.安装依赖 yum i ...
分类:
Web程序 时间:
2020-10-24 09:55:38
阅读次数:
34