会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三瑞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
33
34
35
36
37
38
39
40
41
···
46
下一页
2018年4月3日
asp:LinkBtton PostBackUrl 中文乱码
摘要: 这个也不行: HttpUtility.UrlEncode("中文") 替代方案为:<asp:HyperLink NavigateUrl=“~/路径” Target="_blank">下载</asp:HyperLink>
阅读全文
posted @ 2018-04-03 09:22 三瑞
阅读(222)
评论(0)
推荐(0)
2018年3月14日
配置iis支持.json格式的文件
摘要: 一、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)
2018年3月3日
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 safe log_bin_trust_function_creators variable
摘要: 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)
2018年2月6日
IIS Asp.Net 访问 Com组件 报拒绝访问
摘要: IIS Asp.Net 访问 Com组件 报拒绝访问 解决方法: IIS 程序池->高级设置->进程模式->标识->内置帐户=LocalSystem
阅读全文
posted @ 2018-02-06 14:48 三瑞
阅读(274)
评论(0)
推荐(0)
2018年2月4日
记一次 mysql 启动没反应
摘要: 记一次 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)
2018年2月2日
linux 下安装 redis
摘要: 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)
2018年2月1日
Jexus 安装asp.net mvc EF 项目引发的错误总
摘要: 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)
2018年1月31日
在CentOS中安装arial字体
摘要: 验证码不能正常显示是因为 linux 没有字体 1. widonws下载字体文件到Linux windows的字体比较多,其字体文件位于 C:\WINDOWS\Fonts 。 从其中copy相应的字体到Linux系统的 /usr/share/font/下的文件夹中。以arial字体为例: 2. 为刚
阅读全文
posted @ 2018-01-31 23:58 三瑞
阅读(2107)
评论(0)
推荐(0)
2018年1月22日
SQL 2017 远程连接被拒绝
摘要: 1、防火墙端口 2、数据库要能帐号登录 可是还是不行 打开:SQL Server 2017 配置管理器-》SQL Server 服务 -》SQLServer(你的实例名)-》 右键-》属性-》登录-》内置帐号=Network Service 结果可以了
阅读全文
posted @ 2018-01-22 16:11 三瑞
阅读(1652)
评论(0)
推荐(0)
2018年1月11日
bootstrap-switch 使用
摘要: 网址: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
下一页
公告