06 2015 档案

摘要:makeBackronym 主要考查的是字符串的处理,大小写转换,以及字符串的Linq处理Description:Definition-back·ro·nymnouna fanciful expansion of an existing acronym or word, such as “port ... 阅读全文
posted @ 2015-06-30 20:27 ChuckLu 阅读(292) 评论(0) 推荐(0) 编辑
摘要:Description:Regular Ball Super BallCreate a class Ball.Ball objects should accept one argument for "ball type" when instantiated.If no arguments are g... 阅读全文
posted @ 2015-06-30 18:24 ChuckLu 阅读(721) 评论(0) 推荐(0) 编辑
摘要:Debugbinobj*.user*.suo*.vspscc*.scc*.o*.lo*.la*.al.libs*.so*.so.[0-9]**.a*.pyc*.pyo__pycache__*.rej*~#*#.#*.*.swp.DS_Store这部分是新加的Debug bin obj *.user ... 阅读全文
posted @ 2015-06-27 10:46 ChuckLu 阅读(360) 评论(0) 推荐(0) 编辑
摘要:http://www.codeproject.com/Articles/383749/How-does-it-work-in-Csharp-Part-Csharp-LINQ-in-d 阅读全文
posted @ 2015-06-24 14:07 ChuckLu 阅读(196) 评论(2) 推荐(0) 编辑
摘要:Counting sheep...Description:Consider an array of sheep where some sheep may be missing from their place. We need a function that counts the number of... 阅读全文
posted @ 2015-06-24 14:00 ChuckLu 阅读(957) 评论(0) 推荐(0) 编辑
摘要:Convert boolean values to strings 'Yes' or 'No'.Complete thebool_to_word(Javascript:boolToWord) method.Given: a boolean valueReturn: a 'Yes' string fo... 阅读全文
posted @ 2015-06-24 13:27 ChuckLu 阅读(647) 评论(0) 推荐(0) 编辑
摘要:Function 1 - hello worldMake a simple function calledgreetthat returns the most-famous "hello world!".Although this has been thought as a simple exerc... 阅读全文
posted @ 2015-06-24 13:23 ChuckLu 阅读(683) 评论(0) 推荐(1) 编辑
摘要:Return NegativeIn this simple assignment you are given a number and have to make it negative. But maybe the number is already negative?Example:Kata.Ma... 阅读全文
posted @ 2015-06-24 09:47 ChuckLu 阅读(347) 评论(0) 推荐(0) 编辑
摘要:http://www.codewars.com/kata/search/csharp?q=&r%5B%5D=-8&xids=completed&beta=false语言选择C#进度选择未完成的难度选择,分层 最容易的是8,最难的是1难度为7的题目: http://www.codewars.com/k... 阅读全文
posted @ 2015-06-24 09:26 ChuckLu 阅读(645) 评论(0) 推荐(0) 编辑
摘要:Miles per gallon to kilometers per liter1 Imperial Gallon = 4.54609188 litres1 Mile = 1.609344 kilometres1英制加仑=4.54609188升1英里=1.609344千米mpg=每加仑行驶的英里数(... 阅读全文
posted @ 2015-06-24 09:15 ChuckLu 阅读(711) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/18963750/add-file-as-a-link-on-visual-studio-debug-vs-publishhttp://stackoverflow.com/questions/2593612/visual-stud... 阅读全文
posted @ 2015-06-23 21:19 ChuckLu 阅读(709) 评论(0) 推荐(0) 编辑
摘要:https://medium.com/@benjaminhardy/8-things-every-person-should-do-before-8-a-m-cc0233e15c8d1. Get A Healthy 7+ Hours of Sleep2. Prayer and Meditation ... 阅读全文
posted @ 2015-06-23 09:24 ChuckLu 阅读(251) 评论(0) 推荐(0) 编辑
摘要:Asynchronous Programming with Async and Await You can avoid performance bottlenecks and enhance the overall responsiveness of your application by usin 阅读全文
posted @ 2015-06-19 20:43 ChuckLu 阅读(695) 评论(0) 推荐(0) 编辑
摘要:如果用命令行,运行 git fetch,可以将远程分支信息获取到本地,再运行 git checkout -b local-branchname origin/remote_branchname 就可以将远程分支映射到本地命名为local-branchname 的一分支。 阅读全文
posted @ 2015-06-15 16:34 ChuckLu 阅读(1353) 评论(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 阅读(32069) 评论(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 阅读(659) 评论(0) 推荐(0) 编辑
摘要:在.net4.0的时候推出的Task 执行结果 阅读全文
posted @ 2015-06-11 21:29 ChuckLu 阅读(312) 评论(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 阅读(522) 评论(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 阅读(292) 评论(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 阅读(283) 评论(0) 推荐(0) 编辑
摘要:NPOI\testcases\main\testcases vs10.csproj需要注意,重新引用一下NPOI类库需要注意的是,测试项目,使用了NUnit找到测试项目下的SS文件夹,再定位到UserModel然后找到UserModel下的workbook和sheet的测试代码 阅读全文
posted @ 2015-06-02 13:34 ChuckLu 阅读(273) 评论(0) 推荐(0) 编辑
摘要:打开版本库下的examples文件夹然后打开对应的解决方案文件,尝试编译程序。发现提示缺少了dll琢磨了半天,找到四个项目文件,打开之后进行编译。最后会生成dll到solution文件夹下的Lib中NPOI.OpenXml4Net依赖于NPOINPOI.OpenXmlFormats 依赖于NPOI.... 阅读全文
posted @ 2015-06-02 11:20 ChuckLu 阅读(2162) 评论(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 阅读(1963) 评论(0) 推荐(0) 编辑
摘要:测试用的using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Te... 阅读全文
posted @ 2015-06-01 21:00 ChuckLu 阅读(495) 评论(0) 推荐(0) 编辑
摘要:警告 1由于存在对由程序集“c:\Program Files\Reference Assemblies\Microsoft\VSTO40\v4.0.Framework\Microsoft.Office.Tools.Excel.dll”创建的程序集的间接引用,因此创建了对嵌入的互操作程序集“c:\Pr... 阅读全文
posted @ 2015-06-01 20:18 ChuckLu 阅读(2426) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/zh-cn/library/ee342218(v=vs.110).aspxPIA的全称是 primary interop assembly 主互操作程序集http://www.cnblogs.com/pnljs/archive/2012/02/2... 阅读全文
posted @ 2015-06-01 14:32 ChuckLu 阅读(623) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/hh156499(v=vs.140).aspxThis page lists key feature names for each version of C# with descriptions of the new ... 阅读全文
posted @ 2015-06-01 14:31 ChuckLu 阅读(719) 评论(0) 推荐(0) 编辑
摘要:Here are three short phrases to help remember the 23 design patterns, ordered by category: Creational Patterns: "Abstract Building Factories Produce S 阅读全文
posted @ 2015-06-01 09:49 ChuckLu 阅读(291) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示