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
方法一:在线安装1.打开HELP->MyEclipse
Configuration 不过多数情况下再myeclipse实现不了 Center。切换到SoftWare标签页。2.点击Add Site
打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigr...
分类:
系统相关 时间:
2014-05-26 07:55:43
阅读次数:
420
貌似靠谱(主要centos默认有httpd,是否需要将其remove然后再安装啊,我采用到方法是没有安装,直接用的默认的),大致就是这个样子吧----zzLAMP
is a combination of operating system and open-source software stack....
分类:
其他好文 时间:
2014-05-26 02:43:43
阅读次数:
321
先看图: 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
-好软件的定义就是它的体积不大不小,功能不多不少,一切都是那么的恰到好处。 -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:Hypertext
Preprocessor,递归命名) PHP是一种服务器端的脚本语言,类似ASP PHP脚本在服务器上执行 PHP支持很多数据库
PHP是一个开源的软件(open source software,OSS)什...
分类:
Web程序 时间:
2014-05-26 00:01:16
阅读次数:
424
【题目】
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
对于已经安装sql server
的情况今天装SharePointFoundation遇到“未能启动数据库服务
MSSQL$Sharepoint”搜了下有如下解决办法“HKLM_Local_Machine/Software/Microsoft/Shared
Tools/Web ServerExten...
分类:
数据库 时间:
2014-05-25 03:19:48
阅读次数:
324
quoted from
http://en.wikipedia.org/wiki/File:LAMP_software_bundle.svg
分类:
其他好文 时间:
2014-05-24 12:44:54
阅读次数:
278
一. 安装
前注:没使用最新版本,因为最新版本似乎存在环境依赖的bug,编译N多错误,很难通过。 (1)安装kyotocabinet mkdir -p
/data0/software/ cd /data0/software/ wget http://fallabs.com/kyotocabinet/...
分类:
数据库 时间:
2014-05-24 09:06:11
阅读次数:
472