10 2013 档案
摘要:Run Android on Your Netbook or Desktop Would you like to try out Google’s Android OS on your netbook or desktop? Here’s how you can run Android from a flash drive and see how fast Android can run on...
阅读全文
摘要:class Program { static void Main(string[] args) { string file=@"E:\readme.txt"; try { File.SetAttributes(file, FileAttributes.Norma...
阅读全文
摘要:A colleague just asked me if I knew a way to get the first day in a week in SQL Server. While I'm sure that there are many ways to get the first day (date) in a week here is a very simple way that in ...
阅读全文
摘要:import com.gargoylesoftware.htmlunit.*;import com.gargoylesoftware.htmlunit.html.HtmlPage;import java.net.*;public class helloworld { public static void main(String[] args) throws Exception { final...
阅读全文