07 2014 档案

本地vbs调试快速显示输出
摘要:function setClipBoard(str) Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("clip") Set oIn = oExec.stdIn oIn.WriteL... 阅读全文

posted @ 2014-07-31 13:15 空明流光 阅读(2686) 评论(0) 推荐(0) 编辑

c# 加密转载 备忘
摘要:md5: 方法1:引用 system.web.dll FormsAuthentication.HashPasswordForStoringInConfigFile("123456", "md5") 方法2: public static string Md5(string input) { var m 阅读全文

posted @ 2014-07-28 09:23 空明流光 阅读(216) 评论(0) 推荐(0) 编辑

vb.net 动态调用api
摘要:Imports SystemImports System.Runtime.InteropServicesPublic Class DllInvoke Public Sub New(ByVal DLLPath As String) Me.hLib = DllInvoke.LoadL... 阅读全文

posted @ 2014-07-24 13:33 空明流光 阅读(2079) 评论(0) 推荐(0) 编辑

定时提醒器框架
摘要:ActionBase.vbPublic MustInherit Class ActionBase Public Property Name As String Public MustOverride Function Start() As BooleanEnd ClassAlertAct... 阅读全文

posted @ 2014-07-15 10:09 空明流光 阅读(281) 评论(0) 推荐(0) 编辑

导航