摘要: Git Bash here执行git config --global --add safe.directory D:/project/xxx 阅读全文
posted @ 2023-09-25 16:07 fishness 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 1.进行mysql bin中打开cmd登录 mysql -uroot -proot1 2.修改加密规则 ALTER USER 'root'@'localhost' IDENTIFIED BY 'root1' PASSWORD EXPIRE NEVER; 3.更新一下用户的密码 ALTER USER 阅读全文
posted @ 2023-08-23 14:51 fishness 阅读(30) 评论(0) 推荐(0) 编辑
摘要: select trx_state, trx_started, trx_mysql_thread_id, trx_query from information_schema.innodb_trx kill 对应ID 阅读全文
posted @ 2023-04-23 10:52 fishness 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1、找到oracle位置,打开 oracle\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN 2、用文本编辑器打开listener.ora,配置修改如下 SID_LIST_LISTENER = (SID_LIST = (SID_DESC = ( 阅读全文
posted @ 2021-04-28 13:56 fishness 阅读(228) 评论(0) 推荐(0) 编辑
摘要: select * from table where ( date >= '2020-08-10' AND date <= '2020-08-11' ) OR ( date <= '2020-08-10' AND date >= '2020-08-11' ) OR ( date >= '2020-08 阅读全文
posted @ 2021-03-08 10:01 fishness 阅读(582) 评论(0) 推荐(0) 编辑
摘要: redis-server --service-install redis.windows-service.conf --loglevel verbose service.bat install 阅读全文
posted @ 2021-03-08 09:58 fishness 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Collections.sort(list, new Comparator<TDict>() { @Override public int compare(T o1, T o2) { return Integer.parseInt(o1.getSort()) - Integer.parseInt(o 阅读全文
posted @ 2020-11-17 10:29 fishness 阅读(473) 评论(0) 推荐(0) 编辑
摘要: ftp配置没什么问题,一直访问不到文件,也没办法创建文件 问题解决:SELinux(Security-Enhanced Linux) 是美国国家安全局(NSA)对于强制访问控制的实现,是 Linux历史上最杰出的新安全子系统。 命令临时生效: setenforce 0 (临时生效可以直接用seten 阅读全文
posted @ 2020-11-16 17:40 fishness 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 如图: 1.在pom.xml中增加knife4j的相关依赖 <!--整合Knife4j--> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId 阅读全文
posted @ 2020-07-24 15:59 fishness 阅读(518) 评论(0) 推荐(0) 编辑
摘要: location / { proxy_set_header Host $host:$server_port; //加上该头部 proxy_pass http://ip:5555; } 阅读全文
posted @ 2020-05-14 17:33 fishness 阅读(943) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示