码迷,mamicode.com
首页 >  
搜索关键字:file system    ( 97928个结果
批处理脚本的一些规则
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
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
使用Telerik StyleMananger 改变Silverlight Button样式
Telerik 支持更改以下控件样式 System.Windows.Button System.Windows.ScrollViewer System.Windows.CheckBox System.Windows.TextBox System.Windows.RadioButton Sy...
分类:Web程序   时间:2014-05-07 20:10:14    阅读次数:428
第一个JAVA程序
1:打开"记事本",输入这段代码 (注意大小写)class HelloWorld { public static void main(String args[]) { System.out.println("Hello World"); } } 2:以 He...
分类:编程语言   时间:2014-05-07 19:43:54    阅读次数:367
SqlCommand.ExecuteScalar 方法
本文来自:http://msdn.microsoft.com/zh-cn/library/system.data.sqlclient.sqlcommand.executescalar(v=vs.100).aspx执行查询,并返回查询所返回的结果集中第一行的第一列。忽略其他列或行。命名空间:Syste...
分类:数据库   时间:2014-05-07 19:18:11    阅读次数:665
error opening trace file: No such file or directory (2)错误解决方法
在练习项目的时候报错 error opening trace file: No such file or directory (2)字面意思是找不到文件,实际上也就是找不到文件,查了其他人的解决方法后还是没解决.突然想到新版本的创建布局文件的时候都有两个一个是文件名命名的xml布局文件另一个是,如....
分类:其他好文   时间:2014-05-07 19:17:34    阅读次数:429
XmlSerialization 序列化与反序列化
using System;using System.Collections;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Task...
分类:其他好文   时间:2014-05-07 19:10:55    阅读次数:387
php ZIP压缩类实例分享
php ZIP压缩类实例分享Zip($zipfiles, $zipfile); //添加文件列表 PHP的ZIP压缩类: GetFileList($dir);} if ((!empty($dir))&&(!is_array($dir))&&(file_exists($dir))) chdir($d....
分类:Web程序   时间:2014-05-07 18:43:40    阅读次数:556
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!