很長時間沒有寫Blog了,一直挺忙的,今天還是很忙,還有三個同步進行的項目在催著我繼續工作,但我想休息一下,寫篇Blog玩玩。 微軟公司一直是我比較嚮往的公司,而微軟亞洲研究院則更是我嚮往的一場所,我期望自己能在一個出色的團隊中奉獻自己的力量、同時學習提高自己。 大約一年前,我向微軟亞洲研究院投過一份簡曆,申請那時的一個Visiting Student的職位,那是一個有關機器視覺的一個研究性的職位,結果還是挺乾脆的: Dear 李凡希, Thanks for your
Open the source file by calling the LZOpenFile function.Open the destination file by calling LZOpenFile.Copy the source file to the destination file by calling the LZCopy function and passing the handles returned byLZOpenFile.Close the files by
Skype IM Worm/************************************************************************************************ I saw many IM worms around but nothing using skype. Skype is a nice IM that let you to ** chat or to do VoIP call, so it is possible
An Introduction to Jython BY Mike Table of Contents Introduction Java objects and methods in Jython Jython import statements Event handling Overloaded Java methods Classes in Jython Public vs. private variables Subclassing and inheritance
A Introduction to Create a WebService using .NET 嚴競雄JingxiongYan@hotmail.com 首先 在VS2008中建立一個ASP.NET Web服務應用程式 將工程取名為WebService 將Service1.asmx中的代碼修改如下 using System;using System.Collections;using System.ComponentModel;using System.Data;using
Using DllImport to Call a Function in .NET 嚴競雄JingxiongYan@hotmail.com 在.NET開發環境中 如果我們需要調用其他非託管庫中的函數 則需要使用DllImportAttribute這個屬性 在MSDN中 這個屬性是被這樣定義的You can apply this attribute to methods.The DllImportAttribute attribute provides the information