上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: bool status = int.TryParse(m_Judge(12)+"ds",out j); int iParse = int.Parse("4"); int iConvert = Convert.ToInt32("45"); 阅读全文
posted @ 2016-11-17 15:31 爱编程1314 阅读(497) 评论(0) 推荐(0) 编辑
摘要: string str = null; if (string.IsNullOrWhiteSpace(str)) { MessageBox.Show("字符串为null"); } if (str.Length == 0) { ... 阅读全文
posted @ 2016-11-17 15:27 爱编程1314 阅读(28010) 评论(1) 推荐(1) 编辑
摘要: ·一种特殊的字符常量; ·以反斜线"\"开头,后跟一个或几个字符。 ·具有特定的含义,不同于字符原有的意义,故称“转义”字符。 ·主要用来表示那些用一般字符不便于表示的控制代码。 ·它的作用是消除紧随其后的字符的原有含义 ·用一些普通字符的组合来代替一些特殊字符,由于其组合改变了原来字符表示的含义,因此称为“转义” ·用可以看见的字符表示那不可以看见的字符, 如'\n'表示换行 常用的转义... 阅读全文
posted @ 2016-11-17 15:00 爱编程1314 阅读(1914) 评论(0) 推荐(0) 编辑
摘要: string str = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;//获取模块的完整路径。 string str2 = Environment.CurrentDirectory;//获取和设置当前目录 string str3=Directory.GetCurrentDirectory();//获取... 阅读全文
posted @ 2016-11-12 20:28 爱编程1314 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 新建-就绪-运行-阻塞-死亡 阅读全文
posted @ 2016-11-03 22:12 爱编程1314 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 自媒体:百度百家,腾讯大家,虎嗅网,36氪,极客公园,果壳网,瘾科技,创业邦 众筹:京东众筹,淘宝众筹 阅读全文
posted @ 2016-10-30 16:14 爱编程1314 阅读(101) 评论(0) 推荐(0) 编辑
摘要: ListView表示 Windows 列表视图控件,该控件显示可用四种不同视图之一显示的项集合。 阅读全文
posted @ 2016-10-30 16:01 爱编程1314 阅读(178) 评论(0) 推荐(0) 编辑
摘要: php代码 阅读全文
posted @ 2016-10-29 21:42 爱编程1314 阅读(13054) 评论(0) 推荐(0) 编辑
摘要: this.location是窗口当前位置 e.X是具体事件的相对坐标 size是窗口尺寸宽和高 阅读全文
posted @ 2016-10-29 18:33 爱编程1314 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-28 22:14 爱编程1314 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页