码迷,mamicode.com
首页 >  
搜索关键字:org    ( 61976个结果
ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.
有时候,我们需要单独安装nginx,来处理大量的下载请求。单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法:wgethttp://nginx.org/download/nginx-0.8.33.tar.gztar-zxvfnginx-0.8.33.tar.gz...
分类:其他好文   时间:2014-06-09 21:05:27    阅读次数:312
BX2001: IE 支持使用 window.clipboardData 访问系统剪贴板,Chrome 和 Safari 中存在类似的 Clipboard 对象但尚未实现,Firefox 和 Opera 不支持这类对象
http://www.w3help.org/zh-cn/causes/BX2001标准参考无问题描述IE 支持使用 window.clipboardData 对象内的一系列方法访问系统剪贴板;Chrome 和 Safari 中存在类似的 Clipboard 对象,且有与 IE 中类似的方法,但其功能...
分类:Windows程序   时间:2014-06-09 20:56:49    阅读次数:513
使用ssh和putty操控远程的linux server
windows下没有openssh,今天这里使用openssh-server作为server,windows下使用putty作为client, putty主要流程分以下几步: step 1: 下载putty,url--->http://www.chiark.greenend.org.uk/~...
分类:系统相关   时间:2014-06-09 20:51:22    阅读次数:370
Could not open Hibernate Session for transaction;
javax.servlet.ServletException: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; n....
分类:系统相关   时间:2014-06-09 15:53:41    阅读次数:432
Centos 基础开发环境搭建之Maven私服nexus
1、 软件a) 下载Nexus 地址:http://www.sonatype.org/downloads/nexus-2.1.2-bundle.tar.gzb) 如无特殊说明,本文档操作用户为nexusc) nexus默认的管理员用户名密码是:admin/admin1232、 安装a) 解压1 $....
分类:其他好文   时间:2014-06-09 15:20:30    阅读次数:289
poj 1095 Trees Made to Order
http://poj.org/problem?id=1095先求出n个节点数的二叉树的形态有多少种。卡特兰数f[n]=f[n-1]*(4*n-2)/(n+1);再递归求。 1 #include 2 #include 3 #include 4 #define ll long long 5 #de...
分类:其他好文   时间:2014-06-09 15:14:11    阅读次数:167
Linux 安装配置maven3.0 以及搭建nexus私服
一、软件准备 1、apache-maven-3.0-bin.tar.gz 下载地址:http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0-bin.tar.gz 2、nexus-oss-webapp-1.8.0-bun...
分类:系统相关   时间:2014-06-09 15:13:34    阅读次数:377
STM in Clojure
Transactional memory in Clojure is implemented using Multiversion Concurrency Control protocolhttp://en.wikipedia.org/wiki/Transactional_memoryhttp:/....
分类:其他好文   时间:2014-06-09 15:02:02    阅读次数:199
cocos2d-x CCClippingNode 专题
1.CCClippingNode在部分android上不起作用需要修改src\org\cocos2dx\lib\Cocos2dxGLSurfaceView.java//frompublic Cocos2dxGLSurfaceView onCreateView() { return new Coco....
分类:其他好文   时间:2014-06-09 14:21:55    阅读次数:288
32个最热CPLD-FPGA论坛
转载自:http://emuch.net/html/200608/298183.html1. OPENCORES.ORG这里提供非常多,非常好的PLD了内核,8051内核就可以在里面找到。进入后,选择project或者由http//www.opencores.org/browse.cgi/by_ca...
分类:其他好文   时间:2014-06-09 14:14:35    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!