摘要: 功能描述:实时从数据库获取数据做相关处理步骤:1 创建服务;2 创建控制服务应用程序;一:创建服务1 新建-Windows Service,出现如图2 右键-添加安装程序出现分别设置相关服务信息略3 编写服务相关代码,Service1.cs类,此处实现每隔10分钟从数据库读取数据进行逻辑处理public partial class Service1 : ServiceBase { System.Timers.Timer t = null; public Service1() { t = new System.... 阅读全文
posted @ 2012-12-21 16:19 itliyi 阅读(399) 评论(0) 推荐(0) 编辑
摘要: classProgram{staticvoidMain(string[]args){varlist=newList<TempData>{newTempData{name="a",tel="010",address="add"},newTempData{name="a",tel="010",address="add"},newTempData{name="a1",tel="010",address="add" 阅读全文
posted @ 2011-08-30 14:28 itliyi 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 保存Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--FileStreamfs=newFileStream(textBox2.Text.Trim(),FileMode.OpenOrCreate,FileAccess.ReadWrite,FileShare... 阅读全文
posted @ 2010-09-02 22:11 itliyi 阅读(3641) 评论(0) 推荐(0) 编辑
摘要: 弄了一天 也算大功告成1 打开dreamwear 新建asp(vbscript)页面2 body标签之间:<%%>代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<%url="http://192.168.1.7:8066/Web... 阅读全文
posted @ 2009-11-27 14:41 itliyi 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 首先手动的添加一个Web引用(这个就不用说了吧)然后修改本地的代理类(添加一个新类,继承你的 WebService代理类)实例:namespace Web_Service{ [System.Diagnostics.DebuggerStepThrough(),System.ComponentModel.DesignerCategory("code"), System.Web.Services.Web... 阅读全文
posted @ 2009-11-22 12:09 itliyi 阅读(417) 评论(0) 推荐(0) 编辑
摘要: http://www.mb5u.com/divcssjiaocheng/16678.html 阅读全文
posted @ 2009-11-20 22:29 itliyi 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 转载自http://www.cnblogs.com/5tao/archive/2009/03/25/1421833.html[代码] 阅读全文
posted @ 2009-10-22 22:22 itliyi 阅读(175) 评论(0) 推荐(0) 编辑
摘要: [代码]空面板 加按钮方法:addButton(String/Object _config,Function _handler,Object _scope):添加一个按钮对象到面板[代码]Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--引用Ext文件&... 阅读全文
posted @ 2009-10-04 02:22 itliyi 阅读(289) 评论(0) 推荐(0) 编辑
摘要: wap研究中,研究成果待续。。。 阅读全文
posted @ 2009-09-14 20:47 itliyi 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://www.myfirm.cn/200812/20081228024905617.html 阅读全文
posted @ 2009-08-19 17:43 itliyi 阅读(140) 评论(0) 推荐(0) 编辑