上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 68 下一页
摘要: //代码 // 普通语音电话 audio.onclick = function () { // 导入Activity、Intent类 var Intent = plus.android.importClass("android.content.Intent"); var Uri = plus.and 阅读全文
posted @ 2023-05-30 21:06 温柔的风 阅读(223) 评论(0) 推荐(0)
摘要: 很简单,只需要一行代码即可,首先需要先把文件上传服务器,另外呢,所要预览的文件链接不能是ip及端口的,必须是带有域名的,否则报以下错误 //格式:https://view.officeapps.live.com/op/view.aspx?src=文件地址 //举例:https://view.offi 阅读全文
posted @ 2023-05-14 20:52 温柔的风 阅读(1382) 评论(0) 推荐(0)
摘要: wokerman启动之后一直报错 Worker[30477] process terminated worker[thinkphp:30477] exit with status 64000 Worker[30533] process terminated worker[thinkphp:30533 阅读全文
posted @ 2023-05-08 12:58 温柔的风 阅读(740) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yehuisir/p/16964932.html 阅读全文
posted @ 2023-03-03 16:32 温柔的风 阅读(60) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xiadiganhuo/article/details/117063398 阅读全文
posted @ 2022-12-11 11:37 温柔的风 阅读(47) 评论(0) 推荐(0)
摘要: 一、先查看远程关联的仓库地址 #查看关联的远程仓库 git remote -v 二、先删除远程关联,然后添加新的关联地址 git remote rm origin git remote add origin [url] 查看一下.git文件夹下的config文件,如果url变了即可 阅读全文
posted @ 2022-12-01 16:42 温柔的风 阅读(128) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/xiaoxi-jinchen/p/15670539.html https://www.cnblogs.com/baiye125/p/15063336.html 阅读全文
posted @ 2022-11-21 21:30 温柔的风 阅读(117) 评论(0) 推荐(0)
摘要: 一、免密码登录 修改配置文件:vim /etc/my.cnf 在【mysqld】模块添加:skip-grant-tables [mysqld] skip-grant-tables 然后重复Mysql服务 二、将密码置空 mysql -u root -p #提示输入密码时直接敲回车。 use mysq 阅读全文
posted @ 2022-11-21 20:55 温柔的风 阅读(912) 评论(0) 推荐(0)
摘要: 在线PDF转word 互转:https://www.ilovepdf.com/zh-cn/pdf_to_word http://v.sucai8.cn/ 模板之家、17素材解析下载 阅读全文
posted @ 2022-11-09 09:22 温柔的风 阅读(29) 评论(0) 推荐(0)
摘要: nginx报错:nginx: [emerg] getgrnam("root") failed in /Applications/MxSrvs/bin/nginx/conf/nginx.conf:1 nginx: [emerg] getgrnam("wangteng") failed in /Appl 阅读全文
posted @ 2022-10-23 20:28 温柔的风 阅读(467) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 68 下一页