码迷,mamicode.com
首页 >  
搜索关键字:cannot resolve symbo    ( 6898个结果
解决关于jquery中$.get()方法总是报“HierarchyRequestError: Node cannot be inserted at the specified point in the hierarchy”错的方法
解决关于jquery中$.get()方法总是报“HierarchyRequestError: Node cannot be inserted at the specified point in the hierarchy”错的方法 今天在看《jquery基础教程(第三版)》第十章的时候,运行随书下....
分类:Web程序   时间:2015-01-08 13:13:53    阅读次数:160
Unexpected exception 'Cannot run program '的解决
最近重新升级的了ubuntu系统到14.04,eclipse重新打开后竟然之前的project都是红色叉叉,看了一下错误是以Unexpected exception 'Cannot run program 一长串错误,大概就是说sdk的位置的版本错误了。因为我的是64位的系统,查了一下资料需要安装3...
分类:其他好文   时间:2015-01-08 12:54:21    阅读次数:151
在安装PHPadmin的过程与遇到的问题及解决方法总结
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
Mac上使用eclipse搭建web服务器
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
Android Studio初体验之启动AVD模拟器异常:cannot set up guest memory 'pc.ram'
启动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
eclipse调试报错,无法进入类
调试进入类,类内容看不见?? 出现如下提示 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
优化MySQL开启skip-name-resolve参数时
参数用途: 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
jQuery - Deferred
1. 初始化:var deferred=$.Deferred();2. Deferred对象的三种动作是resolve, reject, 和 notify,分别对应内部时间done, fail, 和 progress; 具体使用时,定义done()的操作,然后使用对应的resolve()来进行触发;...
分类:Web程序   时间:2015-01-06 09:51:15    阅读次数:139
Android: about /data/data/package_name/lib directory
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!