摘要:
生成如下结构的XML文件:<anychart> <charts> <chart plot_type="CategorizedVertical"> <data> <series name="Year 2003" type="Bar"> <point name="AAA" y="7649" /> <point name="BBB" y="4567" /> <point n 阅读全文
摘要:
代码如下://filepath为上传到FTP服务的文件所在的本地路径,如D:\ylh.xmlprivate void UploadToFtp(String filepath) { //获取职位 FileInfo fileInf = new FileInfo(filepath); string uri = _ftpAddr + fileInf.Name; FtpWebRequest reqFTP; // 根据uri创建FtpWebRequest对象 ... 阅读全文