原创 Matcher.matcher()與Matcher.find()的區別

Pattern p = Pattern.compile("5"); Matcher m = p.matcher("aaaaab"); boolean b = m.find();

原创 工具網站

http://tool.oschina.net/

原创 Java對象轉換成Map

package com.hwqh.hwqhuser.util; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Metho

原创 阿里雲短信服務,短信發送功能實現。

1.集成pom <!--集成阿里雲短信--> <dependency> <groupId>com.aliyun</groupId> <artifactId>aliy

原创 java生成二維碼並上傳到阿里圖片服務器

1.引入jar <!-- https://mvnrepository.com/artifact/com.google.zxing/core --> <dependency> <groupId

原创 git提交-------------push to origin/master was rejected錯誤解決方案

原文鏈接:https://blog.csdn.net/a137151062/article/details/78820806 原文鏈接:https://blog.csdn.net/a13

原创 nohup: ignoring input and appending output to ‘nohup.out’

nohup: ignoring input and appending output to ‘nohup.out’報錯解決辦法 ps -elf|grep java 再執行 啓動命令

原创 liunx查看歷史輸入命令

1.查看命令 然後鍵盤【↑】箭頭,即可看到你上次輸入的命令,輸入【↓】還可以看到曾經輸入的命令。 2.如果要查看所有曾經輸入的命令,則輸入:【history】,那麼即可看到。

原创 數據庫表設置默認創建時間

數據庫表設置默認創建時間 CURRENT_TIMESTAMP

原创 java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContextBuilder

前天,在調第三方SDK開發的時候,報了一個錯誤爲java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContextBuilder, 解決辦法:修改pom文件的jar版本

原创 學習書籍資源鏈接

http://www.coding110.cn http://www.banshujiang.cn/

原创 阿里雲實名認證接口調試

/** * 重要提示如下: * HttpUtils請從 * https://github.com/aliyun/api-ga

原创 sql 判斷用法

SELECT IF( (SELECT a.id FROM (SELECT * FROM user_fans WHERE user_id =#{userId} A

原创 Http調用其他項目接口

Get方式請求 package com.hwqh.hwqhuser.util.tool; import org.apache.http.HttpEntity; import org.apache.http.HttpRespons

原创 sql多條件模糊搜索

SELECT um.title,um.content,um.cover,um.create_time as createTime,ue.`collected_id` as collectedId,u.nick