码迷,mamicode.com
首页 >  
搜索关键字:common substrings    ( 9647个结果
Google Guava简介
Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库,例如:集合(collections)、缓存(caching)、原生类型支持(primitives support)、并发库 (concurrency libraries)、通用注解(common annotations)、字符...
分类:其他好文   时间:2014-06-06 21:48:27    阅读次数:232
linux服务器搭建---samba
文件共享:FTP不能在线编辑 -> NFS不能跨平台 --> Samba linux --NFS -- network file system window --CIFS -- Common Internet File System 网络邻居1991.Andrew Tridgell -- > SMB...
分类:系统相关   时间:2014-06-06 15:59:45    阅读次数:332
ACM-简单题之Least Common Multiple——hdu1019
ACM 简单题 Least Common Multiple hdu1019 最小公倍数...
分类:其他好文   时间:2014-06-05 11:10:22    阅读次数:268
解决ccSvcHst.exe CPU占用超50%的问题,及其缘由
无意中发现任务管理器中一个非常奇特的进程,迅速吃掉了我50%的cpu资源,并且是持续性的,于是上google一番查找,终于有了新的发现。 非常多问答产品所有都是清一色的错误解决方式:正常情况下,系统中应该有两个ccsvchst进程。路径为X:/progamme files/common files....
分类:其他好文   时间:2014-06-04 17:17:51    阅读次数:169
Selenium错误:selenium.common.exceptions.WebDriverException: Message: "Can't load the profile.
错误描述:在python代码中通过selenium来初始化一个firefox浏览器失败,看了下selenium的版本是2.35,然后用firefox --version看了下是28.0,firefox好像不听话自动升级了导致了旧版selenium不支持。 Traceback (most recent call last):   File "C:\Python27\erSiteCompare.p...
分类:Web程序   时间:2014-06-02 22:31:07    阅读次数:611
VS2012 VS2010 VTK引入设置
1、C/C++ ---> 附加包含的目录F:/VTK61/VTK-6.1.0/SLN/Filters/Sources F:/VTK61/VTK-6.1.0/VTK-6.1.0/Filters/Sources F:/VTK61/VTK-6.1.0/SLN/Common/ComputationalGeo...
分类:其他好文   时间:2014-06-02 09:42:05    阅读次数:245
在Eclipse中编写servlet时出现"The import javax.servlet cannot be resolved" 问题解决办法
方法1:在Eclipse中,右击项目,选择Java Build Path->Libraries->Add External JARs,找到你计算机中tomcat的安装路径,在common\lib文件夹下选中"servlet-api.jar",添加点击“确定”,ok!方法2:把servlet-api....
分类:编程语言   时间:2014-06-02 01:44:50    阅读次数:349
poj_1458_二维DP(LCS)
Common SubsequenceTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 36542Accepted: 14596DescriptionA subsequence of a given...
分类:其他好文   时间:2014-06-02 00:29:28    阅读次数:247
LeetCode: Scramble String [87]
【题目】 Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possible representation of s1 = "great": great / gr eat / \ / g r e at / ...
分类:其他好文   时间:2014-06-01 09:41:05    阅读次数:196
Yet Another 10 Common Mistakes Java Developers Make When Writing SQL (You Won’t BELIEVE the Last One)--reference
(Sorry for that click-bait heading. Couldn’t resist ;-) )We’re on a mission. To teach you SQL. But mostly, we want to teach you how to appreciate SQL....
分类:数据库   时间:2014-05-31 17:00:45    阅读次数:1397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!