摘要: 【System__收录】知识点及疑难杂症 【Web前端__收录】知识点及疑难杂症 【Java__收录】知识点及疑难杂症 【DataBase__收录】知识点及疑难杂症 【编程工具__收录】知识点及疑难杂症 阅读全文
posted @ 2021-04-18 02:39 一只桔子2233 阅读(129) 评论(0) 推荐(0) 编辑
摘要: ### 1、参考 #### [使用redis-cli登录远程redis服务并批量导入数据](https://blog.csdn.net/tiantang_1986/article/details/130265673) #### [redis查找Key常用查找方法详解](https://www.861 阅读全文
posted @ 2023-09-07 10:20 一只桔子2233 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ### 1、参考 #### [nginx 常见参数以及重定向参数配置 ](https://blog.csdn.net/sqlstar/article/details/108393616) ### 2、nginx 各参数翻译,作用 ``` $arg_PARAMETER #这个变量包含GET请求中,如果 阅读全文
posted @ 2023-08-15 14:42 一只桔子2233 阅读(64) 评论(0) 推荐(0) 编辑
摘要: ### 0、参考 [gitee生成、添加 SSH 公钥](https://help.gitee.com/repository/ssh-key/generate-and-add-ssh-public-key) [Cron表达式在线工具](https://www.pppet.net/) ### 1、操作 阅读全文
posted @ 2023-06-28 12:25 一只桔子2233 阅读(85) 评论(0) 推荐(0) 编辑
摘要: ### 1、 ### 2、 ``` mysql -h 127.0.0.1 -u root -p password show databases; use dbname; source /root/usr/tools/dbname_0616.sql; ``` 阅读全文
posted @ 2023-06-27 16:17 一只桔子2233 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ### 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 阅读(116) 评论(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 阅读(119) 评论(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 阅读(38) 评论(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:51 一只桔子2233 阅读(10) 评论(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 阅读(35) 评论(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:30 一只桔子2233 阅读(50) 评论(0) 推荐(0) 编辑