- 博客(4)
- 收藏
- 关注
转载 C# winForm 开机自动启动 并启动后最小化到任务栏 右侧通知栏并交互操作
开机自启///开机自启动 class Program { static void Main(string[] args) { string path = Application.StartupPath; SettingHel.SetAutoRun(path +@"\IISCheck.exe", true); }catch (WebException ex) { .
2021-08-03 15:00:49
968
转载 C# 检测本地及远程磁盘使用率
private void btnCheck_Click(object sender, EventArgs e) { listBox1.Items.Clear(); if (rbtnRemote.Checked) { //远程 RemoteDisk(); } else { ...
2021-08-03 14:42:14
668
原创 C# 重启IIS指定网站和指定应用程序池
//应用程序池 static readonly string AppPoolName = ConfigurationManager.AppSettings["ApplicationPoolName"].ToString(); //网站名称 static readonly string WebSiteName = ConfigurationManager.AppSettings["WebSiteName"].ToString(); static
2021-08-03 14:27:57
1521
原创 Jquery点击放大图片并根据鼠标放大缩小
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Com...
2020-04-29 15:29:55
256
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅