关于Reparse Points找到下面的解释,要是能有更进一步的解释说明就更好了 Reparse
Points其实是一个用户自定义的数据集合,它可以包含在一个文件或目录中。这种格式的数据能够被特定的应用程序(负责存储数据)和文件系统过滤程序(负责解释数据和处理文件)所理解。当一个应用程序设置了一个...
分类:
其他好文 时间:
2014-04-29 22:50:10
阅读次数:
437
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;namespace 计算字符{ class
Program { ...
分类:
其他好文 时间:
2014-04-29 20:45:02
阅读次数:
446
XML序列化是将对象的公共属性和字段转换为XML格式,以便存储或传输的过程。反序列化则是从XML输出中重新创建原始状态的对象。XML序列化中最主要的类是XmlSerializer类。它的最重要的方法是Serialize和Deserialize方法,它位于System.Xml.Serializat.....
分类:
其他好文 时间:
2014-04-29 18:53:14
阅读次数:
629
使用Runtime的addShutdownHook(thread)方法: 1 for(int
i=0; i<5; i++){ 2 System.out.println(i); 3 } 4 5 Thread th...
分类:
其他好文 时间:
2014-04-29 17:22:47
阅读次数:
311
Abstract Introduction::
Bigtable设计主旨:可扩地扩展到pByte级别和数千台机器的系统, 通用、可伸缩、高性能、高可用性。
不实现完整的关系数据模型,而是支持一个可以动态控制,允许用户自解释数据属性; 用户甚至可以指定数据(使用时)是存在内存中还是磁盘中; 支持row...
分类:
其他好文 时间:
2014-04-29 15:40:01
阅读次数:
613
jsonutil类 1 package *********** 2 3 import
java.lang.reflect.Field; 4 import java.lang.reflect.Type; 5 import
java.util.ArrayList; 6 import jav...
分类:
Web程序 时间:
2014-04-29 13:41:02
阅读次数:
749
Cover with polyethylene plastic film intended
for system United States Postal Service . These plastic envelopes are resistant
to puncture and tear, wa...
分类:
数据库 时间:
2014-04-29 10:11:47
阅读次数:
568
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows;using Sys...
分类:
其他好文 时间:
2014-04-29 09:25:47
阅读次数:
415
1.调用widnows资源管理器打开文件夹 private void
OpenFolder(string folder) { System.Diagnostics.Process.Start("explorer.exe",
folder); ...
分类:
其他好文 时间:
2014-04-29 09:24:46
阅读次数:
406
WPF调用WinForm中的 OpenFileDialog 和 FolderBrowserDialog
来实现响应的功能对应的引用程序集:using System.Windows.Forms; OpenFileDialog openFileDialog = new
OpenFileDialog();...
分类:
其他好文 时间:
2014-04-29 09:24:45
阅读次数:
404