Microsoft發布的Windows Live Writer是一款管理個人部落格的用戶端工具。官方是: Google 搜尋“Windows Live Writer” 滿地都是。 Windows Live Writer不光支援Windows Live Spaces的使用者使用,同時支援現在網路上的其他流行的一系列的Blog內容管理系統。 用Windows Live Writer寫CSDN部落格的步驟如下: 安裝Windows Live Writer後,會有一個添加賬戶的嚮導
構建了基本檔案系統後,有的模組方式編譯後的模組.ko檔案沒有出現在檔案系統中,其實在編譯核心的時候,核心把這些需要的模組,以及模組依賴關係檔案(通過depmod -a 產生)。都放到了一個某個目錄中,這個目錄在Makefile中指定:MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)運行make
Creating and Importing your own Custom TemplateYou may want to create and import your own template if the automatically downloaded template is not accurate. If you used the Download template feature and the template has non-western characters, then
在Linux系統編程中,經常會用到diff與patch產生補丁與打補丁,原來對這方面不瞭解,也就覺得難,做過之後發現並沒有什麼。1、使用diff產生補丁;diff是Linux下的檔案比較命令,參數這裡就不說了,直接man一下就行了,不僅可以比較檔案,也可以比較兩個目錄,並且可以將不同之處產生補丁檔案,其實就是一種打補丁的命令。使用方法如下: diff -rNu a b >
HTML email newsletters have come a long way in the five years since this articlewas first published. HTML email is still a very successful communications mediumfor both publishers and readers. Publishers can track rates for email opens,forwards,
Ubuntu下安裝linphone.1.2.01、libosip2-2.2.2./configure --prefix=/home/linux/linphone/install --disable-static make; make install2、libogg-1.1.0./configure --prefix=/home/linux/linphone/install --disable-static --enable-fixed-pointmake; make
Step 4: Code for Google Mail, Lotus Notes and Outlook 2007Google Mail, LotusNotes, and Outlook 2007 present their own unique coding challenges. Outlook2007, believe it or not, has significantly less support for CSS thanprevious versions of
###############################功能:監控指定的進程是否正常運行,如果運行則休眠,過一段時間再檢測一下,# 如果監控的進程沒有運行,則啟動該程式##############################指令碼名demo.sh#!/bin/shecho "$#"while [ 1 ]dopidof $1if [ $? != 0 ]then echo "$1 is not run! Now begin to run..."
在ACCESS裡,備忘類型用Memo表示,所以改變欄位的資料類型為備忘的SQL為: ALTER TABLE user ALTER COLUMN userinfo Memo 對了,如果user表有外鍵,而且你要修改的欄位就是外鍵的話,你就不能修改啦! 下面給出修改為其它類型的SQL(表為tb,欄位為aa): ALTER TABLE tb ALTER COLUMN aa Byte 數字[位元組] ALTER TABLE tb ALTER COLUMN aa Long 數字[長整型] ALTER
編輯mtd-utile時會出現這樣的錯誤:compr_lzo.c:31:23: lzo/lzo1x.h: 沒有那個檔案或目錄compr_lzo.c: In function `jffs2_lzo_cmpr':compr_lzo.c:53: `lzo_uint' undeclared (first use in this function)compr_lzo.c:53: (Each undeclared identifier is reported only oncecompr_lzo.c:53: