上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 46 下一页
摘要: 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 三瑞 阅读(362) 评论(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)
摘要: ClassifyAdminSynMsgSvr.GetCLFLList("<%=CurUTag %>", 1, "", function (ret) { //console.log(ret); //console.log(ret._Items); var zhdata = ret._Items; va 阅读全文
posted @ 2018-01-04 20:43 三瑞 阅读(376) 评论(0) 推荐(0)
摘要: webuploader 跨域上传demo(还没有写记录一下) 阅读全文
posted @ 2017-12-28 16:40 三瑞 阅读(232) 评论(0) 推荐(0)
摘要: //隐藏表单 //js提交代码 //后台取值为: 上面代码ie9以上的都可以取到值,但就是ie9及以下不行 于是了一下js代码就可以了如下: 阅读全文
posted @ 2017-12-25 13:38 三瑞 阅读(270) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 46 下一页