码迷,mamicode.com
首页 >  
搜索关键字:error while loading shared libraries nginx    ( 90573个结果
另类方法解决设计Web页面出现:Error Creating Control
在B/S开发的过程中,经常会遇到这样的提示:Error Creating Control ,而这些页面明明之前是可以打开的,但还是出现如下图所示:网上找到的方法是把控件初始化放在OnInit里去写,本人试了下,还是会出现的。。。。。最后本人找到了一种另类的方法,把原先的aspx后台类名更改,假如是:...
分类:Web程序   时间:2014-05-09 10:36:34    阅读次数:362
有空研究一下 superwebsocket (底层是 supersocket) 用来实现 web聊天什么的
参考:http://superwebsocket.codeplex.com/ 一个老外写的 asp.net 下socket的多钟方案推荐 :http://www.codeproject.com/Articles/733297/WebSocket-libraries-comparison 官方网站: ...
分类:Web程序   时间:2014-05-09 05:15:56    阅读次数:459
Android运行时异常“Binary XML file line # : Error inflating class”
在原生Android下编译APK,编译没有问题,但是在运行的时候经常出现如标题所描述的异常,然后整个程序Crash掉...... 我遇到该问题常常都是因为修改了资源文件所引起,大致有以下几种方式来解决: 1.引用类名问题:自定义了一个View,将他用于布局文件中,假设他的包名叫MyPackage,类...
分类:移动开发   时间:2014-05-09 04:32:33    阅读次数:347
NSString json 车NSDictionary
NSData *jsonContent = [[userInfo objectForKey:@"acme"] dataUsingEncoding:NSUTF8StringEncoding]; NSDictionary * jsonDic = nil; NSError *error...
分类:Web程序   时间:2014-05-09 04:26:15    阅读次数:361
ubuntu12.04 安装nginx+php+mysql (lnmp)的web服务器环境
1、Ubuntu12.04 安装nginx+php+mysql (lnmp)的web服务器环境http://blog.db89.org/ubuntu12-04-install-nginx-php-mysql-lnmp-of-the-web-server-environment/2、Ubuntu 12...
分类:数据库   时间:2014-05-09 03:57:10    阅读次数:308
goaccess生成nginx每日访问纪录
使用php写的,方便点 $LOG"; `$cmd`; _debug($cmd); // 再使用goaccess生成网页 $cmd = "/usr/local/bin/goaccess -f $LOG -a > /yfdata/mobile/$HTML"; `$cmd`;...
分类:数据库   时间:2014-05-09 02:56:20    阅读次数:371
Ubuntu安装NRPE(Nagios插件)报:Cannot find ssl headers解决方法!
Linux系统:Ubuntu12.04NagiosLinux客户端需要安装NRPE进行数据收集,如果在Ubuntu系统下安装过程中遇到下面的错误提示:checkingforSSLlibraries...configure:error:Cannotfindssllibraries那么可能是缺少sudoapt-getinstallopensslsudoapt-getinstalllibssl-dev如果nrpe-2.15..
分类:移动开发   时间:2014-05-08 17:02:07    阅读次数:404
安装Symantec Backup Exec报“microsoft visual C++ 2005 SP1 command line syntax error.”
OS:WindowsServer2008R2standard报错如下所示:解决方法:由于安装源的文件夹目录为中文,更改其目录为英文后安装测试正常。参考:http://zhidao.baidu.com/question/176383841.html?qbl=relate_question_0
分类:编程语言   时间:2014-05-08 16:51:29    阅读次数:302
nginx配置403错误页面
建立403error页面,403.html<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Error403</title></head><body><b><fontsize=5>S..
分类:其他好文   时间:2014-05-08 16:42:09    阅读次数:541
Linux常用
使用shell判断系统时区if[[!`grep-aCST-8/etc/localtime`]];then rm-rf/etc/localtime ln-s/usr/share/zoneinfo/Asia/Shanghai/etc/localtime fiNginx日志切割脚本#!/bin/bash logs_path="/alidata/server/log/nginx/" mv${logs_path}access.log${logs_path}access_$(date-d"ye..
分类:系统相关   时间:2014-05-08 16:41:18    阅读次数:403
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!