上一页 1 ··· 365 366 367 368 369 370 371 372 373 ··· 391 下一页
摘要: http://www.cnblogs.com/stg609/p/3723968.html 字体的大小,先配置大小12。在environment中的font size里面调整 VS默认的深色主题和Selenitic搭配比较好看。 http://www.cnblogs.com/JamesLi2015/p 阅读全文
posted @ 2015-05-28 10:01 ChuckLu 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/Articles/42415/Builder-Design-Pattern In Elizabeth's day care center, the teacher helps the kids to build all kinds of toys 阅读全文
posted @ 2015-05-27 19:44 ChuckLu 阅读(406) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Diagnostics;using Microsoft.Win32;namespace ChuckLu.Utility{ public class Cmd { private Cmd() { }... 阅读全文
posted @ 2015-05-27 17:47 ChuckLu 阅读(3627) 评论(3) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/4537945/what-is-the-difference-of-getting-type-by-using-gettype-and-typeofYou can only use typeof() when you know t... 阅读全文
posted @ 2015-05-27 14:35 ChuckLu 阅读(307) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/Articles/584128/What-is-the-difference-between-equalsequals-and-EqWhen we create any object there are two parts to the obje... 阅读全文
posted @ 2015-05-27 14:09 ChuckLu 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 举例1 有一张项目表 CREATE TABLE [ProjectTable] ( [ProjectID] NVARCHAR(16) NOT NULL, [ProjectName] NVARCHAR(20) NOT NULL ON CONFLICT REPLACE DEFAULT Null, [Dev 阅读全文
posted @ 2015-05-22 17:30 ChuckLu 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1. 去官网下载安装http://www.jetbrains.com/resharper/ 2. 用于测试的注册码: admin@youbaozang.comSpFEMUSrPM0AGupqlNs6J1Ey7HrjpJZy admin@wuleba.comd6GuozPm+bsCmPOtyJ2w1g 阅读全文
posted @ 2015-05-22 09:22 ChuckLu 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 绘制一个球 根据公式x^2+y^2+z^2=R^2; 令x=RsinAcosB y=RcosAcosB z=RsinB using System; using System.Collections.Generic; using System.ComponentModel; using System. 阅读全文
posted @ 2015-05-19 11:01 ChuckLu 阅读(5078) 评论(5) 推荐(0) 编辑
摘要: 最后上代码public partial class Test : Form { private TChart tChart = new TChart(); private int space = 3; public Test() { ... 阅读全文
posted @ 2015-05-19 10:50 ChuckLu 阅读(12338) 评论(9) 推荐(2) 编辑
摘要: const 与 readonly知多少 Practical Difference between Const & ReadOnly What is the difference between const and readonly? Apart from the apparent differenc 阅读全文
posted @ 2015-05-18 14:13 ChuckLu 阅读(366) 评论(0) 推荐(0) 编辑
上一页 1 ··· 365 366 367 368 369 370 371 372 373 ··· 391 下一页