工程是一门科学,科学是严谨的。
摘要: 客户端JS: 服务端代码: PS:客户端的jsonp参数是用来通过url传参,传递jsonpCallback参数的参数名,比较拗口,通俗点讲: 以正常ajax请求方式就可以获得数据。 阅读全文
posted @ 2013-03-29 19:46 大圣的笑 阅读(63928) 评论(2) 推荐(5) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 7 namespace winInstallService 8 { 9 10 class ServiceInstaller 11 { 12 #region Private Variables 13 private string _servicePath; ... 阅读全文
posted @ 2013-03-29 16:52 大圣的笑 阅读(521) 评论(0) 推荐(0) 编辑