摘要: 生成如下结构的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 阅读全文
posted @ 2012-07-31 17:25 Alec-Yin 阅读(13409) 评论(0) 推荐(0) 编辑
摘要: 代码如下://filepath为上传到FTP服务的文件所在的本地路径,如D:\ylh.xmlprivate void UploadToFtp(String filepath) { //获取职位 FileInfo fileInf = new FileInfo(filepath); string uri = _ftpAddr + fileInf.Name; FtpWebRequest reqFTP; // 根据uri创建FtpWebRequest对象 ... 阅读全文
posted @ 2012-07-31 17:13 Alec-Yin 阅读(3234) 评论(0) 推荐(0) 编辑
更多前端博客,访问:http://lhyin.com