读写XML文件问题
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="DBConStr" value="Data Source=wanglq;Initial Catalog=MKDB3;User ID=sa;Password=13948721800;Max Pool Size=300" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="port" value="60100"/>
<add key="vdir" value="/exam"/>
<add key="page" value="default.aspx"/>
<add key="path" value="exam"/>
</appSettings>
<system.runtime.remoting>
<application>
<client url="http://192.168.0.253:8100">
<activated type="ActivateService, Service" />
</client>
<channels>
<channel ref="http" port="0" />
</channels>
</application>
</system.runtime.remoting> </configuration>
我写读写 <system.runtime.remoting>中的 <client url="http://192.168.0.253:8100">里的ur
相关问答:
DataSet导出xml 批处理(循环)得怎么处理
XML文件
<A>
<B>
<C>
</C>
&nb ......
如何对xml内容数据进行比较
例如:
<?xml version='1.0' encoding='utf-8'?>
<TestLIST>
<PID>40</PID>
<TestName>深圳市</TestName>
......
我在编写一个wince5.0的程序,想实现把PDA上的一个LIST <STRING>类型的数据序列化为XML,然后在PC上的一个webservice拿到这个XML,转化为Dataset,更新PC上的数据库,我想问怎么把XML传给webservice的呢?
......
想用XML加FLASH 做统计报表 ,,有没有人有好的建议呀~~就是把XML里的内容导入到做好的FLASH模块里面去。。。
帮顶
你没用过开源的OpenFlashChart吗?
试试FusionChart
数据源就是XML的
http://www.fusionc ......