上一页 1 2 3 4 5 6 7 8 ··· 56 下一页
摘要: ### 1、参考 #### [nginx中将某一个请求的路径重定向到其它网址](https://www.jianshu.com/p/d847b26c11ee) #### [nginx: [emerg] unknown directive "if($request_uri" in](https://w 阅读全文
posted @ 2023-06-26 11:45 一只桔子2233 阅读(1043) 评论(0) 推荐(0)
摘要: ### 1、 ### 2、nginx.conf ``` worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; 阅读全文
posted @ 2023-06-24 16:00 一只桔子2233 阅读(484) 评论(0) 推荐(0)
摘要: ### 1、参考 []() [mysql导出一个数据库的结构及遇到的问题](http://www.taodudu.cc/news/show-4222248.html) ### 2、前言 因旧项目情况,mysql数据库区分大小写lower_case_table_names=0 现进行重构,重构数据库中 阅读全文
posted @ 2023-06-21 00:38 一只桔子2233 阅读(531) 评论(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 阅读(311) 评论(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 阅读(230) 评论(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 阅读(346) 评论(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 阅读(1045) 评论(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 阅读(92) 评论(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 阅读(451) 评论(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 阅读(29) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 ··· 56 下一页