摘要:
1、vue文件的 script 内 方式一:var config1 = require("../../utils/config.js"); 方式二:/*import md5 from "@/common/SDK/md5.min.js"; */ 调用: config1.sss(); config.js 阅读全文
2020年1月9日 #
2019年12月23日 #
摘要:
//创建配置根对象 var configurationRoot = builder1.Build(); //读取到ioc IOptions<SuperAppsettings> setting 依赖注入 services.Configure<SuperAppsettings>(configuratio 阅读全文
摘要:
参考官方:https://docs.autofac.org/en/latest/integration/aspnetcore.html#startup-class 有一些变动,现在暂时还没用net core3 做项目 在Startup类中(在所有版本的ASP.NET Core中基本相同),然后使用C 阅读全文
摘要:
举例:http://localhost:5000/?sss=sdf&fdd=123 1、设置或获取整个 URL 为字符串 window.location.href 值: http://localhost:5000/?sss=sdf&fdd=123 2、设置或获取 URL 的协议部分 window.l 阅读全文
2019年12月12日 #
摘要:
https://github.com/restsharp/RestSharp postman 生成的访问代码; 好用! Features Assemblies for .NET 4.5.2 and .NET Standard 2.0 Easy installation using NuGet for 阅读全文
摘要:
1、手机号+验证码 登录微博,保存cookies 2、创建群主红包 3、将红包发给指定人 .... 阅读全文
摘要:
1、安装fiddler 。 2、设置fiddler 、tool==》 option里面 https 要打开,然后选择actions 第一个 安装本地证书; 3、设置手机访问的数据都要经过fiddler这个服务器 先看下远程代理服务器的端口, 还要设置允许远程访问; 4、手机设置wifi的ip, 代理 阅读全文
2019年11月29日 #
摘要:
hostname:域名initializationPage:对应域名下任意可访问action 阅读全文
摘要:
https://www.cnblogs.com/xinaixia/p/5924129.html iis的管理 并发数 进程 阅读全文