码迷,mamicode.com
首页 >  
搜索关键字:file which whereis find stat locate    ( 98661个结果
LeetCode3:Longest Substring Without Repeating Characters
题目: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:其他好文   时间:2014-04-30 21:15:32    阅读次数:511
关于 aps.net<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 的认识
1.page language="c#"//语言c#;2.AutoEventWireup="true" /自动关联处理函数;3.CodeFile="Default.aspx.cs"//关联文件;4.Inherits="_Default" //继承于_Default;3、4 表示aspx其实继承于cs...
分类:Web程序   时间:2014-04-30 21:08:46    阅读次数:550
python文件操作
1.文件的基本操作1.1文件的打开或创建文件的打开或创建可以使用内置函数file(别名open)。函数声明如下:file(name[,mode[,buffering]])->fileobject或open(name[,mode[,buffering]])->fileobject其中,name表示被打...
分类:编程语言   时间:2014-04-30 19:48:22    阅读次数:517
java 文件加密解密
1 package com.test; 2 3 import java.io.File; 4 import java.io.FileInputStream; 5 import java.io.FileOutputStream; 6 import java.io.InputStream...
分类:编程语言   时间:2014-04-29 11:35:47    阅读次数:520
FileWriter细节
创建FileWriter对象时的细节 有可能会产生编译时异常IOException和运行时异常FileNotFoundException 使用构造方法FileWriter(String fileName)或FileWriter(File file)创建FileWriter对象时 指定文件不存在 --...
分类:其他好文   时间:2014-04-29 11:27:46    阅读次数:646
sphinx 超好资料
http://www.ttlsa.com/?s=sphinx
分类:其他好文   时间:2014-04-29 10:42:47    阅读次数:229
UIImage的两种加载方式
1.有缓存:读取后放入缓存中下次可直接读取,适用于图片较少且频繁使用。[UIImage imageNamed:@"文件名"];2.无缓存:用完就释放掉,参数传的是全路径,适用于图片较多的情况下。[UIImage alloc] initWithContentsOfFile:@"文件全路径"];
分类:其他好文   时间:2014-04-29 10:41:47    阅读次数:275
LeetCode2:Median of Two Sorted Arrays
题目: There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should...
分类:其他好文   时间:2014-04-29 10:32:46    阅读次数:359
.net List<T>
List的几个方法List=>List.Find()List.FindAll()List.Contains() List.ForEach()List.ConvertAll() 1. 先比较Find()跟FindAll()。 这个两个函数都是 遍历List的集合,只是 区别在于FindAll()返回的...
分类:Web程序   时间:2014-04-29 10:32:46    阅读次数:443
ubuntu cscope
add the following text to .vimrc or .gvimrc: if has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add any database in cur...
分类:其他好文   时间:2014-04-29 10:27:46    阅读次数:398
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!