08 2017 档案

摘要:环境: libcurl版本:7.54.1 VS:Visual Studio 2013 一、编译 1、下载最新版的libcurl( )(地址:https://curl.haxx.se/download.html),并解压。可以通过Download Winzard来选择你需要的包。 2、打开VS2013 阅读全文
posted @ 2017-08-14 22:59 鞋带儿 阅读(2311) 评论(0) 推荐(0)
摘要:在DoWork中添加自己的代码。 服务安装: sc create srvdemo binpath= "F:\srvdemo.exe" 服务启动:sc start srvdemo 参数1 参数2 //net start方式不支持参数 服务停止:sc/net stop srvdemo 服务删除:sc d 阅读全文
posted @ 2017-08-10 10:40 鞋带儿 阅读(427) 评论(0) 推荐(0)