10 2011 档案

摘要:Page.Response.Write("<script>var response;</script>");Page.RegisterStartupScript("RegisterStartupScript","<script>var RegisterStartupScript;</script>");Page.RegisterClientScriptBlock("RegisterClientScriptBlock","<script>var R 阅读全文
posted @ 2011-10-21 14:41 itor 阅读(460) 评论(0) 推荐(0)
摘要:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Data;usingSXT.Data;usingSystem.Net.Mail;usingSystem.ComponentModel;namespaceSXT.MSS.Winservice{///<summary>///邮件操作类///</summary>publicclassSmtpMailService{#region属性//SMTP服务器protectedSmtpClientMySmtp 阅读全文
posted @ 2011-10-19 19:52 itor 阅读(177) 评论(0) 推荐(1)
摘要:C:\Windows\system32>wsdl http://mytest.gmcc.net/......./test.asmx -out: c:\outtest.cs 阅读全文
posted @ 2011-10-19 17:09 itor 阅读(239) 评论(0) 推荐(0)
摘要:我们先看一个关于Javascript利用循环绑定事件的例子:例如:一个不确定长度的列表,在鼠标经过某一条的时候改变背景。﹤!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"﹥﹤html xmlns="http://www.w3.org/1999/xhtml" ﹥﹤head﹥﹤title﹥Untitled Page﹤/title﹥﹤/head﹥﹤bod 阅读全文
posted @ 2011-10-12 18:31 itor 阅读(519) 评论(0) 推荐(0)