原创 spring允許跨域

@Configuration public class SecurityCorsConfiguration { @SuppressWarnings("unchecked") @Bean public Filte

原创 表情鍵盤demo

https://github.com/wobiancao/KeyBoardDemo

原创 給android studio代碼編輯區添加背景 ===Sexy_Editor

1、首先點擊界面的設置按鈕 進入設置界面,選中Plugins,右邊選擇 Browser ... ,輸入Sexy ... 下面自動彈出候選插件,右邊點擊Install 安裝 2、安裝成功 後需要重啓AS 3、重啓完成之後 進入設

原创 避免Long類型精度丟失

可以的WebMvcConfigurer繼承類裏面添加 /**** * 避免Long類型精度丟失 * @param converters */ @Override public void extendMessageConvert

原创 源碼庫網站

Android源碼  http://androidxref.com/ 作爲一箇中國人,首推 github 國外的網站還有,  https://www.codota.com/ 上百個Android開源項目分享  http://w

原创 PathEffect

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0120/2334.html

原创 Android路由框架設計與實現

http://www.sixwolf.net/blog/2016/03/23/Android%E8%B7%AF%E7%94%B1%E6%A1%86%

原创 相機使用

http://www.diycode.cc/topics/101

原创 mybatisplus公用方法及method

public interface BaseMapper<T> { Integer insert(T var1); /** @deprecated */ @Deprecated Integer inser

原创 springboot druid小記--持續更新

在次春節在家待的時間比較長,所以要自己充電啊 Druid 看這個https://blog.csdn.net/qq_27634797/article/details/100560118   自己簡化了下: 1. 添加pom依賴 <depe

原创 理解 Spring ApplicationListener -- 持續更新

如果不懂ApplicationListener,可以看看這篇入門文章 https://blog.csdn.net/liyantianmin/article/details/81017960   其原理,就是一個觀察者模式,註冊--監聽--

原创 Android Material Design Icon Generator

給android 項目添加icon的一個小工具 先看下這個神器在android studio中的表現 做圖標,再也不求美工了。。 下面,我們在android studio中加上這個神器 https://plugins.jetbrai

原创 CSS3 - flex flex-direction flex-wrap自我總結

看了不少文章,然後自己也總結了下,之前對於 flex裏面的flex-direction一直不理解,分什麼主軸,什麼交叉軸,一頭霧水,所以不能只是看,學習程序一定要自己敲,自己總結,先看圖: 關鍵點是,找到開始點,然後元素的流向,上圖只是

原创 Android設計相關的網站推薦

http://www.androidchina.net/5031.html

原创 Spring Boot ---- Profile 持續更新

每天進步一點點,fighting...   Profile是Spring用來針對不同的環境對不同的配置提供支持的,全局Profile配置使用,application-{profile}.properties(如application-pr