上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 56 下一页
该文被密码保护。 阅读全文
posted @ 2023-08-21 22:33 JaxYoun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-08-18 16:20 JaxYoun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-08-18 16:18 JaxYoun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-08-18 16:13 JaxYoun 阅读(0) 评论(0) 推荐(0)
摘要: 1. 执行命令 ```shell curl cip.cc ``` 2. 返回结果 ```log IP : xxx.xxx.xxx.xxx 地址 : 国名 省名 市名 运营商 : 运营商名 数据二 : XX省XX市 | 电信 数据三 : X国X省X市 | 电信 URL : http://www.cip 阅读全文
posted @ 2023-08-16 14:34 JaxYoun 阅读(123) 评论(0) 推荐(0)
摘要: 1. 下载古老的IReport报表编辑器。 链接:`https://community.jaspersoft.com/project/ireport-designer/releases`,最后打包时间为2014年5月,最终版本停留在v5.6.0。 2. 由于IReport最高支持jdk7,所以一般会 阅读全文
posted @ 2023-08-15 17:28 JaxYoun 阅读(224) 评论(0) 推荐(0)
摘要: 统计慢查询耗时 select * from (select sa.SQL_TEXT "执行 SQL", sa.EXECUTIONS "执行次数", round(sa.ELAPSED_TIME / 1000000, 2) "总执行时间", round(sa.ELAPSED_TIME / 1000000 阅读全文
posted @ 2023-08-09 15:38 JaxYoun 阅读(157) 评论(0) 推荐(0)
摘要: 22 阅读全文
posted @ 2023-08-09 00:26 JaxYoun 阅读(28) 评论(0) 推荐(0)
摘要: ```shell # 语句中的“ZL0204_03”就是SQL包含的字符串,通常是条件中的常量字符串,实现过滤 watch org.apache.ibatis.mapping.BoundSql getSql -n 50 'returnObj' 'returnObj.indexOf("ZL0204_0 阅读全文
posted @ 2023-08-08 16:40 JaxYoun 阅读(1310) 评论(0) 推荐(0)
摘要: # Oracle对象锁查看及杀死指定session ```sql -- 0.给指定用户(这里用system)分配下列系统表的【select】权限(这是前提)。 grant select on v_$process to system; grant select on v_$locked_object 阅读全文
posted @ 2023-08-02 11:29 JaxYoun 阅读(164) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 56 下一页