码迷,mamicode.com
首页 >  
搜索关键字:common subsequence    ( 10147个结果
[_CN] Eclipse精要与高级开发技术 note
一eclipse是基于java的 ide ,但根据其体系结构,开发插件,也可拓展到其他语言———————— 尽管如此,但还是很少听说用eclipse来写php或者c的跨os三个项目:eclipse项目、eclipse工具项目、eclipse技术项目、———— 都是基于cpl common publi...
分类:系统相关   时间:2014-09-21 19:53:01    阅读次数:348
Spark1.1.0 Actions
Actions The following table lists some of the common actions supported by Spark. Refer to the RDD API doc (Scala, Java, Python) and pair RDD functions doc (Scala, Java) for details. Ac...
分类:其他好文   时间:2014-09-21 03:39:19    阅读次数:279
Spark1.1.0 Transformations
Transformations The following table lists some of the common transformations supported by Spark. Refer to the RDD API doc (Scala, Java, Python) and pair RDD functions doc (Scala, Java) for deta...
分类:其他好文   时间:2014-09-21 03:05:49    阅读次数:305
关于ServletFileUpload中parseRequest(request)返回的list<FileItem>为空的问题
问题的所在就是,common-fileupload 和common-io.jar这两个包都要上。开始我以为写代码所用到的类都没用到io包上的类就没上io包,后来才发现这才是出问题的地方!我想应该是upload.parseRequest(request)这个方法要用到io包,只是它封装起来我们看不.....
分类:其他好文   时间:2014-09-21 01:30:29    阅读次数:222
POJ3087:Shuffle'm Up(模拟)
http://poj.org/problem?id=3087DescriptionA common pastime for poker players at a poker table is to shuffle stacks of chips. Shuffling chips is perform...
分类:其他好文   时间:2014-09-20 21:24:39    阅读次数:350
String subString方法
package 字符串2;public class TestString {public static void main(String[] args) { String str = "Returns a new character sequence that is a subsequence of...
分类:其他好文   时间:2014-09-20 17:35:59    阅读次数:182
json使用
/// /// 获取产品类型参数和收集产品信息 整合/// public void getParameter() {JavaScriptSerializer Serializer = new JavaScriptSerializer();BaseClass.Common common = new B...
分类:Web程序   时间:2014-09-20 15:22:37    阅读次数:226
samba-FTP
一、Samba基本共享1,概念实现windows与linux系统之间的共享支持打印服务使用SMB/CIFS协议2,主要软件包samba-common服务器端samba客户机端samba-client3,主要程序smbd提供对文件/打印资源的共享访问TCP139TCP445nmbd提供netbios主机名称解析UDP137UDP1384,系统服务脚本/etc/init..
分类:其他好文   时间:2014-09-19 19:32:26    阅读次数:248
类库里面添加日志记录 log4net
第一步:新建一个公共类库common,添加CustomLog4jLogger.cs 并引用log4net.dll/// /// 日志记录 /// public class CustomLog4jLogger { /// /// 日志 ...
分类:Web程序   时间:2014-09-19 16:55:35    阅读次数:229
Chapter 1 An Introduction to Java
1. Java As a Progaramming Platform2. The Java "White Paper" Buzzwords3. Java Applets and the Internet4. A Short History of Java5.Common Misconceptions...
分类:编程语言   时间:2014-09-19 13:47:25    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!