K3

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 ··· 9 下一页

2013年8月26日

摘要: 参考自http://blog.csdn.net/yilan8002/article/details/7197981 /// /// 窗体动画函数 注意:要引用System.Runtime.InteropServices; /// /// 指定产生动画的窗口的句柄 /// 指定动画持续的时间 /// 指定动画类型,可以是一个或多个标志的组合。 /// [DllImport("user32")] private static extern bool AnimateW... 阅读全文
posted @ 2013-08-26 12:07 K3 阅读(373) 评论(0) 推荐(0) 编辑

摘要: using System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;using System.Security;using System.Resources;// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information// 阅读全文
posted @ 2013-08-26 11:48 K3 阅读(1391) 评论(0) 推荐(0) 编辑

2013年8月22日

摘要: http://jqueryui.com/tabs/ jQuery UI Tabs - Default functionality Nunc tincidunt Proin dolor Aenean lacinia Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper an... 阅读全文
posted @ 2013-08-22 10:53 K3 阅读(542) 评论(0) 推荐(0) 编辑

2013年8月21日

摘要: C:\project>tfsdeleteproject /collection:https://buckh-test2.visualstudio.com/DefaultCollection TestingWarning: Deleting a team project is an irrecoverable operation. All version control, work item tracking and Team Foundation build data will be destroyed from the system. The only way to recover t 阅读全文
posted @ 2013-08-21 16:03 K3 阅读(408) 评论(1) 推荐(0) 编辑

2013年8月1日

摘要: Untitled Page 阅读全文
posted @ 2013-08-01 03:39 K3 阅读(431) 评论(0) 推荐(0) 编辑

2012年10月22日

摘要: /Files/sskset/ObjectToCSV.rar 阅读全文
posted @ 2012-10-22 05:06 K3 阅读(574) 评论(0) 推荐(0) 编辑

2012年9月6日

摘要: 1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Linq;4usingSystem.Text;5usingSystem.IO;67namespaceConsoleApplication38{9classProgram10{11staticvoidMain(string[]args)12{13varItems=newList<SortItem>();1415Items.AddRange(newSortItem[]{16newSortItem(){GroupId=1,Id=1,Count=1,Weight=100}, 阅读全文
posted @ 2012-09-06 19:16 K3 阅读(27665) 评论(0) 推荐(3) 编辑

2012年9月3日

摘要: What is AutoMapper?AutoMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?How do I get started?Check out thegetting st 阅读全文
posted @ 2012-09-03 17:31 K3 阅读(447) 评论(0) 推荐(0) 编辑

2011年8月2日

摘要: 碰到这么个奇怪的问题,百思不得其解"C:\ProgramFiles\MicrosoftSDKs\Windows\v7.0A\bin\WSDL"/l:CS/n:TestNameSpace/o:Test.csLPFlightDisplayService.wsdlpause 阅读全文
posted @ 2011-08-02 04:35 K3 阅读(243) 评论(0) 推荐(0) 编辑

2011年7月4日

摘要: publicstaticclassSingleInstanceFactory{privatestaticHashtableht=newHashtable();privatestaticobjectsyncObject=newobject();publicstaticTGetSingleInstance<T>()whereT:new(){stringkey=typeof(T).ToString();Tt=default(T);lock(syncObject){if(ht.ContainsKey(key)){t=(T)ht[key];}else{lock(syncObject){t=A 阅读全文
posted @ 2011-07-04 03:31 K3 阅读(291) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 9 下一页