随笔分类 -  C#

摘要:As for databases, there are quit many kinds such as foxpro, mysql, sqlserver, etc. But when we need to build a project which should be portable, the . 阅读全文
posted @ 2017-01-14 13:46 Fefnir 阅读(173) 评论(0) 推荐(0)
摘要:I remember that when I was still using VB6 sereval years ago, if global hotkeys are required, a massive system-hooking program would be used. That's t 阅读全文
posted @ 2016-09-28 09:23 Fefnir 阅读(281) 评论(0) 推荐(0)
摘要:If you learned C++ carefully, you must have known something about the copy of object. For example, I defined a class called \(ABC\),and two variable \ 阅读全文
posted @ 2016-09-27 15:00 Fefnir 阅读(156) 评论(0) 推荐(0)
摘要:This sample shows how to send data between different applications, including object data——transform object into byte[] and then transport its CPU loca 阅读全文
posted @ 2016-09-15 23:42 Fefnir 阅读(272) 评论(0) 推荐(0)
摘要:This sample shows how to turn object to byte[], as well as turn byte[] to object. So,I can turn any types of object into byte[],which can be saved and 阅读全文
posted @ 2016-09-15 11:34 Fefnir 阅读(311) 评论(0) 推荐(0)
摘要:As for the title,the console program will show you a sample which can get the webpage-code.Enjoy it:) 阅读全文
posted @ 2016-09-15 09:38 Fefnir 阅读(182) 评论(0) 推荐(0)