摘要: 自己写的乘法算术表 阅读全文
posted @ 2017-02-14 00:45 bingxingc 阅读(498) 评论(0) 推荐(0) 编辑
摘要: public static bool IsNullOrEmpty(string value) 如果 true 参数为 value 或空字符串 (""),则为 null;否则为 false。 返回组合后的字符串 decimal temp = 20.4m; string s = String.Forma 阅读全文
posted @ 2017-02-13 21:12 bingxingc 阅读(759) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> </head> <body> </body> </html> 阅读全文
posted @ 2017-02-11 21:15 bingxingc 阅读(11147) 评论(0) 推荐(0) 编辑
摘要: 在.vimrc中添加以下代码后,重启vim即可实现按TAB产生4个空格:set ts=4 (注:ts是tabstop的缩写,设TAB宽4个空格)set expandtab TAB替换为空格::set ts=4:set expandtab:%retab! 空格替换为TAB::set ts=4:set 阅读全文
posted @ 2017-02-11 21:12 bingxingc 阅读(706) 评论(0) 推荐(0) 编辑
摘要: String.IsNullOrEmpty(s) String.Split() RemoveEmptyEntries() 阅读全文
posted @ 2017-01-26 00:05 bingxingc 阅读(104) 评论(0) 推荐(0) 编辑
摘要: public bool Contains(string value)如果值参数出现在此字符串内,或者值为空字符串(“”),则为true; 否则为false using System; class Example { public static void Main() { string s1 = "The quick brown fox jumps over th... 阅读全文
posted @ 2017-01-25 22:45 bingxingc 阅读(3933) 评论(0) 推荐(1) 编辑
摘要: public bool Contains(string value)如果值参数出现在此字符串内,或者值为空字符串(“”),则为true; 否则为false 阅读全文
posted @ 2017-01-25 22:41 bingxingc 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 决断一个数是不是质数 阅读全文
posted @ 2017-01-24 22:38 bingxingc 阅读(5123) 评论(1) 推荐(0) 编辑
摘要: out 参数的练习,自己定义的TryParse()。。。 阅读全文
posted @ 2017-01-24 20:38 bingxingc 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 冒泡算法的练习 阅读全文
posted @ 2017-01-24 13:28 bingxingc 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 编程工具 阅读全文
posted @ 2017-01-24 12:07 bingxingc 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 通过CMD修改IP 子网掩码 网关 DNS 阅读全文
posted @ 2017-01-24 12:02 bingxingc 阅读(27471) 评论(0) 推荐(2) 编辑