上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 44 下一页
摘要: 1、Linux 中的文件路径问题(配置文件路径),必须使用左斜杆 “/” 2、MVC 看 View/Web.config 下的配置文件中版本不对报错,如下: Could not locate Razor Host Factory type: System.Web.Mvc.MvcWebRazorHos 阅读全文
posted @ 2018-02-01 09:35 三瑞 阅读(340) 评论(0) 推荐(0)
摘要: 验证码不能正常显示是因为 linux 没有字体 1. widonws下载字体文件到Linux windows的字体比较多,其字体文件位于 C:\WINDOWS\Fonts 。 从其中copy相应的字体到Linux系统的 /usr/share/font/下的文件夹中。以arial字体为例: 2. 为刚 阅读全文
posted @ 2018-01-31 23:58 三瑞 阅读(2069) 评论(0) 推荐(0)
摘要: 1、防火墙端口 2、数据库要能帐号登录 可是还是不行 打开:SQL Server 2017 配置管理器-》SQL Server 服务 -》SQLServer(你的实例名)-》 右键-》属性-》登录-》内置帐号=Network Service 结果可以了 阅读全文
posted @ 2018-01-22 16:11 三瑞 阅读(1636) 评论(0) 推荐(0)
摘要: 网址:http://www.bootcss.com/p/bootstrap-switch/ 界面设置不调用方法没成功,事件也不起作用不知道是jquery版本原因还是什么原因!,下面亲测试可以使用 阅读全文
posted @ 2018-01-11 14:59 三瑞 阅读(367) 评论(0) 推荐(0)
摘要: ClassifyAdminSynMsgSvr.GetCLFLList("<%=CurUTag %>", 1, "", function (ret) { //console.log(ret); //console.log(ret._Items); var zhdata = ret._Items; va 阅读全文
posted @ 2018-01-04 20:43 三瑞 阅读(367) 评论(0) 推荐(0)
摘要: webuploader 跨域上传demo(还没有写记录一下) 阅读全文
posted @ 2017-12-28 16:40 三瑞 阅读(219) 评论(0) 推荐(0)
摘要: //隐藏表单 //js提交代码 //后台取值为: 上面代码ie9以上的都可以取到值,但就是ie9及以下不行 于是了一下js代码就可以了如下: 阅读全文
posted @ 2017-12-25 13:38 三瑞 阅读(260) 评论(0) 推荐(0)
摘要: 背景: 比起大神我们只是差远了,只知道一味的找找看,找的资料不少,但真不知道哪一个是正确的。 之前一个文章也写了怎么安装 Jexus 但始终只有是html的静态页面可以asp.net 都不行(http://www.cnblogs.com/xiaoruilin/p/7777478.html) 被自己坑 阅读全文
posted @ 2017-11-20 20:01 三瑞 阅读(846) 评论(1) 推荐(1)
摘要: https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x 支持的操作系统 以下操作系统的支持: Windows 7和更新 Windows Server 2008 R2和新† †概念,本文档中描述的IIS 阅读全文
posted @ 2017-11-19 21:32 三瑞 阅读(481) 评论(0) 推荐(0)
摘要: System.ArgumentNullException : 值不能为 null。 参数名: path2 在app.config 或 web.config 中加上配置就可以了 阅读全文
posted @ 2017-11-16 13:53 三瑞 阅读(1588) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 44 下一页