码迷,mamicode.com
首页 >  
搜索关键字:file system    ( 97928个结果
获得临时文件的两种途径
获得临时文件的两种途径 Path.GetTempPath 方法 [C#]请参见 Path 类 | Path 成员 | System.IO 命名空间  要求 平台: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professi...
分类:其他好文   时间:2014-05-11 22:43:17    阅读次数:433
C#修改文件或文件夹的权限,为指定用户、用户组添加完全控制权限
C#修改文件或文件夹的权限,为指定用户、用户组添加完全控制权限 //给Excel文件添加"Everyone,Users"用户组的完全控制权限 FileInfo fi = new FileInfo(excelPath); System.Security.AccessControl.FileSecurity fileSecurity...
分类:其他好文   时间:2014-05-11 21:46:53    阅读次数:377
九度 1351 只出现一次的数
#include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else #...
分类:其他好文   时间:2014-05-11 20:36:05    阅读次数:337
学习Android之SimpleAdapter显示网络图片
效果图: 此程序主要的知识点是:SimpleAdapter本身是不支持网络图片的, 如果在Map.put(a,b)中 b为一个Bitmap,程序不会报红色字体,而是在控制台输出绿色的字体,如下 05-10 15:46:45.474: I/System.out(846): resolveUri failed on bad bitmap uri: android.graph...
分类:移动开发   时间:2014-05-11 20:35:03    阅读次数:506
ZOJ 2724 Windows 消息队列 (优先队列)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2724 Message queue is the basic fundamental of windows system. For each process, the system maintains a message queue. If something h...
分类:Windows程序   时间:2014-05-11 20:31:56    阅读次数:796
九度 1201
#include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-11 20:30:57    阅读次数:308
九度 1205
#include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-11 18:36:16    阅读次数:245
【Android数据存储】- File
读写本应用程序数据文件夹中的文件         此种方法读写的文件在/data/data/中         android 中提供了 openFileInput(String fileName) 和 openFileOutput(String fileName, int mode) 两个方法来读取本应用程序数据文件夹中的文件和向其写入。     openFileInput...
分类:移动开发   时间:2014-05-11 18:34:50    阅读次数:480
九度 1203
#include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-11 18:33:34    阅读次数:246
Microchip 125 kHz RFID System Design Guide
Passive RFID Basics - AN680INTRODUCTIONRadio Frequency Identification (RFID) systems useradio frequency to identify, locate and track people,assets an...
分类:其他好文   时间:2014-05-11 17:46:08    阅读次数:554
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!