Isabella
---- I fell upon the thorn of life, I bleed.
摘要: 首先添加ProjectInstaller:转到设计视图中,并选择属性窗口(可以按下F4)。 把CanStop和CanShutdown设置为true。在安装之前,我们必须要安装一个安装程序。 右击设计视图窗口,然后选择"Add Installer"。然后,它将显示ProjectInstaller.cs。在这个文件中,serviceInstaller1和serviceProcessInstaller1都存在。转到serviceProcessInstaller1属性处: ・ 把Account设置为LocalSystem。 ・ 然后,转到serviceInstaller1属性处。 阅读全文
posted @ 2011-12-28 10:42 李昀璟 阅读(240) 评论(0) 推荐(0)
摘要: 如果在WindowService等其他非Web应用里提交一个httpRequest,用这个类比较方便:PostSubmitterpost=newPostSubmitter();post.Url="http://seeker.dice.com/jobsearch/servlet/JobSearch";post.PostItems.Add("op","100");post.PostItems.Add("rel_code","1102");post.PostItems.Add("FREE_T 阅读全文
posted @ 2011-12-28 10:22 李昀璟 阅读(476) 评论(0) 推荐(0)