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