摘要: T5V7X7 阅读全文
posted @ 2015-05-26 08:50 qfkobe24 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: 方案(一)脚本:调用示例: 用户名: 密码: ----------------------------------------------------------------------------------------------------------------------------... 阅读全文
posted @ 2015-04-20 09:48 qfkobe24 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 数据表tableA是这样的。id username mark dateT1 user1 78 20062 user2 45 20063 user1 89 20074 user2 78 2009SELECT * FROM tableA ... 阅读全文
posted @ 2015-04-07 10:30 qfkobe24 阅读(2443) 评论(0) 推荐(0) 编辑
摘要: if (TreeView1.SelectedNode.ChildNodes.Count > 0){TreeView1.SelectedNode.ChildNodes.Clear();}TreeView1.SelectedNode.Parent.ChildNodes.RemoveAt(TreeView... 阅读全文
posted @ 2015-03-23 09:54 qfkobe24 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 1. instanceof关键字用检测类的实例;2. 继承基本类和抽象类用extends关键字,实现接口类的继承用implements关键字; 阅读全文
posted @ 2015-02-26 13:17 qfkobe24 阅读(96) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Ajax.CRUD.Utility{ public static class PagerHelper {... 阅读全文
posted @ 2015-02-04 22:23 qfkobe24 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1 .无刷新留言2.JsHelpervar JsHelper = {getXHR: function () {var xhr = null;if (typeof XMLHttpRequest != 'undefined') {xhr = new XMLHttpRequest();} else {xh... 阅读全文
posted @ 2015-02-04 13:20 qfkobe24 阅读(389) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2015-01-16 08:42 qfkobe24 阅读(251) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using P03MyStringExtension;namespace P02NewProgramer{ static clas... 阅读全文
posted @ 2015-01-11 20:33 qfkobe24 阅读(363) 评论(0) 推荐(0) 编辑
摘要: var objTrInput = $('.clsitem input[type=checkbox]'); if ($(objTrInput[i]).attr('checked') == true)var objTrInput = $('.clsitem .chk');i... 阅读全文
posted @ 2014-11-11 17:28 qfkobe24 阅读(142) 评论(0) 推荐(0) 编辑