上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 本文出自:https://www.cnblogs.com/2186009311CFF/p/14016423.html 查看版本(5.3以上): gcc -v 若需升级版本: yum -y install centos-release-scl yum -y install devtoolset-9-g 阅读全文
posted @ 2020-11-21 17:28 wx_h13813744 阅读(581) 评论(0) 推荐(0) 编辑
摘要: mvn clean install mvn compile 阅读全文
posted @ 2020-11-21 15:15 wx_h13813744 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 本文出自:https://www.cnblogs.com/2186009311CFF/p/14015734.html 1.下载软件 mysql官网:https://dev.mysql.com/downloads/workbench/ 2.安装 3.可能提示需要安装C++ 以下情况就是:(MySql 阅读全文
posted @ 2020-11-21 15:09 wx_h13813744 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 本文出自:https://www.cnblogs.com/2186009311CFF/p/14004780.html netstat -ano netstat -ano |findstr "端口号" tasklist |findstr "进程id号" 查看8000端口为例: 阅读全文
posted @ 2020-11-19 12:04 wx_h13813744 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 本文出自:https://www.cnblogs.com/2186009311CFF/p/14003869.html 下载IntelliJ IDEA:http://www.jetbrains.com/idea/ 下载maven:http://maven.apache.org/download.cgi 阅读全文
posted @ 2020-11-19 10:18 wx_h13813744 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 微信小程序模板通知已停,需开发订阅消息实现通知功能 参考: https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html https://developers.weixin 阅读全文
posted @ 2020-10-13 11:21 wx_h13813744 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 本文出自:https://www.cnblogs.com/2186009311CFF/p/13802309.html 前提:安装java(上篇有) 大概就是执行以下命令: yum -y list java* yum -y install java-1.8.0-openjdk* java -versi 阅读全文
posted @ 2020-10-12 13:31 wx_h13813744 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 本文出自:https://www.cnblogs.com/2186009311CFF/p/13801112.html 查看yum里面有那些java的版本 yum -y list java* 安装的是1.8的java版本 yum -y install java-1.8.0-openjdk* 验证jav 阅读全文
posted @ 2020-10-12 09:56 wx_h13813744 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 图片链接+&(若是第一个参数是?)+ w=宽 + & + h=高 示例:(链接没有图片) https://image.baidu.com/search/detail/test.jpg?w=1250&h=900 https://image.baidu.com/search/detail/test.jp 阅读全文
posted @ 2020-10-10 11:22 wx_h13813744 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 我的是腾讯云服务器,在腾讯云买的域名且已实名认证,域名已绑定云服务器IP 申请ssl证书 在总览,搜索:‘ssl证书’ 申请免费证书,有效期一年(选默认的即可) 填写申请,等待审核(几个小时即可) 审核通过,下载,各种服务器有各种的放法 下面以apache为例: 需要放以下几个位置 Include 阅读全文
posted @ 2020-09-23 14:02 wx_h13813744 阅读(299) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页