码迷,mamicode.com
首页 >  
搜索关键字:cache file failed crc check    ( 74831个结果
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
DataTable - Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints
solution1.Tick the primary key 1.right click on the Id of the entity in dataset schema. 2.Edit Key 3.Tick the Primary Key
分类:其他好文   时间:2014-05-07 19:18:56    阅读次数:362
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
jquery .ajax
view: $(document).ready(function() { var ss="asdff"; $(".check").click(function(){ alert("OK"); $.ajax({ ...
分类:Web程序   时间:2014-05-07 19:09:38    阅读次数:349
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
vim打开多个文件方式及操作
格式如下:#vim file*.txt 或者 #vim file file2 file3查看当前编程的是那个文件,在冒号命令行下:args 命令,类似:file [file2],以中括号里面为当前编辑的文件 ;:next 转到下一个文件可以简写:n ;:prev 转到上一个文件,简写无效;:last...
分类:其他好文   时间:2014-05-07 18:39:54    阅读次数:233
XML
xml(可扩展的标记语言)w3c组织用XML的来描述有如下特征:1:自描述性2:现在可以跨操作系统平台,跨编程语言。3:保留了面向对象编程的层次性语法:序言+文档元素 序言(1:xml声明必须写的,2:处理指令 3:文档类型定义 4:注释) 文档元素(属性,元素,...
分类:其他好文   时间:2014-05-07 17:49:24    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!