WP7读取XML文件示例源码 项目描述 Windows Phone 7 加载XML文件示例源码 源码介绍了如何在Silverlight for Windows Phone中读取XML文件 使用Linq To XML来读取XML中的节点信息, 首先通过XElement.Load方法加载整个流, 然后在整个页面的ManipulationStarted事件处理程序中将所有的CarBrand信息读出来, 赋给一个Listbox的ItemsSource属性,这样就可以将XML中的数据呈现出来了。 源码开
nsync2
这个工具可以帮助我实时同步文件。
它高度依赖于节点流api。
用法
服务器(发送方):
cd " some dir which needs to be synced "
node -s build/main/index.js .
客户(接收方):
cd " some dir which needs to be synced "
node build/main/index.js .
服务器将在服务器目录更改时向客户端发送命令。
特征
按块发送文件,而不将完整文件加载到内存中。
忽