会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kikyo
纸上得来终觉浅,绝知此事要躬行。
博客园
新随笔
管理
上一页
1
2
3
4
5
6
7
8
···
56
下一页
2023年6月26日
Nginx 根据请求参数代理到指定网址
摘要: ### 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)
2023年6月24日
nginx 多个配置文件
摘要: ### 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)
2023年6月21日
mysqldump: Got error: 1066: Not unique table/alias: 'table_name' when using LOCK TABLES
摘要: ### 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)
2023年6月18日
linux 定时任务 crontab更改当前用户
摘要: ### 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)
linux sh脚本一键自动部署 前端项目、docker项目、java项目
摘要: ### 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)
linux java调用sh脚本
摘要: ### 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)
linux 安装node16
摘要: ### 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)
2023年6月17日
Centos7 linux定时任务
摘要: ### 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)
2023年6月16日
Centos7 安装Git
摘要: ### 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)
2023年6月13日
MySQL 备份还原 mysqldump
摘要: ### 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
下一页
公告