上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 46 下一页
摘要: 这个也不行: HttpUtility.UrlEncode("中文") 替代方案为:<asp:HyperLink NavigateUrl=“~/路径” Target="_blank">下载</asp:HyperLink> 阅读全文
posted @ 2018-04-03 09:22 三瑞 阅读(222) 评论(0) 推荐(0)
摘要: 一、IIS 6 1. MIME设置:在IIS的站点属性的HTTP头设置里,选MIME 映射中点击”文件类型”-”新类型”,添加一个文件类型:关联扩展名:*.json内容类型(MIME):application/x-javascript 2. Script Map Handler设置:还是在IIS的站 阅读全文
posted @ 2018-03-14 18:04 三瑞 阅读(423) 评论(0) 推荐(0)
摘要: This function has none of Deterministic,no sql,or reads sql data in its declaration and binary logging is enabled(you *might* want to use the less saf 阅读全文
posted @ 2018-03-03 20:30 三瑞 阅读(198) 评论(0) 推荐(0)
摘要: IIS Asp.Net 访问 Com组件 报拒绝访问 解决方法: IIS 程序池->高级设置->进程模式->标识->内置帐户=LocalSystem 阅读全文
posted @ 2018-02-06 14:48 三瑞 阅读(274) 评论(0) 推荐(0)
摘要: 记一次 mysql 启动没反应 ,重启linux又可以启动 vim /var/log/mysqld.log 2018-02-04 13:22:49 28507 [ERROR] InnoDB: Cannot allocate memory for the buffer pool2018-02-04 1 阅读全文
posted @ 2018-02-04 17:47 三瑞 阅读(626) 评论(0) 推荐(0)
摘要: https://redis.io/ 下载:https://redis.io/download/ 1、下载 $ cd /usr/local/$ wget http://download.redis.io/releases/redis-4.0.7.tar.gz $ tar xzf redis-4.0.7 阅读全文
posted @ 2018-02-02 16:12 三瑞 阅读(133) 评论(0) 推荐(0)
摘要: 1、Linux 中的文件路径问题(配置文件路径),必须使用左斜杆 “/” 2、MVC 看 View/Web.config 下的配置文件中版本不对报错,如下: Could not locate Razor Host Factory type: System.Web.Mvc.MvcWebRazorHos 阅读全文
posted @ 2018-02-01 09:35 三瑞 阅读(361) 评论(0) 推荐(0)
摘要: 验证码不能正常显示是因为 linux 没有字体 1. widonws下载字体文件到Linux windows的字体比较多,其字体文件位于 C:\WINDOWS\Fonts 。 从其中copy相应的字体到Linux系统的 /usr/share/font/下的文件夹中。以arial字体为例: 2. 为刚 阅读全文
posted @ 2018-01-31 23:58 三瑞 阅读(2107) 评论(0) 推荐(0)
摘要: 1、防火墙端口 2、数据库要能帐号登录 可是还是不行 打开:SQL Server 2017 配置管理器-》SQL Server 服务 -》SQLServer(你的实例名)-》 右键-》属性-》登录-》内置帐号=Network Service 结果可以了 阅读全文
posted @ 2018-01-22 16:11 三瑞 阅读(1652) 评论(0) 推荐(0)
摘要: 网址:http://www.bootcss.com/p/bootstrap-switch/ 界面设置不调用方法没成功,事件也不起作用不知道是jquery版本原因还是什么原因!,下面亲测试可以使用 阅读全文
posted @ 2018-01-11 14:59 三瑞 阅读(372) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 46 下一页