[转][C#]Android 开发第一天
摘要:从网址:https://developer.android.google.cn/studio/#downloads 下载 Android-Studio 离线主机 安装 Android Studio 解压 Android SDK压缩包到任意方便的位置,AS的SDK位置设置到这个位置。 file > A
阅读全文
posted @
2020-08-10 21:53
z5337
阅读(262)
推荐(0) 编辑
[转][C#]关闭窗体
摘要:防止用户手动关闭窗体: if ((e.CloseReason & System.Windows.Forms.CloseReason.UserClosing) == System.Windows.Forms.CloseReason.UserClosing) e.Cancel = true;
阅读全文
posted @
2020-08-08 16:32
z5337
阅读(241)
推荐(0) 编辑
[转][C#]动态编译程序
摘要:转自:https://www.cnblogs.com/TNSSTAR/p/4231627.html 动态编译程序 using System; using System.IO; using System.Collections.Generic; using System.Linq; using Sys
阅读全文
posted @
2020-08-03 10:17
z5337
阅读(213)
推荐(0) 编辑
[转]ASP上传限制
摘要:来自:http://fex.baidu.com/ueditor/#server-asp 在 IIS 6.X 中部署 IIS 的安装在这里不介绍,请自行查阅相关资料。 启用 ASP 拓展 打开 IIS 管理器 展开本地计算机 选中 Web 服务拓展 允许 Active Server Pages 拓展
阅读全文
posted @
2020-08-03 08:41
z5337
阅读(172)
推荐(0) 编辑