题目
Write a function to find the longest common prefix string amongst an array of strings.
方法
从第一个字符开始,判断是否相同。
public String longestCommonPrefix(String[] strs) {
if (strs ...
分类:
其他好文 时间:
2014-06-18 11:18:30
阅读次数:
205
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace WebBuild_CRM.Common{ public class Excep...
分类:
其他好文 时间:
2014-06-17 19:57:12
阅读次数:
250
??
A class diagram
shows a set of classes, interfaces, and collaborations and their relationships. These diagrams are the most common diagram found in modeling object-oriented systems. Class diagram...
分类:
其他好文 时间:
2014-06-17 19:28:33
阅读次数:
261
??
Common Divisions
In modeling object-oriented systems, the world often gets divided in several ways.
First, there is the division of class and object. A class is an abstraction; an object is one ...
分类:
其他好文 时间:
2014-06-17 16:25:38
阅读次数:
322
地道
Time Limit(Common/Java):1000MS/3000MS Memory Limit:65536KByte
Total Submit:289 Accepted:60
Description
话说南京的城市规划一般一般,各个大学分布极不合理,难于沟通。
我们夜猫族打算用一种常人难以想象的方式建立大学通道:用地道使...
分类:
其他好文 时间:
2014-06-16 23:04:13
阅读次数:
303
工作组为Tarena将目录/usr/src共享给所有人共享名设为tools允许所有人访问、无需密码验证访问权限为只读1、安装软件包[root@localhost~]#rpm-qsamba-clientsambasamba-common//查看软件是否安装packagesamba-clientisnotinstalledpackagesambaisnotinstalledpackagesamba-commo..
分类:
其他好文 时间:
2014-06-16 18:30:07
阅读次数:
211
实验拓扑:LinuxClient-----RHEL5.9(vmnet1)----------(vmnet1)Win7Client实验一:Samba匿名共享工作组为Tarena将目录/usr/src共享给所有人共享名设为tools允许所有人访问、无需密码验证访问权限为只读1、安装软件包[root@localhost~]#rpm-qsamba-clientsambasamba-common/..
分类:
系统相关 时间:
2014-06-16 16:07:19
阅读次数:
384
1.关于时间1 SELECT GETDATE()2 SELECT DATEPART(d,'2014-05-20 14:20:55.347')3 SELECT DATEDIFF(d,'2014-05-20 14:20:55.347','2014-06-20 14:20:55.347')4 SELECT...
分类:
数据库 时间:
2014-06-15 20:22:02
阅读次数:
237
第一步:如果系统中已安装了open java,需要清理, 反之 略过此过程 sudo apt-get purge openjdk*第二步: 安装 sudo apt-get install software-properties-common第三步: 添加信任的软件源: sudo add-apt...
分类:
数据库 时间:
2014-06-14 16:48:38
阅读次数:
216
Access restriction: The type CachedRowSetImpl is not accessible due to restriction on required library E:\MyEclipse10\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\rt.jar...
分类:
其他好文 时间:
2014-06-14 11:31:26
阅读次数:
195