原创 commandtype說明

command_type, 1 入職, 2 修改 , 3 離職

原创 pip安裝requirements.txt 中的模塊設置超時時間

pip install -r requirements.txt --timeout 90000000 requirements.txt 中的格式 如下 Flask==1.1.1其中 docx 模塊爲 python-docx==0.8.10

原创 pg_restore的使用

 # https://blog.csdn.net/qq_31156277/article/details/90374872 pg_dump -h localhost -p 5432 -U zt -F c -b -v -f /home/dep

原创 postgresql 字符串變json 再還原

SELECT to_json('some "text"'::text)select array[to_json('Some "text"'::TEXT)] ; select array_to_json(array[to_json('So

原创 註冊會計師考試報名網址

http://cpaexam.cicpa.org.cn/ http://2651716HL

原创 2019年新個稅計算器及源代碼

 可以到https://download.csdn.net/download/shashoudouhenleng/10873977 下載  也可以到以下地址下載 計算器下載地址   https://files.cnblogs.com/fil

原创 Process.waitFor() 死鎖問題了解和解決

轉自  https://blog.csdn.net/qq_27948659/article/details/80895860 public R downLoadFiles(){ logger.info("執行開始下載命

原创 java多線程中ArrayList應當替換爲CopyOnWriteArrayList

    @ApiOperation(value = "獲取子公司sub,省分prov,總部hq, 全部 total 指標值中的 最高分,最低分,平均分") @RequestMapping(value = "/getMaxAndM

原创 easyexcel中處理逗號以及java反射的妙用以及Filed類型的妙用

  帶有逗號的先用字符串去接收,轉double的時候進行處理 public PmsInfo convertTo(PmsInfo2 pmsInfo2) { PmsInfo pmsInfo= new PmsInfo();

原创 指標 歸一化

 kpi_id    139  能力商店上架率(在能力商店上架的能力數)、  kpi_id   1575  數據中臺使用度(API調用次數、標籤調用次數、數據服務調用次數、框架組件訂購量)、  kpi_id    164   劃小工單流程處

原创 postgresql 添加觸發器

添加觸發器   -- 創建觸發器函數 CREATE FUNCTION update_kpi_for_path_depth_trigger_fun() returns trigger as $$ begin DELETE f

原创 postgresql 操作

                                       說明:主從複製現在遇到大問題,關閉兩個postgresq互相通信的端口後,再重新打開,數據庫的日誌一直報錯。 現在,就需要解決這個問題。      1.首先要了解

原创 postgresql 更新自增變量

-- 更新自動化序列 這個常常要用到的 select setval('dm_table_column_id_seq',(select max(id) from dm_table_column)); select set

原创 fastjson妙用

fastjson在java開發中有妙用 public List<DmTableWithDomainPath> DmTables2DmTableWithDomainPaths(List<DmTable> tables){