会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一万年以前
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
12
···
15
下一页
2020年3月10日
centOS下进程的后台运行、查看进程、结束进程
摘要: 1、查看进程 #ps -aux | grep nginx* 上述命令表示查看nginx相关的进程 2、杀死进程 #kill -9 7819 上述命令表示杀死pid为7819的进程 netstat -lntp #查看监听(Listen)的端口 netstat -antp #查看所有建立的TCP连接 n
阅读全文
posted @ 2020-03-10 22:52 一万年以前
阅读(10679)
评论(0)
推荐(0)
2019年12月7日
apache ftp server 设置
摘要: 参考:https://blog.csdn.net/dapao123456789/article/details/45311941
阅读全文
posted @ 2019-12-07 15:09 一万年以前
阅读(949)
评论(0)
推荐(0)
2019年11月4日
centos7 安装jdk及mysql8
摘要: 安装jdk 1.上传压缩包:通过SSH上传jdk压缩包,比如上传至/usr/local/java目录下 2.解压压缩包:利用命令解压压缩包 tar -zxvf jdk-11.0.5_linux-x64_bin.tar.gz 3.设置环境变量:在这个文件(/etc/profile)末尾添加 expor
阅读全文
posted @ 2019-11-04 09:48 一万年以前
阅读(354)
评论(0)
推荐(0)
2019年11月2日
centos7 挂载数据盘
摘要: https://cloud.tencent.com/developer/article/1470189 https://www.cnblogs.com/stulzq/p/7610100.html
阅读全文
posted @ 2019-11-02 19:29 一万年以前
阅读(460)
评论(0)
推荐(0)
2019年9月17日
如何:确定已安装的 .NET Framework 版本
摘要: https://docs.microsoft.com/zh-cn/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed
阅读全文
posted @ 2019-09-17 15:12 一万年以前
阅读(1223)
评论(0)
推荐(0)
2019年6月5日
html流程实现
摘要: https://blog.csdn.net/github_39335046/article/details/73930886 https://www.cnblogs.com/xcj26/p/9870734.html https://wdd.js.org/jsplumb-chinese-tutoria
阅读全文
posted @ 2019-06-05 11:07 一万年以前
阅读(440)
评论(0)
推荐(0)
2019年4月17日
spring cloud
摘要: https://www.jianshu.com/p/de272f28482d https://www.cnblogs.com/ityouknow/p/7508306.html https://www.cnblogs.com/itmsbx/p/9692538.html http://www.ityou
阅读全文
posted @ 2019-04-17 16:44 一万年以前
阅读(127)
评论(0)
推荐(0)
2019年4月12日
SpringBoot 整合 Security5
摘要: https://my.oschina.net/yunduansing/blog/2032475 https://blog.csdn.net/SWPU_Lipan/article/details/80586054 https://www.jianshu.com/p/725d32ab92f8
阅读全文
posted @ 2019-04-12 15:25 一万年以前
阅读(588)
评论(0)
推荐(0)
2019年4月1日
SpringBoot
摘要: https://blog.csdn.net/liutong123987/article/details/79385513 https://blog.csdn.net/hemin1003/article/details/82038244 https://docs.spring.io/spring-bo
阅读全文
posted @ 2019-04-01 15:29 一万年以前
阅读(130)
评论(0)
推荐(0)
2019年3月27日
doc转docx以及type对应的类型
摘要: https://blog.csdn.net/flagang/article/details/51454665 // 作为type格式保存到临时文件 // *Variant(0):doc // *Variant(1):dot // *Variant(2-5),Variant(7):txt // *Va
阅读全文
posted @ 2019-03-27 14:11 一万年以前
阅读(815)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
15
下一页
公告