码迷,mamicode.com
首页 >  
搜索关键字:common subsequence    ( 10147个结果
Longest Common Prefix
题目 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
异常记录(写txt日志文件)
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
UML的基本图(一)
?? 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
UML的通用机制(三)
?? 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
NOJ1056地道——最小生成树+贪心算法
地道 Time Limit(Common/Java):1000MS/3000MS          Memory Limit:65536KByte Total Submit:289            Accepted:60 Description 话说南京的城市规划一般一般,各个大学分布极不合理,难于沟通。 我们夜猫族打算用一种常人难以想象的方式建立大学通道:用地道使...
分类:其他好文   时间:2014-06-16 23:04:13    阅读次数:303
samba服务器的搭建
工作组为Tarena将目录/usr/src共享给所有人共享名设为tools允许所有人访问、无需密码验证访问权限为只读1、安装软件包[root@localhost~]#rpm-qsamba-clientsambasamba-common//查看软件是否安装packagesamba-clientisnotinstalledpackagesambaisnotinstalledpackagesamba-commo..
分类:其他好文   时间:2014-06-16 18:30:07    阅读次数:211
初学linux网络服务之samba服务实验
实验拓扑: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
SQL Common Sense 碎片一
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
Ubuntu 12.04, 14.04 安装 oracle java
第一步:如果系统中已安装了open java,需要清理, 反之 略过此过程 sudo apt-get purge openjdk*第二步: 安装 sudo apt-get install software-properties-common第三步: 添加信任的软件源: sudo add-apt...
分类:数据库   时间:2014-06-14 16:48:38    阅读次数:216
调用CachedRowSetImpl类时,为什么会出现这种错误
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!