码迷,mamicode.com
首页 >  
搜索关键字:centos release 6.4 (final) 安装svn    ( 49572个结果
Linux + Mono 目前已经支持Entity Framework 6.1
在上个随笔 CentOS上 Mono3.2.8运行ASP.NET MVC4经验中,步骤2中要求卸载EF 5.0,这样才能在Linux + Mono的环境中运行ASP.NET MVC4的Web应用。今天,没有卸载EF 5.0的情况下,使用NuGet新安装了EF 6.1.0,如下图(使用VS012英文版...
分类:系统相关   时间:2014-04-29 19:36:15    阅读次数:735
Hadoop 2.x 重新编译
本文记录Hadoop 2.x在Linux x64下重新编译的过程。环境:Centos 6.5 x64 &Hadoop 2.2一、安装编译包yum install svnyum install autoconfautomake libtool cmakeyum install ncurses-deve...
分类:其他好文   时间:2014-04-29 19:19:52    阅读次数:451
我的第一个Linux 驱动模块编程实验
2014.04.28module 首测1)环境:Centos release 6.5 (Final) kernel: 2.6.32-358.23.2.e16.centos.plus.i6862)源文件及Makefile源文件:是一个入门的Hello.c文件,网上到处可以找得到。Makefile...
分类:系统相关   时间:2014-04-29 17:25:50    阅读次数:634
PHP 单例
1 sign=mt_rand(1,100000);12 }13 14 final protected function __clone(){15 16 }17 18 protected static function getIns(){19 if(!...
分类:Web程序   时间:2014-04-29 16:30:19    阅读次数:415
1、下载cas的cas-web
1、下载cas的cas-web.war包,并把他放在tomcat 的webapps下面;D:\huan\lifeRayWithCas\cas-server-3.5.0-release\cas-server-3.5.0\modules\cas-server-webapp-3.5.0.war2、编辑to...
分类:Web程序   时间:2014-04-29 16:12:53    阅读次数:652
第二条 遇到多个构造器参数时,要考虑用构建器
静态工厂和构造器都有个共同的局限性,就是它们都不能够很好的扩展到大量的可选参数。如:public class NutritionFacts{ private final int servingSize; private final int servings; privat...
分类:其他好文   时间:2014-04-29 15:31:47    阅读次数:371
生产环境中的PHP WEB 简单架构
使用三台虚拟机器, Ubuntu1(nginx) 192.168.226.128 Ubuntu2(php-fpm+memcached)192.168.226.132 CentOS(MySQL)192.169.226.130PHP 框架使用CakePHP,这个是很常用的MVC 框架,基于事件的分...
分类:Web程序   时间:2014-04-29 15:24:41    阅读次数:477
java连接mysql
1.下载jar包 网址:http://dev.mysql.com/downloads/ -->点击:"MySQL Connector/J 5.1 — Generally Available (GA) release (recommended)" -->点击:(mysql-connector-java...
分类:数据库   时间:2014-04-29 13:33:48    阅读次数:611
eclipse 3.7 配置svn
1、首先需要安装SVN客户端TortoisSVN。地址:http://tortoisesvn.net/2、eclipse低版本的需要安装Subversive Revision Graph,地址:http://download.eclipse.org/tools/gef/updates-pre-3_8...
分类:系统相关   时间:2014-04-29 10:14:46    阅读次数:580
13 BroadcastReceiver
复写BroadcastReceiver中的onReceive()方法。intent-filter过滤器: 发送intentprotected static final String ACTION = "com.szy.broadcast.ACTI...
分类:其他好文   时间:2014-04-29 09:24:46    阅读次数:357
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!