【Darklovy】Know more, Do more, Be more.
Java開發:808048061
-
我的微信公眾號-darklovy
-
分享Java全棧知識以及個人感悟等。
-
我的微信公眾號-ttxxly
-
分享python、演算法以及人工智慧相關知識。
-
我的知識星球
-
分享作者學習的各種技術以及個人感悟等。
相關推薦
【Darklovy】Know more, Do more, Be more.
Android興趣小組:696899485 Java開發:808048061 我的微信公眾號-darklovy 分享Java全棧知識以及個人感悟等。 我的微信公眾號-ttxxly 分享python、演算法以及人工智慧相關知識。
【Linux】檔案內容檢視——cat、more、less、head...
正向檢視——cat root@linux ~]# cat [-AEnTv] 檔案路徑 引數: -A :相當於 -vET 的整合引數,可列出一些特殊字元~ -E :將結尾的斷行字元 $ 顯示出來; -n :打印出行號; -T :將
【計算幾何】【bitset】Gym - 101412G - Let There Be Light
bit pen urn 接受 eset iostream scan || names 三維空間中有一些(<=2000)氣球,一些光源(<=15),給定一個目標點,問你在移除不超過K個氣球的前提下,目標點所能接受到的最大光照。 枚舉每個光源,預處理其若要照射到光源
【git】fatal: This operation must be run in a work tree
今天新建立一個工程,需要一個倉庫。 用git --bare init建立的empty的倉庫,不能git add, 會會報錯fatal: This operation must be run in a work tree 。 但是,據說用git init的可以。 解決
【實驗吧】Once More&&【筆記】 PHP 函數漏洞總結
a-z != 百度 col tail alt strlen() 分享 style <?php if (isset ($_GET[‘password‘])) { if (ereg ("^[a-zA-Z0-9]+$", $_GET[‘password‘]) ==
【Linux】檢視日誌類命令cat、less、more、tail、head
目錄 一、cat 二、more 三、less 四、tail 五、head 各命令的主要區別: linux命令中cat、more、less、tail、head均可用來檢視檔案內容,主要區別有: cat是一次性顯示整個檔案的內容,適用於檔案內容少的情況;
【JDBC】java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.
在使用阿里的druid 時,報了一個異常java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. 貌似是時區問題,
【每天一個Linux命令】25. 檢視檔案命令(cat/more/less/tail/tac/nl/od)
linux中檢視檔案的命令如下: cat: 由第一行開始顯示檔案內容 tac: 從最後一行開始顯示,可以看出 tac 是 cat 的反向顯示! nl: 顯示的時候,隨便輸出行號! more: 一頁一頁的顯示檔案內容less 與 more 類似,但是比 more 更好的是,他
【SpringMVC】數據校驗時,拋出javax.validation.UnexpectedTypeException: HV000030: No validator could be found for type: java.util.Date.
springmvc 去掉 not orm align found 包括 text expect 老魏原創,轉載請留言。 原因:給Javabean中的字段註解多余或者錯誤導致。 @NotEmpty @Past @DateTimeFormat(pattern="yy
【Kotlin】spring boot項目中,在Idea下啟動,報錯@Configuration class 'BugsnagClient' may not be final.
post open conf png spa temp 技術 dea and 報錯如下: Exception encountered during context initialization - cancelling refresh attempt: org.spr
【轉】Rendering Problems The following classes could not be instantiated
clas follow BE div net render spa 文件 them xml 設計時警告 打開es/values/目錄下styles.xml文件。 把:<style name="AppTheme" parent="Theme.AppCompat.L
【轉】RMAN-06094: datafile 1 must be restored ID 1339439.1
很好 oca 打印錯誤 報錯 dot com 有效 lis 如果 【轉自】:https://blog.csdn.net/u010692693/article/details/78537018 一次Data Guard斷檔,主端歸檔日誌被刪除,通過基於SCN在主端做增
【Android】AS警告:Do not concatenate text displayed with setText. Use resource string with placeholders.
轉載請註明出處,原文連結:https://blog.csdn.net/u013642500/article/details/80167402 【錯誤】 Do not concatenate text displayed with setText. Use resource string wi
【Android】AS警告解決方法:String literal in setText can not be translated. Use Android resources instead.
轉載請註明出處,原文連結:https://blog.csdn.net/u013642500/article/details/80166941 【錯誤】 String literal in setText can not be translated. Use Android reso
【Android】AS報錯解決方法:Non-static method '*' cannot be referenced from a static context
轉載請註明出處,原文連結:https://blog.csdn.net/u013642500/article/details/80156306 【錯誤】 Non-static method '*' cannot be referenced from a static context
【理解】column must appear in the GROUP BY clause or be used in an aggregate function
pin group func 函數 ear -- database nbsp like column "ms.xxx_time" must appear in the GROUP BY clause or be used in an aggregate function -
【android】用studio安裝mmkv jar包的時候遇到的問題(uses-sdk:minSdkVersion 15 cannot be smaller than version 16)
mmkv的安卓使用文件: POST:https://github.com/Tencent/MMKV/blob/master/readme_cn.md 使用studio自動安裝mmkv的jar包的時候遇到的問題uses-sdk:minSdkVersion 15 cannot be smal
【DB2】SQL0437W Performance for this complex query may be sub-optimal
參考連結 Technote (troubleshooting) Problem(Abstract) Error[IBM][CLI Driver][DB2/6000] SQL0437W Performance for this complex querymay be sub-optimal.R
【leptjsonCpp】warning: ‘jsonCpp::Parser::v’ will be initialized after
把程式遷移到Linux上編譯出現了問題 路徑 windows是\ linux是/ sprintf_s在linux的庫裡是沒有的。換成了sprintf 改完之後終於可以編譯了,執行結果 用gdb除錯,原來是switch下面又少了一個break。。。絕望 還有出現了
【轉】做正確的事情,等著被開除(Do the right thing, Wait to get fired)
職業發展 方法 lock 新功能 developer 嘗試 work 信心 團隊 原作者博客:https://brendansterne.com/2013/07/11/do-the-right-thing-wait-to-get-fired/ 下面是中文翻譯: 我偶然在