码迷,mamicode.com
首页 >  
搜索关键字:nginx fastcgi错误primary script unknown解决办法    ( 48090个结果
nginx+awstats安装过程
awstats来来回回也装了好多遍了,每次都是现装现查,隐约的记得整个配置比较麻烦,中间有几个需要特别注意的地方,又记不得那些需要特殊对待,只能边找资料边回忆,最终还是搞出来了,在此分享给大家。首先去官网下载最新的安装包。wget http://jaist.dl.sourceforge.net/pr...
分类:其他好文   时间:2014-07-22 00:34:37    阅读次数:305
【Nginx】I/O多路转接之select、poll、epoll
从socket中读取数据可以使用如下的代码: while( (n = read(socketfd, buf, BUFSIZE) ) >0) if( write(STDOUT_FILENO, buf, n) = n) { printf(“write error”); exit(1); }当代码中的so...
分类:其他好文   时间:2014-07-22 00:26:33    阅读次数:267
JS nodeJs 的日期计算
date-utils 前端引用 <script?type="text/javascript"?src="date-utils.min.js"></script> 下载传送门,猛击我 NODEJS服务端项目调用 $?cnpm?install?date-utils require(‘date-utils‘); nodejs版本要求>0.6 ...
分类:Web程序   时间:2014-07-21 23:31:04    阅读次数:395
2014年最流行的10种程序语言
2014年最流行的10种程序语言 排名前十位最流行的程序语言依次分别是:Java,C,C++,C#,Python,Java script,Php,Ruby,Sql,Matlab。...
分类:其他好文   时间:2014-07-21 23:29:40    阅读次数:317
HTML5中canvas元素,绘制圆形
HTML5中canvas元素,绘制圆形需要使用路径,开始时要取得图形上下文,首先使用路径来勾勒图形的轮廓,然后设置颜色,进行绘制。<!DOCTYPEhtml> <head> <metacharset="UTF-8"/> <script> functiondraw(id){ varcanvas=document.getElementById(id); if(..
分类:Web程序   时间:2014-07-21 19:22:22    阅读次数:304
pythonxml-rpc记录(游戏自动发布)
#!/usr/bin/python#-*-encoding=utf-8-*-####################################fromSimpleXMLRPCServerimportSimpleXMLRPCServerfromSocketServerimportThreadingMixInimportsubprocess,os.path,os,statimportre,getopt,sysERR_INSECURE=‘[INSECURE_NAME]‘ERR_NO_SCRIPT=‘[NO_S..
分类:编程语言   时间:2014-07-21 15:26:17    阅读次数:300
svn hooks的post-commit(游戏自动发布)
#!/bin/sh#POST-COMMITHOOK##Thepost-commithookisinvokedafteracommit.Subversionruns#thishookbyinvokingaprogram(script,executable,binary,etc.)#named‘post-commit‘(forwhichthisfileisatemplate)withthe#followingorderedarguments:##[1]REPOS-PATH(thepathtothisreposit..
分类:其他好文   时间:2014-07-21 15:25:17    阅读次数:284
数据同步存储过程
USE [TKPOS_WuJing]GO/****** Object: StoredProcedure [dbo].[sp_get_saleData] Script Date: 07/21/2014 11:20:54 ******/SET ANSI_NULLS ONGOSET QUOTED_...
分类:其他好文   时间:2014-07-21 14:35:53    阅读次数:238
loadrunner SQL2008
1. 下载 JDBC 驱动(sqljdbc4.jar)2. 在 run-time setting 下的 classpath 把 JDBC 驱动引入 1 /* 2 * LoadRunner Java script. (Build: _build_number_) 3 * 4 * Script ...
分类:数据库   时间:2014-07-21 14:20:46    阅读次数:269
nginx之ngx_strlow函数参数思考
简约不简单的ngx_strlow() 函数,不错的形参设计方式。 1.如果本人设计ngx_strlow()函数会怎么写? 2.ngx_strlow函数形参相比本人的 写法有什么优势? A1.本人写法如下 #define?my_tolower(c)?(char)(((c)?>=?...
分类:其他好文   时间:2014-07-21 13:28:20    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!