原创 [intlify] Not found '' key in 'zh' locale messages.

因爲我使用的這個key對應的value是一個數組,而普通的key對應的value的值是String卻使用 由 vue i18n v9的遷移後的$t()無法獲取數組、對象 得到原因,t()在setup是不允許識別出字符串以外的value值,

原创 tortoisegit Access denied

TortoiseGit拉取或推送項目,沒有輸入賬號,直接輸入密碼後,提示 Access denied 原因是因爲使用ssl校驗,可能是因爲你們部署的網站不是真實的https (用https獲取、不要用ssh) 所以在 在C:\Users\y

原创 vue 正則匹配group組

//var ruleExpPattern= /( && )?(!)?(IN)?\((?<groupname>[a-zA-Z]+),'(?<groupvalue>(\w+,?)+)'\)/     var ruleExpPattern=

原创 el-select change自定義參數

只有帶value參數的默認方法   <el-table-column                         label="eleName"                         width="180"> <te

原创 vue+el實現table中行的上移和下移

<el-table-column :label="" fixed="right" align="center" width="280"> <template #default="sco

原创 hikaripool-1 - start completed 後不執行

hikaripool-1 - starting... hikaripool-1 - start completed. 後不執行Application中main的方法,當然也不執行 InitializingBean的afterProperti

原创 python中的a,b=b,a+b怎麼解釋

  def fib(max): n, a, b = 0, 0, 1 while n < max: yield b a, b = b, a + b n = n + 1

原创 webstorm 一直不能展示.idea目錄

 webstorm 一直不能展示.idea目錄  查看了下File->Settings->File Types->.ignore  ,發現裏面沒有配置忽略.idea目錄 那剩下就是webstorm內部裏面自動隱藏了   打開 Help -

原创 java,class文件批量反編譯成class文件,免安裝

  官方文檔 This is README file for Jad - the fast Java Decompiler. Jad home page: http://www.kpdus.com/jad.html Copyright 2

原创 WebMvcConfigurer 配置swagger的權限

    import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; im

原创 [Vue Router warn]: No match found for location with path

vue-router.mjs:35 [Vue Router warn]: No match found for location with path "" [Vue Router warn]: uncaught error during

原创 terser not found. Since Vite v3

[vite:terser] terser not found. Since Vite v3, terser has become an optional dependency. You need to install it.error du

原创 vue i18n _ctx.$t is not a function

  一、問題 runtime-core.esm-bundler.js:38 [Vue warn]: Property "$t" was accessed during render but is not defined on instanc

原创 idea打包jar到nexus私服倉庫

因爲本地不同項目jar的調用,所以只能搭建私服倉庫,nexus-2.12.0-01 原有setting.xml 配置了阿里雲, setting.xml-->servers <server> <id>nexus

原创 VS Code 使用@所導致的跳轉失敗問題

VS Code 無法像WebStorm一樣使用@,然後Ctrl+鼠標左鍵跳轉到具體的文件中 解決辦法,在package.json的同級目錄創建jsconfig.json。文件內容是 { "compilerOptions": {