This is a backup of my reading notes: From:http://blog.4kiki.net/hsy75/article/1306/==============================================================================================================[8-21] finish the creaters of head first series and
<sql id="select-order"> select * from order </sql><sql id="select-count"> select count(*) as value from order </sql><sql id="where-shipped-after-value"> <![CDATA[ where shipDate > #value:DATE#
Part1 Introduction: [Chapter 1] This chapter describe the different of the analysisand design:the analysis is emphasize the investigation of the problem andrequirement,rather than a sloutions. Design is to fulfills the requirement ratherthan its
YW- TU .Tee-Us.2hl -Se1 ela-E T or- cAhUwe-CabesM Aso sot-Seuleur-E te ny- i vCti-Snteaan-udhlsig-mie sn -mc oe t-aaUf 發o-rts D yeetem- h表fa-atCefk-nha 於ie-desun - es ia-ii e2t nnN 0iu-ttaci0s-rema6oe-ores-n -da,e0 c-uc :9ia-ctW -ns-eieT2e- o'h9
轉自:http://www.google.com/support/chrome/bin/answer.py?answer=185277適用於 Windows、蘋果機和 Linux 的說明開啟 Google Chrome 瀏覽器。點擊瀏覽器工具列上的扳手表徵圖 。選擇選項(蘋果機和 Linux 系統上則為喜好設定)。點擊設定檔標籤。在“同步”部分中,點擊設定同步。在隨後顯示的對話方塊中,登入您的 Google 帳戶。(沒有 Google 帳戶?瞭解如何建立 Google 帳戶)在顯示的“設定同步”
1. grep簡介grep (global search regular expression(RE) and print out the line,全面搜尋Regex並把行列印出來)是一種強大的文本搜尋工具,它能使用Regex搜尋文本,並把匹配的行列印出來。Unix的grep家族包括grep、egrep和fgrep。Basic egrep和fgrep的命令只跟grep有很小不同。egrep是grep的擴充,支援更多的re元字元,fgrep就是fixed grep或fast
在安裝好ubuntu10,後,編一個公司系統:遇到問題:/bin/sh: gmake: not found解決辦法:cd /usr/binsudo ln -s make gmake理由:gmake is the name generally given to GNU make on non-GNU systems, because those systems generally have their own version of make, which works differently.
想使用靜態代碼檢查工具: splint,下載了tar包後,編譯產生如下問題:cscanner.o: In function `input':/home/wine/splint-3.1.2/src/cscanner.c:2483: undefined reference to `yywrap'cscanner.o: In function `yylex':/home/wine/splint-3.1.2/src/cscanner.c:2133: undefined reference to