上一页 1 ··· 319 320 321 322 323 324 325 326 327 ··· 391 下一页
摘要: Configures an awaiter used to await this Task. Parameters continueOnCapturedContextType: System.Boolean true to attempt to marshal the continuation ba 阅读全文
posted @ 2016-06-01 18:51 ChuckLu 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: http://www.activestate.com/activeperl/downloads 安装的时候,默认把perl放置到环境变量的PATH中 之后,需要重启电脑,确保环境变量生效 执行perl -version来查看perl的版本 C:\Users\Administrator>perl -v 阅读全文
posted @ 2016-05-31 12:02 ChuckLu 阅读(694) 评论(0) 推荐(0) 编辑
摘要: mkdir /mnt/cdrom 首先创建一个文件夹mount /dev/cdrom /mnt/cdrom 然后挂载 这样的话,就可以看到 /mnt/cdrom文件夹下有文件了 ls /mnt/cdrom 切换到tmp文件夹 cd /tmp 解压文件 tar zxvf /mntrom/VMwareT 阅读全文
posted @ 2016-05-27 16:09 ChuckLu 阅读(419) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlserializer(v=vs.110).aspx Remarks Serializes and deserializes objects into and fr 阅读全文
posted @ 2016-05-26 14:32 ChuckLu 阅读(296) 评论(0) 推荐(0) 编辑
摘要: string[][]和string[,] http://www.codewars.com/kata/56f3a1e899b386da78000732/train/csharp Write a function partlist that gives all the ways to divide a 阅读全文
posted @ 2016-05-18 17:30 ChuckLu 阅读(596) 评论(0) 推荐(0) 编辑
摘要: http://www.codewars.com/kata/566f571ed78037c7b6000036/train/csharp You don't have any idea what is the type of the input object, but you know that it 阅读全文
posted @ 2016-05-17 17:53 ChuckLu 阅读(268) 评论(0) 推荐(0) 编辑
摘要: https://researchaholic.com/2015/02/02/remove-the-microsoft-gitprovider-from-visual-studio-2013/ vs自带的Git Provider非常不好用,每一次在Tools里面把Source Control调节成No 阅读全文
posted @ 2016-05-10 15:40 ChuckLu 阅读(693) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/531035/how-to-do-if-not-exists-in-sqlite How about this? (Untested as I don't have SQLite... however this link is q 阅读全文
posted @ 2016-05-10 11:22 ChuckLu 阅读(544) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us//library/bb383977.aspx private static void Dump(this ArraySegment<byte> segment) { string output = string.Join(",", s 阅读全文
posted @ 2016-05-04 09:19 ChuckLu 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 第一个构造函数 Initializes a new instance of the ArraySegment<T> structure that delimits all the elements in the specified array. public ArraySegment( T[] ar 阅读全文
posted @ 2016-05-04 09:01 ChuckLu 阅读(393) 评论(0) 推荐(0) 编辑
上一页 1 ··· 319 320 321 322 323 324 325 326 327 ··· 391 下一页