linux 分析xml文件内容
各位大侠,我想分析一段log文件的内容,内容如下
<quest>cngame</quest><love_game_type>B</love_game_type><game_time>B</game_time><game_long>C</game_long><is_month>A</is_month><mobile_pc>B</mobile_pc><make_friend>B</make_friend><month_fee>A</month_fee><how_know>A</how_know><game_problem>D</game_problem><game_version>A</game_version><wap_content>B</wap_content><love_pay_type>B</love_pay_type><accepted_fee_month>D</accepted_fee_month><search_necessary>C</search_necessary><easy_remember>C</easy_remember><love_name>C</love_name><t>20100304 13:59:01</t><ip>218.205.237.42</ip>
<quest>cngame</quest><love_game_type>D</love_game_type><game_time>B</game_time><game_long>C</game_long><is_month>A</is_month><mobile_pc>B</mobile_pc><make_friend>B</make_friend><month_fee>A</month_fee><how_know>A</how_know><game_problem>D</game_problem><game_version>A</game_version><wap_content>B</wap_content><love_pay_type>B</love_pay_type><accepted_fee_month>D</accepted_fee_month><search_necessary>C</search_necessary><easy_remember>C</easy_remember><love_name>C</love_name><t&g
相关问答:
txt 和XML 格式相应
不借助DataSet
导入读取TXT文件
然后直接写入XML(同一文件,不同数据,递增原数据没有被覆盖情况下增加数据.)
教个要点或最好是有个代码提示的
过路好汉 帮个忙撒^^
不会,帮楼主 ......
引用内容vsking 2009-12-25 22:56:52
现在是win2008和iis8的时代了,不要还停留在iis5时代,win2008被评为十佳操作系统之首不是偶然的,你要是..
我的问题是:
最近想买个服务器,看了dell上的系统定制选择,一些 ......
如题,在WINDOWS底下的CODE会,但在LINUX下不知道如何实现,JS的代码应该是不一样的。 求教。
分不够再加。
http://topic.csdn.net/u/20100113/08/17ba1e71-4c33-43f6-91a5-0e031c86e5ed.html
linux ......
Private Sub Command1_Click()
Dim MyString() As String
Open "a.xml" For Binary As #1 ' 打开刚创建的文件。
ReDim MyString(LOF(1) - 1)
Put #1, , MyRecord ' 读入所有字符到变量中 ......