04 2008 档案

摘要:subst.bat:subst Z: "C:\Program Files\NCS iConnect.NET\3.1\bin" 阅读全文
posted @ 2008-04-23 14:52 RobotTech 阅读(328) 评论(0) 推荐(0) 编辑
摘要:最近CSDN有几个人问这个问题,图形旋转任意角度方法算法都很多,这里主要用 Graphics.RotateTransform()方法实现。 Public Class Form1 Dim img1 As Image Const PI = 3.14159265 Private Sub Button1_Click(ByVal sender As System.Object, ByVal... 阅读全文
posted @ 2008-04-23 14:14 RobotTech 阅读(4620) 评论(1) 推荐(0) 编辑
摘要:MVP——Model-Viewer-Presenter Introduction 这里的MVP不是微软的那个MVP,而是一个设计模式Model-Viewer-Presenter。最早(2000年)由IBM开发出来的一个针对C++和Java的编程模型,它是MVC模式的变种。其目的就在于提供a cleaner implementation of the Observer connection b... 阅读全文
posted @ 2008-04-23 14:14 RobotTech 阅读(343) 评论(1) 推荐(0) 编辑
摘要:MVP模式的Sample 阅读全文
posted @ 2008-04-23 14:10 RobotTech 阅读(375) 评论(0) 推荐(0) 编辑
摘要:/// /// A method used to run a dos command hiddenly. /// /// /// /// public static string Execute(string dosCommand, int outtime) { ... 阅读全文
posted @ 2008-04-20 10:24 RobotTech 阅读(737) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示