码迷,mamicode.com
首页 >  
搜索关键字:local profixed index    ( 57975个结果
yui datatable动态修改行号
相关函数getRecord :YAHOO.widget.Record getRecord ( row )For the given identifier, returns the associated Record instance.传入RecordSet position Index或者Recod...
分类:其他好文   时间:2014-05-24 06:23:14    阅读次数:323
归并排序
归并排序#define LOCAL#include#include //生成随机数c++11支持 #include #include #includeusing namespace std;int const MAX_N=10;int a[MAX_N],b[MAX_N],c[2*MAX_N];//归...
分类:其他好文   时间:2014-05-24 06:01:45    阅读次数:354
更改nginx默认的网页目录
默认网站根目录为/usr/local/nginx/html,要将它改成/homw/wwwvi /usr/local/nginx/conf/nginx.conf将其中的 location / { root html; index index.php index.html i...
分类:Web程序   时间:2014-05-24 04:58:02    阅读次数:229
Nginx 配置说明
Nginx支持伪静态(在 nginx.conf 中 修改如下)参考链接location / { index index.html index.php; if (-d $request_filename){ rewrite ^/(.*)([^/...
分类:其他好文   时间:2014-05-24 03:02:12    阅读次数:266
Mvc中域的添加和不同域之间的跳转
一、在新添加的域中中的AreaRegistration中作如下设置:二、在原来的Global.asax中设置:三、不同域之间的跳转@Url.Action("Index", "Imageselect", new { Area = "" })为空表示跳转到原来的域。
分类:Web程序   时间:2014-05-24 02:53:56    阅读次数:332
dotproject 2.1.8 甘特图中文乱码解决
1.安装中文语言包下载地址为http://www.dotproject.net/dpDownloads/Language_Packs/Chinese_Simplified_(GBK)/dotproject-zh-pack-2.1.1-by-hutuworm2.tar.gz解压放至local下然后系统...
分类:其他好文   时间:2014-05-24 01:57:30    阅读次数:831
NDK 提示"undefined reference to xxx“的解决办法
在Android.mk文件的LOCAL_SRC_FILES后面加入包含该类或函数的文件,用\隔开,\后换行继续添加例如LOCAL_SRC_FILES := NDKTest.cpp\bncore.c\bn_error.c\bn_fast_mp_invmod.c\bn_fast_mp_montgomer...
分类:其他好文   时间:2014-05-24 01:30:48    阅读次数:1159
js 删除
/**方法:Array.remove(dx)*功能:根据元素值删除数组元素.*参数:元素值*返回:在原数组上修改数组*作者:pxp*/Array.prototype.indexOf=function(val){for(vari=0;i-1){this.splice(index,1);}};/**方法...
分类:Web程序   时间:2014-05-24 00:22:05    阅读次数:308
centos-nginx添加模块(无需重新编译)
$ wget http://nginx.org/download/nginx-1.3.2.tar.gz$ tar xvzf nginx-1.3.2.tar.gz#查看ngixn版本极其编译参数 $ /usr/local/nginx/sbin/nginx -Vnginx version: nginx/...
分类:其他好文   时间:2014-05-24 00:01:29    阅读次数:269
小白书关于动态规划
10192 最长公共子序列 http://uva.onlinejudge.org/index.php?option=com_onlinejudge& Itemid=8&page=show_problem&category=114&problem=1133&mosmsg= Submission...
分类:其他好文   时间:2014-05-23 22:30:07    阅读次数:528
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!