Pull也是一个轻量级的解析xml的类,类似sax,边取边读,占用内存小,避免让app产生oom的问题。 解析 […]
12月 252012
12月 242012
今天写一个用Java读取XML文件的代码的时候,突然在for循环里发现NodeName=#text的情况,翻来 […]
12月 192012
调试 F11 开始调试 Ctrl+F11 开始执行程序 Ctrl+Shift+B 创建/取消断点 F5 步 […]
12月 102012
因为在Delphi 2009及更高的版本中,已增加对Unicode的支持,所以当在此版本中调用Windows […]
12月 032012
$PROGRAMFILES, $PROGRAMFILES32, $PROGRAMFILES64 The pro […]
11月 102012
出于安全考虑,windows7默认是把administrator用户禁用的,而是使用装系统时创建的用户登录的, […]
11月 092012
11月 062012
关于Windows7系统中外观美化,自定义文件夹等设置的总结。
10月 312012
本文介绍了如何在Delphi中使用IXMLDOMDocument接口或者TXmlDocument控件进行读取和写入xml文件的方法。The article demonstrates how to read and write xml files by IXmlDOMDocument interface or TXmlDocument component in delphi programming.
10月 292012
本文介绍如何使用TIdhttp控件向网站模拟发送cookie数据。The article introduces how to simulate sending cookie data to website.