码迷,mamicode.com
首页 >  
搜索关键字:file system check    ( 106627个结果
文件管理器浏览APK显示其缩略图
mediatek/packages/apps/FileManager/src/com/mediatek/filemanager/IconManager.java文件中添加如下方法//get the icon of the file public Drawable getFileIcon1(File....
分类:其他好文   时间:2014-05-08 22:13:50    阅读次数:365
win7 64位装sql2000
1、运行不了安装程序右击安装exe文件->属性->兼容性->以xp sp3兼容和管理员身份2、安装过程中提示“被挂起”的故障解决:打开注册表编辑器,在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager中找到Pendin...
分类:数据库   时间:2014-05-08 20:39:41    阅读次数:340
C# Copy 文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace DirectoryCopy...
分类:其他好文   时间:2014-05-08 20:30:59    阅读次数:381
C# 访问一个页面,并根据该页面上的a标签递归访问每个页面
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Net;using ...
分类:其他好文   时间:2014-05-08 20:30:34    阅读次数:389
批处理脚本的一些规则
1. Rem "parameters: 1 ebank/emas 2 simulation/real 3 path of the wp file "Rem表示将在控制台打印的注释,::后为不会打印的注释。2. if "%1"=="ebank" (set app=ebank&&set port=400...
分类:其他好文   时间:2014-05-08 20:29:02    阅读次数:248
Java宝典(二)
--String s = "a" + "b" + "c" + "d"; 一共创建了多少个对象?--对于如下代码:String s1 = "a";String s2 = s1 + "b";String s3 = "a" + "b";System.out.println(s2 == "ab"); // ...
分类:编程语言   时间:2014-05-08 20:27:38    阅读次数:326
iOS 打电话 发短信(转载)
官方代码发短息和邮件添加MessageUI.framework 库发送信息- (IBAction)showSMSPicker:(id)sender{ // You must check that the current device can send SMS messages before you ...
分类:移动开发   时间:2014-05-08 20:26:04    阅读次数:500
ios registerNib: and registerClass:
先看看apple官网简述:registerNib:forCellWithReuseIdentifier:Register a nib file for use in creating new collection view cells.- (void)registerNib:(UINib *)nib...
分类:移动开发   时间:2014-05-08 20:17:35    阅读次数:752
Cadence学习笔记之新建工程
一、打开Cadence 弹出如下对话框二、选择 orCAD Capture CIS OK!进入cadence原理图界面。。。。。。三、首先我们要建一个工程文件 File -> New -> Project 然后弹出如下对话框四、在name栏中填写工程名,在location中选择工程保存的路径,点击O...
分类:其他好文   时间:2014-05-08 20:16:08    阅读次数:471
TortoiseSVN里checkout depth各选项的含义
代表四种检出深度: 1、Fully recursive——全递归:检出完整的目录树,包含所有的文件或子目录。2、Immediate children,including folders——直接子节点,包含文件夹:检出目录,包含其中的文件或子目录,但是不递归展开子目录。3、Only file chli...
分类:其他好文   时间:2014-05-08 20:08:29    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!