摘要: HTMl 文字移动<MARQUEE scrollAmount=2 scrollDelay=150 direction=up height=120> 内容 </marquee>scrollAmount表示速度direction 表示方向 阅读全文
posted @ 2017-02-26 12:35 bingxingc 阅读(258) 评论(0) 推荐(0) 编辑
摘要: linux入门 百度文库: http://wenku.baidu.com/course/view/4fdf50e2524de518964b7d00 linux装在U盘上 http://zhidao.baidu.com/link?url=rFBh95J8tH1MnmB64is-3kiryYj2_75X 阅读全文
posted @ 2017-02-26 12:24 bingxingc 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 修改系统引导文件 grub.cfg的文件位置 /boot/grub/grub.cfg set default="4" 默认windows是在第四个选项 set timeout=10 10表示几秒等待时间 ubuntu访问windows分区 一 用 ntfs 命令来解决(安装ntfs命令) sudo 阅读全文
posted @ 2017-02-25 12:50 bingxingc 阅读(133) 评论(0) 推荐(0) 编辑
摘要: netsh 命令的使用。cmd > netsh> 进入netsh 命令模式 1. 备份服务器的网络设置 一个有经验的网络管理员所做的最频繁的工作就是备份。只有做了备份,当遇到毁灭性破坏时,才能迅速及时地恢复网络。网络设置备份操作:netsh dump >bak12.txt,通过该操作可将网络设置备份 阅读全文
posted @ 2017-02-21 22:35 bingxingc 阅读(248) 评论(0) 推荐(0) 编辑
摘要: Visual Studio visual 英 [ˈvɪʒuəl] 美 [ˈvɪʒuəl] adj. 视觉的,看得见的; 光学的,视力的; 形象化的; 光学的; n. 画面,图象; he simple, comfortable visual concept allows users to be mor 阅读全文
posted @ 2017-02-14 01:03 bingxingc 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 自己写的乘法算术表 阅读全文
posted @ 2017-02-14 00:45 bingxingc 阅读(502) 评论(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 阅读(11174) 评论(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 阅读(719) 评论(0) 推荐(0) 编辑
摘要: String.IsNullOrEmpty(s) String.Split() RemoveEmptyEntries() 阅读全文
posted @ 2017-01-26 00:05 bingxingc 阅读(105) 评论(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 阅读(3959) 评论(0) 推荐(1) 编辑
摘要: public bool Contains(string value)如果值参数出现在此字符串内,或者值为空字符串(“”),则为true; 否则为false 阅读全文
posted @ 2017-01-25 22:41 bingxingc 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 决断一个数是不是质数 阅读全文
posted @ 2017-01-24 22:38 bingxingc 阅读(5140) 评论(1) 推荐(0) 编辑
摘要: out 参数的练习,自己定义的TryParse()。。。 阅读全文
posted @ 2017-01-24 20:38 bingxingc 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 冒泡算法的练习 阅读全文
posted @ 2017-01-24 13:28 bingxingc 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 编程工具 阅读全文
posted @ 2017-01-24 12:07 bingxingc 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 通过CMD修改IP 子网掩码 网关 DNS 阅读全文
posted @ 2017-01-24 12:02 bingxingc 阅读(27694) 评论(0) 推荐(2) 编辑