07 2020 档案
摘要:接续昨天的问题: json 转换 xml {"jylsh":null,"testtimes":null,"license":null,"licensetype":0,"Licensecode":null,"Vehicletype":null,"vehiclemodel":null,"cpmc":"8
阅读全文
摘要:XMl //实现xml的写入 //1、在内存中构建Dom对象 XmlDocument xmlDoc = new XmlDocument(); //增加文档说明 XmlDeclaration xmlDeclaration = xmlDoc.CreateXmlDeclaration("1.0", "GB
阅读全文
摘要:这几天做的事,很多了解了 因为公司现在要用到一些硬件可是这些硬件又不能直接链接到网上,就在网上买了一个中间件 HF2221想用手机来控制他。因为又不会安卓开发所以 所以源生的一些功能还能用。 用web来发送 websocket ,但是那个设备不能做为一个websocket 服务器,他还需要一个服务器
阅读全文