網站

https://dev-ops-tools.zeef.com/richard.kraayenhagen#block_41685_process-management

http://www.devopsbookmarks.com/ci
http://blog.jobbole.com/80879/

https://segmentfault.com/a/1190000013660164
http://shenzekun.cn/
http://www.arccode.net/

http://theme-next.iissnan.com/platforms.html
重磅blog
https://blog.sunnyyoung.net/
http://simpleyyt.com/

http://blog.csdn.net/column/details/javaquality.html
http://blog.csdn.net/lx_yoyo/article/details/73332590
https://vzan.cc/f/s-1033826?typeId=0&auth_time_1=636555369673415723&auth_time=636555372644820141

https://vzan.cc/f/s-1033826?typeId=0&auth_time=636555369673415723

https://tv.idol001.com/video_live.php?id=5a336fcb7a11732b0b8b4e36

https://vzan.cc/f/s-1033826?vPageIndex=1&vSeeId=27802632

破解idea http://blog.csdn.net/yadicoco49/article/details/78737773
http://www.cnblogs.com/larryzeal/p/5799195.html
https://github.com/roncoo/spring-boot-demo
http://pan.baidu.com/s/1nvl11eL

package exam;

import java.util.HashMap;
import java.util.Map;

public class max {

public static void main(String[] args) {
    String[] list = { "wo", "ni", "ta", "wo", "ni", "ta", "wo", "ni", "ta",
            "wo", "ni", "ta", "wo", "ni", "ta","ta","ta","ta","ta","ta" };
    Map<String, Integer> result = new HashMap<String, Integer>();
    Map<String, Integer> resMap = find(result, list, 0, 1);
    String max = null;
    for (String s : resMap.keySet()) {
        if(max == null){
            max = s;
        }else {
            if(resMap.get(max) < resMap.get(s)){
                max = s;
            }
        }
    }
    System.out.println(max);
    System.out.println(resMap.get(max));
}

public static Map<String, Integer> find(Map<String, Integer> result,
        String[] list, int cur, int compare) {
    int init = cur;
    while (compare <= list.length - 1) {
        if (list[compare].equals(list[cur])) {
            String tmp = list[compare];
            cur++;
            list[compare] = list[cur];
            list[cur] = tmp;
        }
        compare++;
    }
    result.put(list[cur], cur - init);

    if (cur == list.length - 1) {
        return result;
    } else {
        compare = cur + 2;
        cur = cur + 1;
        return find(result, list, cur, compare);
    }
}

}

package exam;

import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;

public class ThreadPoolExecutorTest {

static int ticket = 1;


public static void main(String[] args) throws InterruptedException {
    ExecutorService fixedThreadPool = Executors.newFixedThreadPool(4);
    while (ticket < 101) {
    fixedThreadPool.execute(new Runnable() {
        public void run() {
            synchronized (Ticket.class) {
                try {
                        System.out.println(Thread.currentThread().getName()
                                + " :賣出 " + ticket + "號票");
                        ticket++;
                    
                    Thread.sleep(1000);
                } catch (InterruptedException e) {
                    e.printStackTrace();
                }
            }
        }
        
    });
    }
    
    fixedThreadPool.shutdown();  
    while (true) {  
        if (fixedThreadPool.isTerminated()) {  
            System.out.println("結束了!");  
            break;  
        }  
        Thread.sleep(200);  
    }  

}

}

web-fragment.xml文件
http://blog.csdn.net/zl834205311/article/details/51135723

https://www.zhihu.com/question/19850186
https://www.zhihu.com/question/27201150/answer/137314380
https://www.zhihu.com/question/24272298/answer/142287889
https://www.zhihu.com/question/22321313
https://www.zhihu.com/question/21038468
http://blog.csdn.net/cenwenchu79
https://zen.coderdojo.com/register/profile
https://www.codecademy.com/en/courses/learn-html-css/lessons/structure/exercises/what-is-html

http://blog.csdn.net/uxyheaven/article/list/2

http://tech2ipo.com/
活動行http://www.huodongxing.com/

https://meia.me/course/list

http://www.cocoachina.com/industry/20130329/5914.html
http://www.bilibili.com/video/av3140230/

http://www.mifengtd.cn/articles/procrstination-and-perfectionism.html
http://www.mifengtd.cn/tags/

https://www.zhihu.com/question/19774219
https://www.zhihu.com/question/26072696?sort=created&page=1

code style:
https://codingstyle.cn/open_classes
https://codingstyle.cn/
http://seabornlee.cn/categories
軟件匠藝社區
思維導圖:
http://i.youku.com/i/UNTc0NDM5NDMy/videos?spm=a2hzp.8244740.0.0

githug :
http://blog.csdn.net/maxam0128/article/details/54354260
http://www.open-open.com/lib/view/open1452417687870.html#articleHeader15

cool站個人博客:
http://fusijie.github.io/about/

寫個人博客:
http://wiki.jikexueyuan.com/project/github-page/environment.html

什么樣的人不適合當程序員呢?
http://tech.sina.com.cn/i/2016-01-19/doc-ifxnqriz9860271.shtml
http://fusijie.github.io/archives/page/6/

開源項目:
https://www.oschina.net/project

ascii碼動態生成圖標:
http://www.network-science.de/ascii/
http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20
jsoup java爬蟲
http://www.open-open.com/jsoup/
http://blog.csdn.net/column/details/jsoup.html

https://sarasayhi.gitbooks.io/marissaman
如何用Github構建知識體系
http://www.findjar.com/index.x
http://jeffjade.com/2015/12/15/2015-04-17-toss-sublime-text/#two
http://jingyan.baidu.com/album/90bc8fc87c58e2f653640cc8.html?picindex=14
http://www.admin10000.com/document/6436.html
http://jinnianshilongnian.iteye.com/blog/1752171
http://www.zuidaima.com/share/2839893648247808.htm
http://bbs.csdn.net/topics/390954942
http://edu.51cto.com/index.php?do=lession&id=19275
http://www.jeasyui.net/demo/380.html
http://tool.oschina.net/apidocs/apidoc?api=nodejs%2Fapi
http://www.helloweba.com/view-blog-224.html
http://www.tuicool.com/articles/BJFbQfe
http://www.lxweimin.com/p/4cb326c03e3f
http://www.lxweimin.com/p/b97820c8fdcd
http://www.lxweimin.com/p/6f21738e4b7b
https://github.com/xueZhiXiaWeiLiang/Books
https://github.com/nimojs/blog/issues/13#hash_ajaxjson4
http://www.2cto.com/kf/201605/506533.html
http://www.2cto.com/kf/201408/323875.html

https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=RESTful%20API%20java&oq=R%2526gt%253BSTful%2520API&rsv_pq=90f1afb000037573&rsv_t=ee91fCtc2Jd8YddUesJmHByCLHR1tXX%2FjVIwrEe7iuPnL9g%2BznowzyWbEzs&rqlang=cn&rsv_enter=1&rsv_sug3=19&rsv_sug1=8&rsv_sug7=100&rsv_sug2=0&inputT=4733&rsv_sug4=4733

https://www.baidu.com/s?tn=baidu&rsv_idx=1&wd=java%E5%BC%80%E5%8F%91rest%E6%8E%A5%E5%8F%A3%E5%AE%9E%E4%BE%8B&rsv_crq=6&bs=RESTful%20API%20java

https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&ch=11&tn=98012088_5_dg&wd=ajax%20%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B&oq=ajax%2520java%2520%25E4%25BA%25A4%25E4%25BA%2592%2520html&rsv_pq=ae6b2fd60003c3ad&rsv_t=8a49q2v%2BgOnW704yLojkkFN%2F5CnIGXT0ki%2FeyL7akL6ZUd7W%2BBD1Ymad6HTlBDqDjY2SZA&rqlang=cn&rsv_enter=1&inputT=1579&rsv_sug3=23&rsv_sug1=4&rsv_sug7=100&bs=ajax%20java%20%E4%BA%A4%E4%BA%92%20html

https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&ch=11&tn=98012088_5_dg&wd=JavaWeb%E5%AD%A6%E4%B9%A0%E6%80%BB%E7%BB%93-05%20Servlet%20%E4%B8%8E%E9%A1%B5%E9%9D%A2%E7%9A%84%E4%BA%A4%E4%BA%92&oq=JavaWeb%25E5%25AD%25A6%25E4%25B9%25A0%25E6%2580%25BB%25E7%25BB%2593-05%2520Servlet%2520%25E4%25B8%258E%25E9%25A1%25B5%25E9%259D%25A2%25E7%259A%2584%25E4%25BA%25A4%25E4%25BA%2592(02)&rsv_pq=c714c9f300042a02&rsv_t=7248MK8nZgz7xrSF%2FrUqG7%2BZNh1kaicDcWcbaYA%2FMyWTgqWPme3NrfT8Wqr0g4HXBAQErg&rqlang=cn&rsv_enter=1&rsv_sug3=5&rsv_sug2=0&inputT=737&rsv_sug4=772

博客園:
http://www.cnblogs.com/mq0036/p/3715024.html
http://www.cnblogs.com/wuhuacong/p/4846775.html
http://www.cnblogs.com/Fndroid/p/6105482.html
http://www.cnblogs.com/nrm1/p/6048988.html
http://www.cnblogs.com/wangshuo1/p/5862884.html
http://www.cnblogs.com/qjqcs/archive/2016/09/07/5850282.html
http://www.cnblogs.com/springyangwc/archive/2012/01/18/2325784.html
http://www.cnblogs.com/bigdataZJ/p/springmvc1.html
http://www.cnblogs.com/yeer/archive/2009/07/23/1529460.html

csdn:
http://blog.csdn.net/xinghuo0007/article/details/53432954
http://blog.csdn.net/lixhongwu/article/details/9229267
http://blog.csdn.net/guojiakang/article/details/60150106
http://blog.csdn.net/zxw136511485/article/details/51437115
http://blog.csdn.net/zxw136511485/article/details/51434102
http://blog.csdn.net/zhaowen25/article/details/52937441
http://blog.csdn.net/h416756139/article/details/52015854
http://blog.csdn.net/rznice/article/details/43561645
http://blog.csdn.net/garfielder007/article/details/52053617
http://blog.csdn.net/noaman_wgs/article/details/53893948
http://blog.csdn.net/h3c4lenovo/article/details/8453542
SSM框架——詳細整合教程(Spring+SpringMVC+MyBatis):http://blog.csdn.net/gebitan505/article/details/44455235/
使用IDEA部署Myeclipse項目:http://blog.csdn.net/u010570551/article/details/51510447

文章

https://www.freehao123.com/fastmail/

jetbrick-template:
http://subchen.github.io/jetbrick-template/2x/overview.html
xwiki:
http://www.xwikichina.com/xwiki/bin/view/Main/
2017指引:https://segmentfault.com/a/1190000008050891
2017 年你應該學習的編程語言、框架和工具 : http://www.lxweimin.com/p/a6f61bc3266c
JavaScript 代碼整潔之道 : http://www.zcfy.cc/article/clean-code-javascript-readme-md-at-master-ryanmcdermott-clean-code-javascript-github-2273.html#table-of-contents

查找jar maven倉庫: http://mvnrepository.com/
http://www.findmaven.com/
http://search.maven.org/

bootcdn : http://www.bootcdn.cn
git 工具 : https://www.sourcetreeapp.com/
git發布網站 : http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html
免費技術書籍庫 : 中文版 vhf/free-programming-books
githubhttps://github.com/
git http://gitref.justjavac.com
游戲編程http://freecodecamp.cn/home
前端成神之路http://mt.sohu.com/20160131/n436475646.shtml
git 發布網頁:http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html
書籍docker:https://yeasy.gitbooks.io/docker_practice/content/

標準手冊

jquery文檔: http://www.css88.com/jqapi-1.9/
jquery apihttp://www.runoob.com/manual/jquery/
css 手冊http://www.css88.com/book/css/css3-quicksearch.htm

工具網站

極客學院wiki : http://wiki.jikexueyuan.com/
轉義符對照表 : http://tool.oschina.net/commons?type=2
在線api文檔 : https://www.showdoc.cc/
Json在線解析 : http://www.json.cn/
在線工具(程序員的工具箱) : http://tool.lu/
在線markdown工具 : http://mahua.jser.me
在線轉換 md <--> html : http://www.atool.org/html2markdown.php
前端設計網站大全:http://hao.uisdc.com
圖片網站大全
http://m.digitaling.com/articles/18333.html

funny

美團點評技術團隊 : http://tech.meituan.com/
少數派 : http://sspai.com/
IBM開發者社區 : http://www.ibm.com/developerworks/cn/
http://designforhackers.com

并發編程網 : http://ifeve.com/

blog

hollischuang : http://www.hollischuang.com/
在線轉換 html md :http://xpenxpen.iteye.com/blog/2085341
git : https://github.com/Nilhcem/markdown2html
https://henrik.nyh.se
http://tutorialzine.com/2016/12/the-languages-frameworks-tools-you-should-learn-in-2017/

教程網站

FreeCodeCamp : http://freecodecamp.cn/home
極客標簽 : http://www.gbtags.com/gb/gbwikilist.htm
前端代碼演示 : http://thecodeplayer.com/
codecademy : https://www.codecademy.com/
Mozilla 開發者網絡(MDN) : https://developer.mozilla.org/zh-CN/
webplatform:http://docs.webplatform.org/wiki/Beginners/zh
菜鳥教程 : http://www.runoob.com/
w3school : http://www.w3school.com.cn/index.html
codecademy:https://www.codecademy.com/zh/

前端網站 效果 插件

站長素材 : http://sc.chinaz.com/
懶人圖庫 : http://www.lanrentuku.com/
dowebok : http://www.dowebok.com/
jquery之家 : http://www.htmleaf.com/
jquery插件庫 : http://www.jq22.com/
Web 開發中 20 個很有用的 CSS 庫 : http://www.oschina.net/translate/css-libraries-for-developers

技巧

將軟件添加到右鍵菜單 最簡單的方法

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 228,363評論 6 532
  • 序言:濱河連續發生了三起死亡事件,死亡現場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機,發現死者居然都...
    沈念sama閱讀 98,497評論 3 416
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事?!?“怎么了?”我有些...
    開封第一講書人閱讀 176,305評論 0 374
  • 文/不壞的土叔 我叫張陵,是天一觀的道長。 經常有香客問我,道長,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 62,962評論 1 311
  • 正文 為了忘掉前任,我火速辦了婚禮,結果婚禮上,老公的妹妹穿的比我還像新娘。我一直安慰自己,他們只是感情好,可當我...
    茶點故事閱讀 71,727評論 6 410
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發上,一...
    開封第一講書人閱讀 55,193評論 1 324
  • 那天,我揣著相機與錄音,去河邊找鬼。 笑死,一個胖子當著我的面吹牛,可吹牛的內容都是我干的。 我是一名探鬼主播,決...
    沈念sama閱讀 43,257評論 3 441
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 42,411評論 0 288
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后,有當地人在樹林里發現了一具尸體,經...
    沈念sama閱讀 48,945評論 1 335
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 40,777評論 3 354
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發現自己被綠了。 大學時的朋友給我發了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 42,978評論 1 369
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情,我是刑警寧澤,帶...
    沈念sama閱讀 38,519評論 5 359
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響,放射性物質發生泄漏。R本人自食惡果不足惜,卻給世界環境...
    茶點故事閱讀 44,216評論 3 347
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧,春花似錦、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 34,642評論 0 26
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至,卻和暖如春,著一層夾襖步出監牢的瞬間,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 35,878評論 1 286
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人。 一個月前我還...
    沈念sama閱讀 51,657評論 3 391
  • 正文 我出身青樓,卻偏偏與公主長得像,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 47,960評論 2 373

推薦閱讀更多精彩內容