paulwong

          #

          A book: Web Crawling and Data Mining with Apache Nutch

          Recently I am reading a book <Web Crawling and Data Mining with Apache Nutch>, http://www.packtpub.com/web-crawling-and-data-mining-with-apache-nutch/book, it is really a great book. And I get help in my project.

          In my project I need to crawl the web content and do the data analyst. From the book I can know how to use and integrate Nutch and Solr frameworks to implement it.

          If you have similiar case, recommand to read this book.

          posted @ 2014-02-03 13:14 paulwong 閱讀(502) | 評(píng)論 (0)編輯 收藏

          Will be reviewing a new Apache Nutch book by Packt

          Will be reviewing a new Apache Nutch book by Packt: http://www.packtpub.com/web-crawling-and-data-mining-with-apache-nutch/book

          posted @ 2014-01-28 20:00 paulwong 閱讀(311) | 評(píng)論 (0)編輯 收藏

          超大型電商系統(tǒng)架構(gòu)解密

          http://www.infoq.com/cn/presentations/decrypt-the-architecture-of-large-e-commerce-system?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

          posted @ 2014-01-17 12:00 paulwong 閱讀(447) | 評(píng)論 (0)編輯 收藏

          weather API 收集整理

          騰訊

          http://sou.qq.com/online/get_weather.php?callback=Weather&city=南京

          中國天氣-weather.com.cn

          http://geoip.weather.com.cn/g/ (根據(jù)IP查詢城市ID)

          http://m.weather.com.cn/data/101110101.html(六天預(yù)報(bào))

          http://www.weather.com.cn/data/sk/101110101.html(實(shí)時(shí)天氣信息)

          google

          http://www.google.com/ig/api?weather=Beijing

          設(shè)計(jì)蜂巢

          http://www.hujuntao.com/api/weather/api.php?city=南京

          MSN

          http://weather.msn.com/data.aspx?wealocations=wc:CHXX0008&weadegreetype=C

          YAHOO

          http://xml.weather.yahoo.com/forecastrss?p=CHXX0008&u=f

          http://weather.yahooapis.com/forecastrss?w=2459115&u=f

          ThinkPage(收費(fèi))

          http://www.thinkpage.cn/weather/api.svc/getWeather?city=101010100&language=zh-chs&provider=cma&unit=c&key=

          有道

          http://www.youdao.com/smartresult-xml/search.s?type=weather&jsFlag=true&q=南京

          360

          http://cdn.weather.hao.360.cn/api_weather_info.php?app=hao360&_jsonp=smartloaddata101190101&code=101190101

          搜狗

          http://123.sogou.com/get123.php?block=wt&ver=v32&city=CN110100

          1616

          http://weather.1616.net/grab/weather/%25E5%258C%2597%25E4%25BA%25AC.js

          毒霸

          http://123.duba.net/weatherinfo/

          淘123

          http://weather.tao123.com/static/weather/weather_json.php?cb=callback

          114啦

          http://weather.api.114la.com/1901/101190101.txt

          2345

          http://tianqi.2345.com/t/detect2009v2.php

          hao123

          http://app.hao123.com/weather/forecast.php

          其它

          http://weather.all2rss.com/weatherrss.asp?City=%C4%CF%BE%A9

          posted @ 2014-01-14 10:54 paulwong 閱讀(1070) | 評(píng)論 (0)編輯 收藏

          Simple Logging Facade for Java (SLF4J)

          JVA的LOGGING FRAMEWORK有很多,如java.util.logging,Jakarta Commons Logging,log4j或LOGBACK。SLF4J就是一個(gè)門面框架,允許你底下的實(shí)現(xiàn)是上面提到的框架,只需在部署的時(shí)候更換對(duì)應(yīng)的JAR包即可。

          import org.slf4j.Logger;
          import org.slf4j.LoggerFactory;

          public class HelloWorld {
            public static void main(String[] args) {
              Logger logger = LoggerFactory.getLogger(HelloWorld.class);
              logger.info("Hello World");
            }
          }


          參考網(wǎng)址:
          http://www.slf4j.org/manual.html

          posted @ 2014-01-13 17:39 paulwong 閱讀(291) | 評(píng)論 (0)編輯 收藏

          中醫(yī)世家

          http://v.youku.com/v_show/id_XNTg2MTE5ODg=.html?x http://v.youku.com/v_show/id_XMTM3MjIyNzc2.html?x

          posted @ 2014-01-12 23:16 paulwong 閱讀(217) | 評(píng)論 (0)編輯 收藏

          Android開源項(xiàng)目分類匯總

          分類整理了150個(gè)比較好的Android開源項(xiàng)目,已匯總到AndroidOpenProject@Github,歡迎Star和Fork^_*

           

          目前包括:

          Android開源項(xiàng)目第一篇——個(gè)性化控件(View)篇
            包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar等等
          Android開源項(xiàng)目第二篇——工具庫篇
            包括依賴注入框架、圖片緩存、網(wǎng)絡(luò)相關(guān)、數(shù)據(jù)庫ORM建模、Android公共庫、高版本向低版本兼容庫、多媒體等等
          Android開源項(xiàng)目第三篇——優(yōu)秀項(xiàng)目篇
            比較有意思的完整的Android項(xiàng)目
          Android開源項(xiàng)目第四篇——開發(fā)及測(cè)試工具篇
            包括開發(fā)自測(cè)、自動(dòng)化測(cè)試、編譯打包相關(guān)工具
          Android開源項(xiàng)目第五篇——優(yōu)秀個(gè)人和團(tuán)體篇
            樂于分享并且有一些很不錯(cuò)的開源項(xiàng)目的個(gè)人和組織,包括JakeWharton、Chris Banes、Koushik Dutta等大牛

          posted @ 2014-01-09 11:03 paulwong 閱讀(303) | 評(píng)論 (0)編輯 收藏

          前端設(shè)計(jì)福利:40+套精美UI設(shè)計(jì)素材大放送

          本文收集了43套精美的Web應(yīng)用界面設(shè)計(jì)素材,你可以在設(shè)計(jì)應(yīng)用界面時(shí)直接使用或參考,節(jié)省寶貴的時(shí)間。 

          這些素材中的大部分提供了PSD格式文件,你可以點(diǎn)擊下面的標(biāo)題鏈接,然后在打開的頁面中進(jìn)行下載(部分站點(diǎn)可能需要翻 墻訪問)。 

          1.  Clear log-in window template 



          2.  Transparent UI kit 



          3.  Simple log-in form 



          4.  Blue UI kit 



          5.  Orange UI kit 



          6.  Minimize UI kit 



          7.  Breadcrumb navigation PSD and CSS 



          8.  Calendar 



          9.  Black UI kit PSD 



          10.  Coconut UI 



          11.  Purple UI kit 



          12.  Futurico 



          13.  Smooth web app UI kit 



          14.  The Bricks 



          15.  Various PSD sliders 



          16.  Dark UI kit 



          17.  Simple Music UI 



          18.  Slick pagination links PSD and CSS 



          19.  Dark admin panel UI kit 



          20.  Calendar UI 



          21.  Expandable CSS and jQuery menu with slider 



          22.  My to-do list 



          23.  Sign-in widget 



          24.  Facebook login UI 



          25.  Sky UI kit 



          26.  Twitter widget 



          27.  Notification centre UI PSD 



          28.  Toolbar 



          29.  Visits-per-day widget 



          30.  Twitter widget 



          31.  Clean drop-down UI 



          32.  PayPal button set 



          33.  Dropdown 



          34.  Modal contact-form template 



          35.  Instagram mini profile 



          36.  Transparent UI kit 



          37.  Progress bar 



          38.  Vinny Singh 



          39.  Exclusive UI kit PSD 



          40.  Mini UI kit 



          41.  Noveo button set 



          42.  Moonify UI 



          43.  Menu-bar Twitter notifications 

          posted @ 2014-01-08 10:37 paulwong 閱讀(492) | 評(píng)論 (0)編輯 收藏

          BOOTSTRAP資源

          官方教程
          http://www.w3cschool.cc/bootstrap/bootstrap-intro.html
          http://getbootstrap.com/getting-started/


          BOOTSTRAP在線編輯器
          http://www.oschina.net/news/48134/the-best-bootstrap-ui-editors


          國產(chǎn)在線代碼生成
          http://www.bootcss.com/
          http://www.bootcss.com/p/layoutit/


          2014年8月 10 個(gè)全新的 Bootstrap 3 管理模板
          http://www.oschina.net/news/54800/10-new-bootstrap-3-admin-templates-august-2014




          posted @ 2014-01-06 16:06 paulwong 閱讀(273) | 評(píng)論 (0)編輯 收藏

          移動(dòng)設(shè)備抓包方法


          ios抓包方法:http://www.99css.com/archives/1272


          android抓包方法:http://www.cnblogs.com/xyzlmn/p/3168065.html

          posted @ 2013-12-30 11:23 paulwong 閱讀(316) | 評(píng)論 (0)編輯 收藏

          僅列出標(biāo)題
          共115頁: First 上一頁 57 58 59 60 61 62 63 64 65 下一頁 Last 
          主站蜘蛛池模板: 凤翔县| 习水县| 庄河市| 稷山县| 曲麻莱县| 广宗县| 文昌市| 长宁区| 民权县| 磴口县| 青田县| 康定县| 榆中县| 清河县| 葵青区| 新巴尔虎右旗| 刚察县| 锡林浩特市| 贵南县| 贵德县| 武汉市| 广德县| 东阿县| 二连浩特市| 石狮市| 宁晋县| 渝北区| 台州市| 平乡县| 汤阴县| 东至县| 昭觉县| 安陆市| 泗洪县| 堆龙德庆县| 闽侯县| 天峨县| 桃园县| 乐安县| 溆浦县| 剑川县|