会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
海阔天空
本博客大部分内容转自其他博客,一般都注明了转载网址,如有侵犯版权,敬请告知!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
76
下一页
2021年8月3日
windows 端口被占用 PID又查不到 nginx
摘要: windows端口被占用,杀死接着再查还是被占用,服了 2、看到是PID为4636的进程占用了9601端口,如果进一步想知道它的进程名称,可以使用如下命令:tasklist | findstr "4636" 奇迹出现了,显示了应用的名字,那就好办了
阅读全文
posted @ 2021-08-03 10:58 _海阔天空
阅读(391)
评论(0)
推荐(0)
2021年8月2日
nginx 中通过server_name listen的方式配置多个服务器
摘要: nginx 中通过server_name listen的方式配置多个服务器 现在假设有三台主机,他们的ip分别为: A: 192.168.1.167 B: 192.168.1.168 C: 192.168.1.169 nginx作为代理服务器部署在主机 A 上面,B 和 C 作为两台应用服务器。现在
阅读全文
posted @ 2021-08-02 18:20 _海阔天空
阅读(2565)
评论(0)
推荐(0)
2021年7月27日
windows设置nginx开机自启
摘要: windows设置nginx开机自启 1、首先下载nginx 下载地址自己选择想下的版本,这里我下载的1.19版本的 2、将nginx设置为windows服务需要借助工具:下载地址下载该工具后,将其放在 Nginx安装目录下,并重命名为nginx-service.exe,创建配置文件nginx-se
阅读全文
posted @ 2021-07-27 13:38 _海阔天空
阅读(2013)
评论(0)
推荐(0)
2021年7月21日
CENTOS7安装JDK1.8.0_261
摘要: https://blog.csdn.net/weixin_44682846/article/details/107718250 https://www.cnblogs.com/skysyc/p/12660632.html 1、跳转下载 2、复制到centos服务器 3、解压到指定目录 将tgz文件解
阅读全文
posted @ 2021-07-21 07:28 _海阔天空
阅读(652)
评论(0)
推荐(0)
2021年7月16日
VS报错提示两个文件为同一个输出路径怎么办?
摘要: https://www.jb51.net/softjc/566827.html https://blog.csdn.net/findsafety/article/details/34090307 在vs2010中复制窗体,会出现这样一个错误 错误 1 两个输出文件名解析为同一个输出路径:“obj\x
阅读全文
posted @ 2021-07-16 08:09 _海阔天空
阅读(1822)
评论(0)
推荐(0)
2021年7月15日
安装JDK出现内部错误61003
摘要: https://blog.csdn.net/qq_23335979/article/details/108148221 问题:安装java出现内部错误61003,安装成功输入java -version提示无法打开dll文件原因:没有装visual c++2015 redistributable解决方
阅读全文
posted @ 2021-07-15 08:04 _海阔天空
阅读(6019)
评论(1)
推荐(0)
2021年7月6日
HttpClient发送Json数据到指定接口
摘要: HttpClient发送Json数据到指定接口 https://www.cnblogs.com/fxust/p/8214998.html /** * post发送json数据 * @param url * @param param * @return */ private String doPost
阅读全文
posted @ 2021-07-06 14:01 _海阔天空
阅读(832)
评论(0)
推荐(0)
2021年7月3日
jfinal的model和record如何相互转化?
摘要: jfinal的model和record如何相互转化? https://www.cnblogs.com/YuyuanNo1/p/9962022.html https://my.oschina.net/u/2450343/blog/859638 一、model转record: Model类: 1、 /*
阅读全文
posted @ 2021-07-03 18:35 _海阔天空
阅读(494)
评论(0)
推荐(0)
jfinal oracle ActiveRecordException: java.lang.ArrayIndexOutOfBoundsException
摘要: https://blog.csdn.net/mobingdetong/article/details/56015012?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_rank_v
阅读全文
posted @ 2021-07-03 17:45 _海阔天空
阅读(142)
评论(0)
推荐(0)
oracle jdbc驱动 maven
摘要: 1、oracle版本号查询 select * from v$version; 2、下载相应的驱动包并安装 mvn install:install-file -DgroupId=com.oracle.jdbc -DartifactId=ojdbc6 -Dversion=11.1.0.6.0 -Dpac
阅读全文
posted @ 2021-07-03 17:23 _海阔天空
阅读(1515)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
76
下一页
公告