上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: string tt="字符串字符串字符串字符串字符串字符串字符串"; int istart = tt.IndexOf("<location>"); //获取开始字符串所在的索引 int iend = tt.LastIndexOf("</location>"); //获取结束字符串所在的索引 stri 阅读全文
posted @ 2020-03-01 16:27 曾小慧 阅读(6023) 评论(0) 推荐(0) 编辑
摘要: 百度搜索网站登录口:http://www.baidu.com/search/url_submit.html Google网站登录口:http://www.google.com/addurl/?hl=zh-CN&continue=/addurl Google新闻网站内容http://www.googl 阅读全文
posted @ 2020-03-01 16:25 曾小慧 阅读(6827) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 树结点展开 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> #region TreeView1_TreeNodeExpanded protected voi 阅读全文
posted @ 2020-03-01 16:24 曾小慧 阅读(231) 评论(0) 推荐(0) 编辑
摘要: $('#id',window.parent.document).click #id是父框架中的id; 这段代码是在子框架中运行,意思就是得到父框架中该id对于的onclick事件! 阅读全文
posted @ 2020-03-01 16:23 曾小慧 阅读(547) 评论(0) 推荐(0) 编辑
摘要: seleet distinct * from TableName 阅读全文
posted @ 2020-03-01 16:22 曾小慧 阅读(124) 评论(0) 推荐(0) 编辑
摘要: var data="007"; var flag = window.clipboardData.setData("text",data); alert(flag); View Code 阅读全文
posted @ 2020-03-01 16:21 曾小慧 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 2 下载 jQuery-vsdoc.js ,如果您安装了asp.net mvc ,可以在mvc的项目下的srcipts目下找到,或是点击这里下载。 3 下载安装一个vs2008支持 -vsdoc.js 智能提示的一个补丁 ,可以点击这里下载 4 准备工作已经做完,现在就可以来试试jquery的智能提 阅读全文
posted @ 2020-03-01 16:19 曾小慧 阅读(889) 评论(0) 推荐(0) 编辑
摘要: //C#追加文件 StreamWriter sw = File.AppendText(Server.MapPath(".")+"\\myText.txt"); sw.WriteLine("追逐理想"); sw.WriteLine("kzlll"); sw.WriteLine(".NET笔记"); s 阅读全文
posted @ 2020-03-01 16:18 曾小慧 阅读(581) 评论(0) 推荐(0) 编辑
摘要: <script language="JavaScript"> function toDesktop(sUrl, sName) { try { var WshShell = new ActiveXObject("WScript.Shell"); var oUrlLink = WshShell.Crea 阅读全文
posted @ 2020-03-01 16:16 曾小慧 阅读(2332) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 类说明:CacheHelper /// 联系方式:361983679 /// 更新网站:<a href=\"http://www.cckan.net/thread-655-1-1.html\" target=\"_blank\">http://www.cckan. 阅读全文
posted @ 2020-03-01 16:14 曾小慧 阅读(368) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页