好吧,我也“今天閑來無事"給dac添加了讀取SharePoint List的功能,說白了,就是把SharePoint的List看成資料庫的表,這樣,就可以把http://moss這樣的地址當成資料庫連接字串,把caml語句當成command,像使用真的資料庫一樣擷取資料。 代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
原想,如果智器周五要是還不出多啟動的支援,就自已作一個按鍵組合方式選擇啟動的,但智器還真出來,還了個“精品”,比我想的都好,很贊!!!通過查看新版的u-boot.bin檔案,基本可以猜出方式,但圖片格式還未能確定,但官方說明了。說一下基本設定吧:1. 在SD卡上建一個boot檔案夾,內檔案menu.lst檔案。 內容如下:Code highlighting produced by Actipro CodeHighlighter
安裝Drupal.-> Install LAMPtasksel install lamp-server-> Create databasemysql -u root -pcreate user 'kb'@'localhost' identified by 'password';create database kbdb;grant all privileges on kbdb.* to 'kb'@'localhost';-> Prepare for clean
我們知道的在.net cf 2.0上沒有對LINQ的支援,在.net cf 3.5上即使支援Linq To DataSet和Linq To XML,也還是沒有Linq To SQL,在可能即將發布的.net cf 4.0中,好像也沒提到Linq To SQL什麼事兒,那麼是不是基於.net cf 的開發就與Linq To SQL無緣呢?!基實也不盡然。 在前天我寫過一篇《在 .NET 2.0上使用“LINQ”》中,提到通過移植mono代碼,在.net
Choosing Gtk# or Glade#Gtk# looks like Windows Forms and Controls, and Glade# is more like WPF, it can define the widgets in a xml file, and load it into the application.The Gtk# "Hello world" application.Code highlighting produced by Actipro
LINQ 太強了!強大到這樣的功能,可以一句話搞定。Select the top five customers in the Northwind databasewhose contact is the owner and those owners who placed orders totaling more than$10,000, then create XML containing the company name, contact name, phonenumber, and
如是,你比較喜歡C#的文法,但又但心它的效率,那麼vala是個不錯的選擇。http://live.gnome.org/Vala在mojo的源有vala的包,但版本較老,這裡編譯了一個目前的最新版0.7.4版,下載:vala-0.7.4.deb控制台應用樣本: main.valaCode highlighting produced by Actipro CodeHighlighter