摘要:
很多文章介绍IntelliJ IDEA开启热部署功能都会写到在IntelliJ IDEA中的注册表中开启compiler.automake.allow.when.app.running选项,此选项在IntelliJ IDEA 2021.2之后的版本迁移到高级设置中。如下图所示: 如果你安装了中文语言 阅读全文
摘要:
//.net 4.0 设置: ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072; //.net 4.5 设置: ServicePointManager.SecurityProtocol = SecurityProtoc 阅读全文
摘要:
using System; using System.Net; using System.Text; using System.Web.Services.Protocols; using System.Web.Services; using Galileo.Web; namespace Galile 阅读全文