01 2010 档案
c# 启动一个程序代码
摘要://starttherealupdaterSystem.Diagnostics.ProcessStartInfopsi=newSystem.Diagnostics.ProcessStartInfo();psi.FileName=sPath;//Application.StartupPath+"\\tsApp.exe";psi.UseShellExecute=true;psi.WorkingDire... 阅读全文
posted @ 2010-01-22 16:15 新郎 阅读(282) 评论(0) 推荐(0)
sql stuff
摘要:stuff(@temp,1,3,@temp2)切忌 第二个参数不能为0如果为0将返回null 阅读全文
posted @ 2010-01-04 17:49 新郎 阅读(176) 评论(0) 推荐(0)