码迷,mamicode.com
首页 >  
搜索关键字:software defined    ( 9513个结果
Perl 数组 交集,补集,并集
my @a=("a","b","c","d","e");my @b=("b","g","f","e");my %a=map{$_=>1} @a;my %b=map{$_=>1} @b;# 交集@A = grep( $a{$_}, @b ) ;# 补集@B1=grep(!defined $a{$_},...
分类:其他好文   时间:2014-05-26 08:02:22    阅读次数:269
MyEclipse下如何安装svn插件
方法一:在线安装1.打开HELP->MyEclipse Configuration 不过多数情况下再myeclipse实现不了 Center。切换到SoftWare标签页。2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigr...
分类:系统相关   时间:2014-05-26 07:55:43    阅读次数:420
centos 6.5 LAMP
貌似靠谱(主要centos默认有httpd,是否需要将其remove然后再安装啊,我采用到方法是没有安装,直接用的默认的),大致就是这个样子吧----zzLAMP is a combination of operating system and open-source software stack....
分类:其他好文   时间:2014-05-26 02:43:43    阅读次数:321
Android 系统架构
先看图: The above figure shows the diagram of Android Architecture. The Android OS can be referred to as a software stack of different layers, where eac....
分类:移动开发   时间:2014-05-26 00:59:10    阅读次数:412
我的原创软件(持续更新) My Original Software[Continuously updated]
-好软件的定义就是它的体积不大不小,功能不多不少,一切都是那么的恰到好处。 -Good software is neither too big nor too small,neither too Complex nor too Simple,everything is so right. +点击.....
分类:其他好文   时间:2014-05-26 00:54:15    阅读次数:254
PHP ----学习笔记(一)
什么是PHP: PHP指PHP:超文本预处理器(译者注:PHP:Hypertext Preprocessor,递归命名) PHP是一种服务器端的脚本语言,类似ASP PHP脚本在服务器上执行 PHP支持很多数据库 PHP是一个开源的软件(open source software,OSS)什...
分类:Web程序   时间:2014-05-26 00:01:16    阅读次数:424
LeetCode: Length of Last Word [057]
【题目】 Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word does not exist, return 0. Note: A word is defined as a character sequence consists of non-space ...
分类:其他好文   时间:2014-05-25 07:39:05    阅读次数:256
SharePoint2010 安装时报“未能启动数据库服务 MSSQL$Sharepoint"解决办法
对于已经安装sql server 的情况今天装SharePointFoundation遇到“未能启动数据库服务 MSSQL$Sharepoint”搜了下有如下解决办法“HKLM_Local_Machine/Software/Microsoft/Shared Tools/Web ServerExten...
分类:数据库   时间:2014-05-25 03:19:48    阅读次数:324
lamp diagram
quoted from http://en.wikipedia.org/wiki/File:LAMP_software_bundle.svg
分类:其他好文   时间:2014-05-24 12:44:54    阅读次数:278
Kyoto Cabinet(DBM) + Kyoto Tycoon(网络层)
一. 安装 前注:没使用最新版本,因为最新版本似乎存在环境依赖的bug,编译N多错误,很难通过。 (1)安装kyotocabinet mkdir -p /data0/software/ cd /data0/software/ wget http://fallabs.com/kyotocabinet/...
分类:数据库   时间:2014-05-24 09:06:11    阅读次数:472
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!