原创 常用的軟件保護技術

作者:張順 日期:2010年12月26日 原創文章,轉載請註明來自 [ http://www.justcodeit.info/ ] 軟件保護是爲了保護軟件不被破解,不被盜版,充分保護開發者的利益。下邊我儘量以淺顯易懂的語言

原创 加速你的Hibernate引擎

引兩篇博文: http://www.infoq.com/cn/articles/hibernate_tuning http://www.infoq.com/cn/articles/hibernate_tuning-ii

原创 用jQuery實現一個網站的tour

http://tympanus.net/codrops/2010/12/21/website-tour/   幾點總結和大家分享: worth to learn: UX的: 網站導航的設計方法 基礎的: jQuer

原创 在ActionScript Virtual Machine 上運行C/C++代碼

Alchemy is a research project that allows users to compile C and C++ code that is targeted to run on the open source Ac

原创 java遍歷resource目錄

最新版本的jdk 1.6 裏訪問resource的功能依然有限,只有class.getResource(name)和class.getResourceAsStream(name)兩個方法。實際使用中這兩個方法肯定不夠用。在此提供一個遍歷r

原创 跨進程讀取ListView(CListCtrl)內容

  /////////////////////////////////////////////////////////////////////////////////// //Author:  aaashun //Date:    23/

原创 彙編學習筆記1

一、計算機組成     計算機由運算器、控制器、存儲器、輸入設備、輸出設備組成。     1. 運算器:         a. 由算術邏輯單元ALU(arithmetic logic unit)、累加器、狀態寄存器、

原创 wprintf 輸出中文的問題

爲了一個項目這幾天一直在通宵。累。 昨晚遇一問題,查了好多資料才搞到解決方法。 下邊這行代碼     wprintf(L"%s",L"順哥");   一般情況下輸出的是???或其它亂碼。 難道wprintf不支持中文? 不是說好是針對un

原创 Best Practices for Speeding Up Your Web Site

There are 35 rules from Yahoo! http://developer.yahoo.com/performance/rules.html

原创 使用Maven將所有的依賴打包到一個jar裏

在pom.xml裏添加如下代碼: <build>     <plugins>         <plugin>             <artifactId>maven-assembly-plugin</artif

原创 MFC無文檔多視應用程序框架

/////////////////////////////////////////////////////////////////////////////////// //Author:  aaashun //Date:    23/2