一佳一

记录像1+1一样简洁的代码

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页

2020年5月28日

摘要: 当出现 The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time. Configure the CORS policy by listing individ 阅读全文

posted @ 2020-05-28 16:47 一佳一 阅读(2925) 评论(0) 推荐(2) 编辑

2020年5月21日

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2020-05-21 14:35 一佳一 阅读(11101) 评论(1) 推荐(1) 编辑

2020年5月20日

摘要: 阅读全文

posted @ 2020-05-20 16:22 一佳一 阅读(210) 评论(0) 推荐(0) 编辑

2020年5月12日

摘要: 安装激活后,打开vs 发现ReSharper 没有任何效果,菜单也少了很多,想了一下应该是没有激活,于是在ReSharper -》help-》License Information 把里面的依次激活 然后再打开VS 功能就全部有了,网上没有这方面的资料,记录一下 阅读全文

posted @ 2020-05-12 17:59 一佳一 阅读(876) 评论(1) 推荐(0) 编辑

2020年2月28日

摘要: 1.下载第三方驱动 需安装pip 安装方式参考 https://www.cnblogs.com/linyijia/p/12376078.html 2.cmd 打开 并移动到python安装目录的Scripts cd /d C:\Users\LYJ\AppData\Local\Programs\Pyt 阅读全文

posted @ 2020-02-28 10:54 一佳一 阅读(976) 评论(0) 推荐(0) 编辑

摘要: 首先要在Python的官方主页上面下载最新的Python安装包。 下载地址是:https://www.python.org/downloads/ 在下载完成之后,一直点击下一步就OK了。在安装完成之后,打开控制台,输入“Python”,我们能够看到下面的效果: 原因很简单,是因为python.exe 阅读全文

posted @ 2020-02-28 10:32 一佳一 阅读(10833) 评论(0) 推荐(0) 编辑

2020年1月14日

摘要: 经过查询,发现占用80端口的确是 SQL Server 2012 里面的组件——SQL Server Reporting Services (SQLSERVER2012)。是 SQL Server 的日志系统,就是他好端端的突然占用了80端口,而且对于普通人来讲,这个组件的作用没啥用,关掉也是节约资 阅读全文

posted @ 2020-01-14 09:57 一佳一 阅读(331) 评论(0) 推荐(0) 编辑

2020年1月9日

摘要: 首先了解下流程 路由源码可参考 https://referencesource.microsoft.com/#System.Web/Routing/UrlRoutingModule.cs,9b4115ad16e4f4a1 代码实际举例 配置路由 在App_Start文件下,新建RouteConfig 阅读全文

posted @ 2020-01-09 10:16 一佳一 阅读(1193) 评论(0) 推荐(0) 编辑

2019年11月11日

摘要: 这样 用户进入的时候 就只能访问指定数据库 点击其他 显示 阅读全文

posted @ 2019-11-11 10:38 一佳一 阅读(2087) 评论(0) 推荐(0) 编辑

2019年10月23日

摘要: 1.在 system.web节点 加 <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="200"></sessionState> 2.开 阅读全文

posted @ 2019-10-23 10:24 一佳一 阅读(485) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页