上一页 1 ··· 371 372 373 374 375 376 377 378 379 ··· 399 下一页
摘要: 如果用命令行,运行 git fetch,可以将远程分支信息获取到本地,再运行 git checkout -b local-branchname origin/remote_branchname 就可以将远程分支映射到本地命名为local-branchname 的一分支。 阅读全文
posted @ 2015-06-15 16:34 ChuckLu 阅读(1361) 评论(0) 推荐(0)
摘要: 微软官方的一部分解释 https://support.microsoft.com/en-us/kb/249873 关于32位和64位的说明 http://csi-windows.com/blog/all/73-windows-64-bit/378-fixing-qregsvr32-the-modul 阅读全文
posted @ 2015-06-15 13:05 ChuckLu 阅读(32369) 评论(0) 推荐(0)
摘要: The Task-based Asynchronous Pattern (TAP) is based on theSystem.Threading.Tasks.TaskandSystem.Threading.Tasks.Tasktypes in theSystem.Threading.Tasksna... 阅读全文
posted @ 2015-06-12 09:47 ChuckLu 阅读(675) 评论(0) 推荐(0)
摘要: 在.net4.0的时候推出的Task 执行结果 阅读全文
posted @ 2015-06-11 21:29 ChuckLu 阅读(317) 评论(0) 推荐(0)
摘要: What is the difference between C# and .NET?In addition to what Andrew said, it is worth noting that:.NET isn't just alibrary, but also aruntimefor exe... 阅读全文
posted @ 2015-06-09 11:09 ChuckLu 阅读(525) 评论(0) 推荐(0)
摘要: What's New in Visual C# .NET 2003[Visual Studio .NET 2003]What's New in Visual C# 2005What's New in Visual C# 2008What's New in Visual C# 2010What's N... 阅读全文
posted @ 2015-06-09 09:46 ChuckLu 阅读(301) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/55710/Reflection-in-NET#_Toc252700542IntroductionIn this article, I have tried to cover all the topics from .NET R... 阅读全文
posted @ 2015-06-05 11:31 ChuckLu 阅读(289) 评论(0) 推荐(0)
摘要: NPOI\testcases\main\testcases vs10.csproj需要注意,重新引用一下NPOI类库需要注意的是,测试项目,使用了NUnit找到测试项目下的SS文件夹,再定位到UserModel然后找到UserModel下的workbook和sheet的测试代码 阅读全文
posted @ 2015-06-02 13:34 ChuckLu 阅读(279) 评论(0) 推荐(0)
摘要: 打开版本库下的examples文件夹然后打开对应的解决方案文件,尝试编译程序。发现提示缺少了dll琢磨了半天,找到四个项目文件,打开之后进行编译。最后会生成dll到solution文件夹下的Lib中NPOI.OpenXml4Net依赖于NPOINPOI.OpenXmlFormats 依赖于NPOI.... 阅读全文
posted @ 2015-06-02 11:20 ChuckLu 阅读(2205) 评论(0) 推荐(0)
摘要: 从github上clone源代码 git clone https://github.com/tonyqus/npoi.git 下载的版本库中,有一个名为Release Notes.txt的文件,在这个文件中包含了NPOI的release记录。 main文件夹中,是项目的源代码。查看源代码编译生成的d 阅读全文
posted @ 2015-06-02 09:57 ChuckLu 阅读(1985) 评论(0) 推荐(0)
上一页 1 ··· 371 372 373 374 375 376 377 378 379 ··· 399 下一页