上一页 1 ··· 350 351 352 353 354 355 356 357 358 ··· 399 下一页
该文被密码保护。 阅读全文
posted @ 2015-09-25 09:46 ChuckLu 阅读(1) 评论(0) 推荐(0)
摘要: http://blogs.msdn.com/b/saraford/archive/2005/08/16/452411.aspxDid you know… That you can hide the solution and advanced build configurationsUnder Too... 阅读全文
posted @ 2015-09-24 18:40 ChuckLu 阅读(246) 评论(0) 推荐(0)
摘要: 1.Debug配置2.Release配置2.Debug和Release的区别(1)Debug有定义DEBUG常量,Release没有(2)Debug没有优化代码,Release有(3)生成路径不同,分别为bin\Debug\和bin\Release\4.所有配置展示结果是对所有项目配置(Debug,... 阅读全文
posted @ 2015-09-24 14:25 ChuckLu 阅读(2359) 评论(0) 推荐(0)
摘要: 1.默认的解决方案配置默认有2个解决方案配置Debug和Release配置管理器中的活动解决方案配置,其中活动是指,当前解决方案使用的是哪一个解决方案配置右侧的下拉箭头,可以看到还有Release可以选择,选择好之后,回到VS的主菜单界面,会看到启动旁边的解决方案配置会变化3.新建解决方案配置001... 阅读全文
posted @ 2015-09-24 13:11 ChuckLu 阅读(782) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bb166577.aspxSolution configurations store solution-level properties.They direct the behavior of theStart(F5)... 阅读全文
posted @ 2015-09-24 11:28 ChuckLu 阅读(1156) 评论(0) 推荐(0)
摘要: Console.WriteLine("BitConverter.IsLittleEndian = {0}", BitConverter.IsLittleEndian); Console.WriteLine(); string format... 阅读全文
posted @ 2015-09-23 14:47 ChuckLu 阅读(1401) 评论(0) 推荐(0)
摘要: double值由外部传入 private void Compare(double value) { string text; if (value != 0) //小数位后保留2位 { ... 阅读全文
posted @ 2015-09-22 10:08 ChuckLu 阅读(1309) 评论(0) 推荐(0)
摘要: private void DeviceSetText(TextBox textBox, string text) { //处理text的显示值 if (text != "0") //小数位后保留2位 { ... 阅读全文
posted @ 2015-09-22 09:49 ChuckLu 阅读(453) 评论(0) 推荐(0)
摘要: http://blogs.msdn.com/b/ericlippert/archive/tags/covariance+and+contravariance/ 阅读全文
posted @ 2015-09-22 09:38 ChuckLu 阅读(197) 评论(0) 推荐(0)
摘要: http://blogs.msdn.com/b/ericlippert/archive/2007/10/17/covariance-and-contravariance-in-c-part-two-array-covariance.aspxC# implements variance in two ... 阅读全文
posted @ 2015-09-22 09:37 ChuckLu 阅读(384) 评论(0) 推荐(0)
上一页 1 ··· 350 351 352 353 354 355 356 357 358 ··· 399 下一页