摘要:
T5V7X7 阅读全文
摘要:
方案(一)脚本:调用示例: 用户名: 密码: ----------------------------------------------------------------------------------------------------------------------------... 阅读全文
摘要:
数据表tableA是这样的。id username mark dateT1 user1 78 20062 user2 45 20063 user1 89 20074 user2 78 2009SELECT * FROM tableA ... 阅读全文
摘要:
if (TreeView1.SelectedNode.ChildNodes.Count > 0){TreeView1.SelectedNode.ChildNodes.Clear();}TreeView1.SelectedNode.Parent.ChildNodes.RemoveAt(TreeView... 阅读全文
摘要:
1. instanceof关键字用检测类的实例;2. 继承基本类和抽象类用extends关键字,实现接口类的继承用implements关键字; 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Ajax.CRUD.Utility{ public static class PagerHelper {... 阅读全文
摘要:
1 .无刷新留言2.JsHelpervar JsHelper = {getXHR: function () {var xhr = null;if (typeof XMLHttpRequest != 'undefined') {xhr = new XMLHttpRequest();} else {xh... 阅读全文
摘要:
... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using P03MyStringExtension;namespace P02NewProgramer{ static clas... 阅读全文
摘要:
var objTrInput = $('.clsitem input[type=checkbox]'); if ($(objTrInput[i]).attr('checked') == true)var objTrInput = $('.clsitem .chk');i... 阅读全文