• P

    Java Examples in a Nutshell, 3rd Edition 文檔

    This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.

    silentboy 2015-02-21   3235   0

    alien - A lightweight http router from outer space 經驗

    Alien Alien is a lightweight http router( multiplexer) for Go( Golang ), made for humans who don't

    jopen 2016-01-31   7996   0

    游戲算法實踐——A星尋路 經驗

    來自: https://segmentfault.com/a/1190000004503119 先展示效果圖: 如圖中亮綠色點為起點,藍點為終點,白色為墻體不可行走。黃色點區域為被試探

    RudolphHamm 2016-02-28   18492   0
    算法  

    A list of Elasticsearch tutorials, videos, tools and resources 經驗

    website Logstash is a data pipeline that helps you process logs and other event data from a variety of systems

    lmqa7365 2016-02-16   24267   0

    just a tiny & fast static and fastcgi reverse proxy written in golang 經驗

    https://github.com/alash3al/xerver xerver v2.0 just a light and fast reverse proxy for fastcgi based processes

    edison1221 2016-03-02   9176   0

    Android 關于 libpng error: Not a PNG file 的錯誤 博客

    系統 認為你放進去的文件雖然是png結尾的,但本身格式不是png的或不是標準png的。 解決方法就是將圖片轉成標準的png格式,(傻瓜方法,打開圖片用QQ去截圖保存png格式) 原文: http://51oms.org/bbs/redirect.php?tid=188&goto=lastpost&styleid=2

    tomivy 2010-11-26   3763   0
    網絡開發   CUnit   搜狐   SAP   Adium  
    P22

      Python2 vs. Python3 A retrospective 文檔

    2 vs. Python 3 A retrospectiveGuido van Rossum guido@python.org Hackers 2013 2. Why a new version"Python

    wn53d 2013-12-30   804   0
    Python開發   HTTP   Python   XML  
    P57

      PHP開發與應用(a模塊) 文檔

    PHP 開發與應用 2. 目錄PHP 簡介及環境搭建 PHP 語法基礎 處理 WEB 請求 操作 MySQL 數據庫 面向對象編程 正則表達式和文件操作 3. 什么是PHP?PHP - Hypertext

    andylance 2013-03-16   484   0
    PHP開發   HTTP   x86   Perl   PHP  

    js通過a標簽解析url 代碼段

    /* * @function: 通過a標簽解析url標簽 * @param:url url參數是字符串,解析的目標 通過IE6-9 chrome Firefox測試 * */ function parseURL(url)

    jsopen 2015-01-09   3392   0
    P12

      機器視覺模塊說明文檔a 文檔

    對圖像進行分析和處理所用到的一些控件,包括圖像的類型,圖像處理的方式和不同的形態算子以及顏色的類型的選擇等等。如圖2圖21.1ImageType用于圖片類型的選擇,可以選擇的類別有8bits,16bits,Float,Complex,RGB和HSL。一般用在從文件中讀取圖片時類型的選擇。1.2ROIDescriptorROI區域的描述。ROI是RegionOfInteresting的簡稱,中文應該翻譯為目標區域。

    focus2046 2015-04-09   1303   0
    P4

      2011級c語言考試a 文檔

    ?- - 試題紙 A卷 課程名稱:C語言程序設計 適合專業年級: 自動化2011級 考生學號: 考 生 姓 名: 注意:答題在答題冊上有效,答題在其他地方無效。 …………………………………………………

    675913123 2013-08-16   1827   0

    譯:EM算法筆記(a note on the EM algorithm) 經驗

    本論文使用一個具體的實例講解了EM算法的整體流程,非常詳細。這里跟大家分享下。

    jopen 2015-01-13   14808   0
    算法  

    Olive - just a tiny very simple web app framework for Go 經驗

    olive.go Just a lightweight golang web application middleware Author Mohammed Al Ashaal, a full-stack

    JoniSeidel 2016-02-10   7637   0
    P33

      Developing a List Definition and Event Receiver in Visual Studio 2010 文檔

    ? Developing a List Definition and Event Receiver in Visual Studio 2010 Hands-On Lab Lab Manual – SPCHOL300

    torney 2015-07-28   456   0
    P90

      DIY Deep Learning for Vision:a Hands-On Tutorial with Caffe 文檔

    1. DIY Deep Learning for Vision: a Hands-On Tutorial with CaffeEvan Shelhamer, Jeff Donahue, Jonathan

    ggect 2015-09-07   3258   0
    機器學習   Lua   Python   C/C++   Go  
    P51

      A Brief Look at Oracle Database 11g 文檔

    1. A Brief Look at Oracle Database 11g Penny Avril Principal Product Manager Database, Server Technologies

    qingtianyu 2013-08-01   2535   0
    P17

      多功能電子時鐘設計論文報告a 文檔

    multi-function digital clock or in the style of both undergone a qualitative change. Therefore, this system uses the

    1179799903 2012-05-02   4087   0
    報告  

    支持多語言的 A/B 測試框架:Sixpack 經驗

    Sixpack 是一個語言無關的 A/B 測試框架。支持多種編程語言,提供簡單的 API 給客戶端調用,可使用不同的編程語言來開發客戶端。Sixpack 包含兩部分:Sixpack-server? 用來響應

    jopen 2015-07-31   17118   0

    A星尋路算法 for cocos2dx-lua 經驗

    A星尋路算法 for cocos2dx-lua 尋路的時候需要傳入開始坐標,目標坐標以及存放所有地塊格子的table。 1.關于地塊格子(block)的劃分方式 每個block為一個table

    jopen 2015-08-26   23782   0
    算法  
    P43

      Building a Real-time, Solr-powered Recommendation Engine 文檔

    1. Building a Real-time, Solr-powered Recommendation EngineTrey Grainger Manager, Search Technology Development@Lucene

    xw56 2015-04-30   2120   0
    1 2 3 4 5 6 7 8 9 10
  • sesese色