上一页 1 2 3 4 5 6 7 8 ··· 56 下一页
摘要: ### 1、参考 []() [mysql导出一个数据库的结构及遇到的问题](http://www.taodudu.cc/news/show-4222248.html) ### 2、前言 因旧项目情况,mysql数据库区分大小写lower_case_table_names=0 现进行重构,重构数据库中 阅读全文
posted @ 2023-06-21 00:38 一只桔子2233 阅读(307) 评论(0) 推荐(0) 编辑
摘要: ### 1、参考 #### [CentOS 7 定时任务 crontab 入门](https://zhuanlan.zhihu.com/p/115082330) #### [Centos 利用crontab定时执行任务及配置方法](https://blog.csdn.net/wwj256/artic 阅读全文
posted @ 2023-06-18 21:50 一只桔子2233 阅读(235) 评论(0) 推荐(0) 编辑
摘要: ### 1、 ### 2、静态前端,admin_xx_auto_deployment.sh ``` #!/bin/bash source /etc/profile #. ~/.bash_profile cd /data/yyyyy_temp/xx_admin_code/yyyyy2-admin gi 阅读全文
posted @ 2023-06-18 21:33 一只桔子2233 阅读(146) 评论(0) 推荐(0) 编辑
摘要: ### 1、 ### 2、 ``` import org.jeecg.zhongyi.auto_dep.util.CommandStreamGobbler; import org.jeecg.zhongyi.util.LogbackUtil; import org.jeecg.zhongyi.uti 阅读全文
posted @ 2023-06-18 21:29 一只桔子2233 阅读(271) 评论(0) 推荐(0) 编辑
摘要: ### 1、 #### [在Linux系统安装Nodejs](https://blog.csdn.net/sayyy/article/details/103267404) ``` https://nodejs.org/download/release/v16.20.0/node-v16.20.0-l 阅读全文
posted @ 2023-06-18 21:22 一只桔子2233 阅读(830) 评论(0) 推荐(0) 编辑
摘要: ### 1、参考 #### [CentOS 7 定时任务 crontab 入门](https://zhuanlan.zhihu.com/p/115082330) #### [Centos 利用crontab定时执行任务及配置方法](https://blog.csdn.net/wwj256/artic 阅读全文
posted @ 2023-06-17 18:14 一只桔子2233 阅读(75) 评论(0) 推荐(0) 编辑
摘要: ### 1、 [Centos安装Git](https://www.jianshu.com/p/3abeaad62cec) ### 2\ ``` 使用安装包安装: 1.下载安装包:https://github.com/git/git/releases 2.解压安装包:tar -zxvf git-2.2 阅读全文
posted @ 2023-06-16 16:56 一只桔子2233 阅读(378) 评论(0) 推荐(0) 编辑
摘要: ### 1、参考 #### [MySQL数据备份与还原(mysqldump) ](https://www.cnblogs.com/clschao/articles/10263425.html) #### [mysql导入时出现“ERROR at line : Unknown command ‘\‘‘ 阅读全文
posted @ 2023-06-13 22:40 一只桔子2233 阅读(21) 评论(0) 推荐(1) 编辑
摘要: 1、restart.sh #!/bin/bash APP_NAME=appName.jar LOG_FILE="$APP_NAME.log" PORT=10311 PID=$(netstat -nlp | grep :$PORT | awk '{print $7}' | awk -F"/" '{ p 阅读全文
posted @ 2023-06-02 16:00 一只桔子2233 阅读(344) 评论(0) 推荐(0) 编辑
摘要: ### 1、wsl-ip.bat脚本 ``` @echo on REM 先关闭虚拟子系统 wsl --shutdown REM 以下的Ubuntu为第2步查到的Linux子系统名称 REM IP地址根据自己的需要配置 wsl -d Ubuntu-18.04 -u root ip addr del $ 阅读全文
posted @ 2023-05-25 23:25 一只桔子2233 阅读(419) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 56 下一页