解决关于jquery中$.get()方法总是报“HierarchyRequestError: Node cannot be inserted at the specified point in the hierarchy”错的方法 今天在看《jquery基础教程(第三版)》第十章的时候,运行随书下....
分类:
Web程序 时间:
2015-01-08 13:13:53
阅读次数:
160
最近重新升级的了ubuntu系统到14.04,eclipse重新打开后竟然之前的project都是红色叉叉,看了一下错误是以Unexpected exception 'Cannot run program 一长串错误,大概就是说sdk的位置的版本错误了。因为我的是64位的系统,查了一下资料需要安装3...
分类:
其他好文 时间:
2015-01-08 12:54:21
阅读次数:
151
1,编译安装Apache的时候没有报错,版本是httpd-2.2.29.tar.gz2,安装MySQL时也没有报错,版本是MySQL-server-5.6.17记得大概是的3,编译安装PHPadmin也没有报错3,编译安装PHP时,出现报错的次数比较多1)./configure--with-mysql=/usr/local/mysql--with-apxs2=/usr/local/apa..
分类:
Web程序 时间:
2015-01-08 11:34:48
阅读次数:
167
1. 安装eclipse2. 安装eclipse需要的组件3. 安装Tomcat (参考:在mac系统安装Apache Tomcat的详细步骤)执行脚本:startup.sh,在 Mac终端输入:shstartup.shMac下tomcat启动 Cannot find ./catalina.sh 的...
分类:
Web程序 时间:
2015-01-08 10:52:21
阅读次数:
586
启动AVD模拟器异常:Cannot set up guest memory ‘pc.ram’ 错误信息: HAX is working and emulator runs in fast virt mode Cannot set up guest memory 'pc.ram': Invalid argument Error accepting connect...
分类:
移动开发 时间:
2015-01-06 23:14:22
阅读次数:
307
调试进入类,类内容看不见?? 出现如下提示 Could not open the editor: The Class File Viewer cannot handle the given input (‘org.eclipse.ui.part.FileEditorInput‘). workspace\.metadata 删除该文件夹下的...
分类:
系统相关 时间:
2015-01-06 18:21:28
阅读次数:
496
参数用途: skip-name-resolve #禁止MySQL对外部连接进行DNS解析skip-grant-tables? 添加--skip-name-resolve方法: 1 [Mysqld] 2 ?…… 3 skip-name-resolve 4 …… 修改配置文件添加并需要重启。 参数优化: ...
分类:
数据库 时间:
2015-01-06 12:16:02
阅读次数:
261
1. 初始化:var deferred=$.Deferred();2. Deferred对象的三种动作是resolve, reject, 和 notify,分别对应内部时间done, fail, 和 progress; 具体使用时,定义done()的操作,然后使用对应的resolve()来进行触发;...
分类:
Web程序 时间:
2015-01-06 09:51:15
阅读次数:
139
You cannot write to lib/, however you do not need to.You can write to any non-reserved location within your your application's private storage area, a...
分类:
移动开发 时间:
2015-01-05 18:00:43
阅读次数:
143