上一页 1 2 3 4 5 6 7 ··· 56 下一页
摘要: 1、参考 docker重置mysql密码 2、 set password for dev@%='password2'; update mysql.user set authentication_string='password2' where user='dev'; update user set 阅读全文
posted @ 2023-10-22 22:56 一只桔子2233 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1、 2、 #!/bin/sh ## java 此处是指定jdk启动 export JAVA_HOME=/opt/jdk-11 export JRE_HOME=$JAVA_HOME/jre ##此处是打包的jar包名称,不带.jar后缀 APP_NAME=spring-boot-mgt-2.3.0 阅读全文
posted @ 2023-10-10 21:51 一只桔子2233 阅读(14) 评论(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:19 一只桔子2233 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ### 1、参考 #### [nginx 常见参数以及重定向参数配置 ](https://blog.csdn.net/sqlstar/article/details/108393616) ### 2、nginx 各参数翻译,作用 ``` $arg_PARAMETER #这个变量包含GET请求中,如果 阅读全文
posted @ 2023-08-15 14:42 一只桔子2233 阅读(761) 评论(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 阅读(284) 评论(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 阅读(10) 评论(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 阅读(745) 评论(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 阅读(316) 评论(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 阅读(279) 评论(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 阅读(221) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 56 下一页