原创 Des 加解密工具類

import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypt

原创 [JAVA](框架) Spring AOP 使用 @Pointcut(?) 攔截被 “自定義註解” 所註解的類和方法

@Log 註解 @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE, ElementType.METHOD}) public @int

原创 將博客搬至CSDN

將博客搬至CSDN 點贊 收藏 分享 文章舉報 muraty 發佈了17 篇原創文章 · 獲贊 9 · 訪問量 4萬+ 私信

原创 bootstrapTable 單選及其取值

學習bootstrapTable 一直沒有找到 單選框的選定的和取值的教程,今天寫一個.作爲筆記 1. 效果圖: 點擊 bootstrapTable 單選的按鈕, 選中該列, 取到該列的所有值. 2. js 代碼 : bootst

原创 bootstrapTable 單選及其取值

  學習bootstrapTable 一直沒有找到 單選框的選定的教程.今天自己寫一個,當作筆記.             需求: 將後臺數據分頁顯示, 然後選中其中一項,進行下一步操作.      1. bootstrapTable

原创 [JAVA] (框架) cxf 日誌顯示過多佔用空間調整

pom文件 <!-- cxf --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId>

原创 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): xxx.xxx.xxx.service.ReDemoService.sele

原创 [DB] dbvisualizer 小記

1.關閉更新提示 菜單欄Help–>Check for Update,將Check For updates的頻次切換至never(默認Weekly) 2.自動提示 Tools–>SQL Commander–>Auto Completi

原创 [DB] (數據庫通用工具) dbeaver

DBeaver 下載位置 下載 Windows 64 bit (zip archive) – 綠色版 速度慢可以去我的百度雲下載 解壓文件到 非中文目錄切不含空格 目錄下 (如: D:\DBTool) DBeaver 依賴jre1

原创 [DB] (運維) sqlserver 鎖表查看和處理

查看被鎖表 select request_session_id 鎖表進程,OBJECT_NAME(resource_associated_entity_id) 被鎖表名 from sys.dm_tran_lock

原创 [DB] (數據庫同步) kettle

1. 下載 kettle 7.1 (2017-05-22) 密碼 ad15 kettle 6.1 (2016-04-13) 密碼 bu53 kettle 官網下載 說明 : 後綴bat爲win操作系統修改文件, sh爲 lin

原创 [JAVA] elasticsearch scrollId 很長原因

elasticsearch 分頁的時候有 1.深度分頁(from-size) 分頁的偏移值越大,執行分頁查詢時間就會越長 2.快照分頁(scroll) 該查詢會自動返回一個scrollId 由於數據量比較大. 所以採用了快照分頁

原创 [JAVA] (框架) Apache 項目總覽

https://projects.apache.org/projects.html

原创 [API] 常用API一覽

google guava 密碼:u122

原创 Javac exception

Javac exception Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HO