码迷,mamicode.com
首页 >  
搜索关键字:file which whereis find stat locate    ( 98661个结果
asp.net html table to DataTable
添加引用http://htmlagilitypack.codeplex.com/downloads/get/437941protected void Export(string content,string file) { HtmlDocument doc = new HtmlD...
分类:Web程序   时间:2014-07-22 23:17:32    阅读次数:426
openfire插件开发环境
创建java工程SamplePlugin:package com.hoo.server.plugin;import java.io.File;import org.jivesoftware.openfire.XMPPServer;import org.jivesoftware.openfire.co...
分类:其他好文   时间:2014-07-22 23:17:14    阅读次数:478
webdriver 的CSV数据驱动
1.获取CSV数据内容public static Object[][] getFromCSV(String filename) { if (!(new File(filename)).exists()){ return null; } Object[][] content; CSVReader r....
分类:Web程序   时间:2014-07-22 23:16:34    阅读次数:467
java 抓取网页图片
import java.io.File;import java.io.FileOutputStream;import java.io.InputStream;import java.io.OutputStream;import java.net.HttpURLConnection;import ja...
分类:编程语言   时间:2014-07-22 23:16:33    阅读次数:616
[Leetcode] Longest Consecutive Sequence
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The longest ...
分类:其他好文   时间:2014-07-22 23:16:14    阅读次数:408
读取csv文件,写入oracle数据库
/* * @(#)DataParse.java 2014年4月28日 */package com.yihaodian.sa.doData;import java.io.BufferedReader;import java.io.File;import java.io.FileNotFoundExce...
分类:数据库   时间:2014-07-22 23:15:56    阅读次数:635
XML 存储文档
package com.kpsh.myself;import java.io.File;import java.io.FileWriter;import org.dom4j.Document;import org.dom4j.DocumentHelper;import org.dom4j.Eleme...
分类:其他好文   时间:2014-07-22 23:15:52    阅读次数:301
java XML解析
package com.kpsh.myself;import java.io.File;import java.io.FileInputStream;import java.util.List;import javax.xml.parsers.DocumentBuilder;import javax...
分类:编程语言   时间:2014-07-22 23:15:39    阅读次数:320
python运算符重载2
1、重载构造函数和减法运算__init__,__sub__ #file number.py class Number: def __init__(self,data): self.data = data def __sub__(self,other): return Number(se...
分类:编程语言   时间:2014-07-22 23:15:36    阅读次数:510
six solutions to a single symmetrical problem
Problem description:given a string, find the longest palindrome string in itSolution:1.brute force O(n^3)just enumerate start and end of the substring...
分类:其他好文   时间:2014-04-29 17:22:46    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!