码迷,mamicode.com
首页 >  
搜索关键字:file system check    ( 106627个结果
黑马程序员 NSString,NSMutableString
-----------黑马程序员 IOS培训、Android培训、Java培训、期待与您交流----------------#import /* NSString:不可变字符串 NSMutableString:可变字符串 URL:资源路径 协议头://路径 file://路径 ftp://路径 */...
分类:其他好文   时间:2014-05-09 10:47:28    阅读次数:337
java中static程序块和构造函数的执行情况
参考博文:http://blog.csdn.net/gxf212/article/details/3510009class Base { static int a = 1; public Base() { System.out.println(" 55555"); }...
分类:编程语言   时间:2014-05-09 10:45:09    阅读次数:309
fread读取结构体注意事项
作者 : 卿笃军函数原型size_tfread (void*buffer,size_tsize,size_tcount,FILE*stream) ;参 数buffer用于接收数据的内存地址size要读写的字节数,单位是字节count要进行读写多少个size字节的数据项,每个元素是size字节.str...
分类:其他好文   时间:2014-05-09 05:09:11    阅读次数:463
C#定时器
在Framework中存在着4种定时器:其中分为两类,多线程计时器1:System.Threading.Timer2:System.Timers.Timer特殊目的的单线程计时器:1:System.Windows.Forms.Timer(Windows Forms Timer)2:System.Wi...
分类:其他好文   时间:2014-05-09 05:00:21    阅读次数:283
TCP和UDP Client 代码
最近学习要求做网络编程,使用从网上找了一些资料,主要是网络协议的分层等通讯,你可以查看英文版的资料:CScharp网络编程英文版下面直接给出代码吧,我想一看应该就懂。TCP Client 代码:using System;using System.Collections.Generic;using S...
分类:其他好文   时间:2014-05-09 04:50:07    阅读次数:507
File类的基本操作之RandomAccessFile读取
直接贴代码了,不懂的地方留言讨论 package org.mark.randomaccessfile; import java.io.File; import java.io.FileNotFoundException; import java.io.RandomAccessFile; public class RandomAccessfileDemo2 { /** * @param...
分类:数据库   时间:2014-05-08 17:15:14    阅读次数:294
TI C66x DSP 系统events及其应用 - 4.1(Exception Combiner)
我们知道INTC根据128个system event的输入,然后输出下面的信号到INTC所在corePac的CPU: ? One maskable, hardware exception (EXCEP) ? Twelve maskable hardware interrupts (INT4 through INT15) ? One non-maskable signal that you c...
分类:其他好文   时间:2014-05-08 16:03:55    阅读次数:447
txt 转为 csv 可以通用的 工具
Ruby Txt 转为 CSV 通用的工具 require 'csv' namespace :sys_file_conver do desc "把txt数据导入到csv中" task :txt_to_csv => :environment do amount = 100 head_hash = { '对账文件名称' =>[12]...
分类:其他好文   时间:2014-05-08 15:53:08    阅读次数:276
File类的基本操作之RandomAccessFile写入操作
今天学习java io中File类下的 RandomAccessfile,欢迎留言讨论,其他知识看api package org.mark.randomaccessfile; import java.io.File; import java.io.RandomAccessFile; /** * 写入操作 */ public class RandomAccessfileDemo1 { ...
分类:数据库   时间:2014-05-08 15:42:28    阅读次数:357
Visual Leak Detector(vld)无法显示内存泄露文件名与行号
使用VLD测有没内存泄露的时候,出现(File and line number not available): (Function name unavailable) 查看VS控制台,发现 已加载“C:/WINDOWS/system32/dbghelp.dll”  说明VS加载了WINDOWS的dll而不是最新的VLD的dbghelp.dll 解决方案: 只需把VLD 安装路径下...
分类:其他好文   时间:2014-05-08 15:41:04    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!