saptechnique

Better late than never. - 郭富

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年4月23日

摘要: 这并非本人亲自所写,但经本人调试后可用。 请创建一个Winform的应用程序,然后,删除Program.cs和Form1.design.cs文件。打开Form1.cs文件的Code视图,删除所有原有代码,将以下代码添入,即可。 using System; using System.Drawing; using System.Windows; using System.Windows.Forms; using System.Collections; using System.ComponentModel; using System.Data; namespace TS.GUOFU.Comput 阅读全文
posted @ 2008-04-23 23:00 guofu 阅读(1442) 评论(5) 推荐(0) 编辑

摘要: 网络上一些所谓的BBS大部分都是garbage,要看真正的BBS请看“珞珈山水BBS站”(武汉大学的),绝对经典。网址:bbs.whu.edu.cn 要用DOS下的telnet命令看哦! 阅读全文
posted @ 2008-04-23 22:49 guofu 阅读(206) 评论(0) 推荐(0) 编辑

摘要: private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txtMac; private System.Windows.Forms.TextBox txtIp; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label lblMac; private System.Windows.Forms.Label lblIp; private System.Windows.Forms.Label lblName; private System.Windows.Forms.Button butt 阅读全文
posted @ 2008-04-23 22:44 guofu 阅读(1782) 评论(0) 推荐(0) 编辑

摘要: Money spent on the brain is never spent in vain. (智力投资绝不会白花。) Constant dropping wears the stone. (滴水穿石。) Experience is the mother of wisdom.(经验是智慧之母。) Every man is his own worst enemy.(一个人最大的敌人就是他自 己。) Saying and doing are two different things. (说和做是迥然不同的两回事。) Actions speak louder than words. (行动比语言更响亮。) 阅读全文
posted @ 2008-04-23 22:37 guofu 阅读(1975) 评论(0) 推荐(0) 编辑

摘要: 【转自http://blog.csdn.net/longhorn_fu/archive/2005/09/02/470008.aspx】日期是数据处理中经常使用到的信息之一。生日、数据处理时间、计划的预计完成时间,按年、季、月的统计,这些都属于日期处理的范畴。由于日期中包含了年、季、月、日等众多信息,不同的国家对日期格式、日期文字描述及星期有不同的规定,因此产生了日期处理的复杂性。本章主要讨论在SQ... 阅读全文
posted @ 2008-04-23 13:56 guofu 阅读(3868) 评论(0) 推荐(0) 编辑