会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苏州程序员
博客园
首页
新随笔
联系
订阅
管理
2024年11月29日
git如何提交本地项目
摘要: 命令行指引 您还可以按照以下说明从计算机中上传现有文件。 Git 全局设置 git config --global user.name "刘xxx" git config --global user.email "xxx" 创建一个新存储库 git clone git@10.10.10.25:pla
阅读全文
posted @ 2024-11-29 16:26 苏州coder
阅读(23)
评论(0)
推荐(0)
2024年11月6日
docker安装以及调整Docker 的存储路径
摘要: https://blog.csdn.net/Laputa_Castle/article/details/131122545 https://blog.51cto.com/u_16213688/9982184 要修改 Docker 的存储路径至 /data/docker,您可以按照以下步骤操作: 1.
阅读全文
posted @ 2024-11-06 15:54 苏州coder
阅读(82)
评论(0)
推荐(0)
2024年8月7日
renren开源项目发布
摘要: 1、前端:npm run build server { listen 80; server_name lowcode.renren.io; location / { root /data/renren-lowcode-admin; index index.html; }} 2、后端部署: 后端打包:
阅读全文
posted @ 2024-08-07 10:33 苏州coder
阅读(47)
评论(0)
推荐(0)
linux下nginx安装
摘要: https://www.cnblogs.com/kunhu/p/3633002.html
阅读全文
posted @ 2024-08-07 09:13 苏州coder
阅读(9)
评论(0)
推荐(0)
Linux 安装 JDK17
摘要: Linux 安装 JDK17 1. 下载安装包 mkdir /home/jdk17wget https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz -P /home/jdk17/或wget http://49.23
阅读全文
posted @ 2024-08-07 08:59 苏州coder
阅读(2084)
评论(0)
推荐(0)
2024年7月4日
mysql8.0安装指南
摘要: https://blog.csdn.net/qq_37350706/article/details/81707862 linux 下:https://www.cnblogs.com/theMine/p/14338694.html https://blog.csdn.net/xiaoyaozizai1
阅读全文
posted @ 2024-07-04 17:10 苏州coder
阅读(8)
评论(0)
推荐(0)
2024年4月1日
使用jstack查看当前进程全部线程的状态
摘要: 1.使用jps 命令找到进程的PID$ jps225648 Jps5268127284 Launcher226980 Launcher227624 ConcurrencyTest2.使用jstack命令dump出线程信息jstack 227624 > ./thread.dump 3.分析线程的状态信
阅读全文
posted @ 2024-04-01 14:30 苏州coder
阅读(129)
评论(0)
推荐(0)
2022年12月8日
技术架构
摘要:
阅读全文
posted @ 2022-12-08 14:52 苏州coder
阅读(46)
评论(0)
推荐(0)
sh脚本小记
摘要: #!/bin/bashwhile true;do sleep 5; echo 5; if [ "$(ps -ef|grep jobtracker|gawk '$0 !~/grep/ {print $2}' |tr -s '\n' ' ')" == "" ] then sh /data/local2/
阅读全文
posted @ 2022-12-08 09:31 苏州coder
阅读(21)
评论(0)
推荐(0)
2022年10月25日
linux下安装jdk步骤
摘要: inux下安装jdk,都是下载压缩包解压,配置环境变量等步骤。这里记录一下安装1.8版本的过程,方便下次查阅。 1.创建java安装目录 mkdir -p java/jdk2.下载jdk压缩包 切换到jdk目录下,执行下载命令 wget --no-check-certificate --no-coo
阅读全文
posted @ 2022-10-25 19:25 苏州coder
阅读(100)
评论(0)
推荐(0)
下一页
公告