using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; namespace ffxiaCredit { class Encrypt { #region Base64编码 /...
赞 (0 )开心乐窝 10年前 (2015-09-17) 阅读(273) 通俗的来讲,“显示接口实现”就是使用接口名称作为方法名的前缀;而传统的实现方式称之为:“隐式接口实现”。费话不说,例子如下: interface IAnimal { void Dog(); } class Animal:IAnimal { public void Dog() { Console.WriteLine(“dog̷...
赞 (0 )开心乐窝 10年前 (2015-09-16) 阅读(185) 1在私有函数中添加 /// <summary> /// 隐藏主窗体 并显示状态图标 /// </summary> private void HideMainForm() { this.Hide(); this.notifyIcon.Visible = true; this.notifyIcon.BalloonTipText = R...
21.从控件拖拽一个NotifyIcon 或者 实例化一个 Notifyicon ( NotifyIcon nf = new NotifyIcon() ) 2.设置 状态图标显示文字 nf.Text = “开心乐窝”; 3.设置 任务栏 显示 Notifyicon nf.Visible=true 4.给窗体添...
1解决方法: 进入【打开网络和共享中心】–【Internet选项】 然后重新打开 help查看器 就行了
赞 (0 )开心乐窝 10年前 (2015-08-08) 阅读(163) win+r 唤出 运行 输入CMD 回车 关闭计算机 shutdown –s 延迟3秒关闭计算机 shutdown –s –t 3 取消关闭计算机 shutdown –a
赞 (0 )开心乐窝 11年前 (2014-08-25) 阅读(180)