关于jquery升级至1.8版本之后的兼容问题Uncaught TypeError: $(...).size is not a function
之前也遇到过这种问题Uncaught TypeError: $(...).size is not a function

控制台报错如上图,打开Frame.js可以看到里面定义大小的全是.size()
而jquery1.8版本之后是不支持.size()的,需要把所有的.size()换成.length就不再报错了

安装OpenSSHUbuntu缺省没有安装SSH Server,使用以下命令安装:sudo apt-get install openssh-server openssh-client不过Ubuntu缺...
http://twoyn.shengmake.nethttp://twalabo.shengmake.nethttp://twyilang.shengmake.nethttp://twyindu.sh...
window10升级之后就遇到mount: **** is write-protected, mounting read-onlymount: cannot mount *** read-only尝试...
删除系统还原点,可以释放大量c盘空间...
默认情况下, 我同时允许密码和秘钥登录, 所有不用改配置文件.第一步, 先 生成秘钥对, ssh-keygen, 一路回车即可.然后在 ~/.ssh 目录下会发现两个文件...
windows下安装、卸载mysql服务2012年03月09日 16:30:20阅读数:52062 将下载下来的mysql解压到指定目录下(如:d:\mysql)安装服务 在命令行输入d:\...