jQuery on()方法是官方推荐的绑定事件的一个方法,可以为未来的元素也绑定事件$(selector).on(event,childSelector,data,function,map)由此扩展开来的几个以前常见的方法有.bind() $("p").bind("click",function(....
分类:
Web程序 时间:
2014-07-22 22:57:14
阅读次数:
220
We use two Bind server to realize view, master, slave-------------------------------------------------------------------------------------------------...
分类:
其他好文 时间:
2014-07-22 22:57:13
阅读次数:
299
select下拉列表onChange事件之JQuery实现:Java代码JQuery:$(document).ready(function(){$("#selectMenu").bind("change",function(){if($(this).val()=="pro1"){$("#pro1")...
分类:
Web程序 时间:
2014-07-22 22:54:54
阅读次数:
307
解决方法:打开SQL Server配置管理器,找到MSSQLSERVER的协议,启动TCP/IP和Named Pipes
分类:
数据库 时间:
2014-07-19 20:38:04
阅读次数:
305
1.BIND:Berkeley Internet Name DomainDNS:Domian Name Service 域名解析2. Http3.PAM 插入式认证模块4.SMTP/POP3/IMAP4:Mail Server5.域名www.baidu.com这是一个主机名(FQDN,Full Qu...
分类:
系统相关 时间:
2014-07-17 00:10:02
阅读次数:
351
问题:TherewasaproblemimportingoneofthePythonmodulesrequiredtorunyum.Theerrorleadingtothisproblemwas:NomodulenamedyumPleaseinstallapackagewhichprovidesthismodule,orverifythatthemoduleisinstalledcorrectly.It‘spossiblethattheabovemoduledoesn‘tmatchthecurrentv..
分类:
编程语言 时间:
2014-07-16 16:36:29
阅读次数:
172
python安装模块时:pythonsetup.pyinstall错误:ImportError:Nomodulenamedsetuptools没有setuptools的模块,安装这个模块即可解决此问题:下载setuptools包wgetthttp://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gztarzxvfsetuptools-0.6c11.tar.g..
分类:
编程语言 时间:
2014-07-16 16:26:03
阅读次数:
231
问题:编译Socket时候出现socket bind error:Socket operation on non-socket时间:2014-7-14解决:注意“==”和“=”的优先级,前者是大于后者的,故而在处理一些表达式的时候,注意加括号注意:注意下面标注闪光字体的地方#include #inc...
分类:
其他好文 时间:
2014-07-16 15:21:29
阅读次数:
190
1.finddb.bind_info.find({ "bd_type" : 1 })2.countdb.bind_info.find({ "bd_type" : 1 }).count();3.返回固定字段db.users.find({},{"name":1,"age":1})如:如果你想创建一个“m...
分类:
数据库 时间:
2014-07-16 15:19:49
阅读次数:
308
升级python版本后,运行yum
# yum -y install openssl
提示如下:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Pl...
分类:
编程语言 时间:
2014-07-16 14:04:47
阅读次数:
193