码迷,mamicode.com
首页 >  
搜索关键字:nerror not found    ( 6292个结果
解决:安装Widget插件提醒已安装却不见界面
No Launcher activity found!The launch will only sync the application package on the device! 已经安装成功,因为这Widget是插件啊!你对桌面按久一点就会有个Widget的选项然后就去选择你这个widget啊...
分类:其他好文   时间:2014-09-28 20:27:05    阅读次数:214
debian下使用shell脚本时出现了 declare:not found 解决方法
问题:出现declare:not found的提示解决:原来,UBUNTU用的是dash(后来证明这个其实这个不是错误的原因:从#!/bin/bash到#!/bin/dash,依旧无法运行,在这写出这一点只为引起以后的注意)只需要用sudo dpkg-reconfigure dash指令然后在出现的...
分类:其他好文   时间:2014-09-28 19:48:35    阅读次数:181
myqltransactionRollbackexception deadlock found when trying to get lock
linux 下远程连接mysq命令:mysql -h "1.0.0.1" -u username -p1获 取锁等待情况可以通过检查 table_locks_waited和table_locks_immediate状态变量来分析系统上的表锁定争夺:mysql> show status like 'T...
分类:其他好文   时间:2014-09-28 17:27:23    阅读次数:221
关于403 由于扩展配置问题而无法提供您请求的页面的问题
自己做了一个网站,是纯静态页面的,其中的download里有个app文件,这样用户一点击下载就可以下了,但是传到服务器上后,点击下载,出现HTTP 错误 404.3 - Not Found由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射...
分类:其他好文   时间:2014-09-28 12:50:52    阅读次数:122
No valid Maven installation found. Either set the
No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system. 最近接手了一个新的JAVA项目,在IDEA中配置好了Deb...
分类:其他好文   时间:2014-09-27 23:25:10    阅读次数:2609
mac或linux下xampp的mysql配置
在mac 下安装好xampp后,需要在终端命令行操作时,比如输入:mysql -u root -p,未正确配置前不会出现想要的输入密码提示,而是会提示:command not found原来当你输入命令的时间,系统会在/usr/bin这个位置里寻找你输入的命令,如果你没有把命令引入到这个位置,无论....
分类:数据库   时间:2014-09-27 10:02:39    阅读次数:210
MATLAB编程->MATLAB2014a videoinput读取摄像头
在遇到以下问题时: imaqhwinfo   警告: No Image Acquisition adaptors found. Image acquisition adaptors may be available as downloadable support packages. Open Support   Package Installer to install additio...
分类:其他好文   时间:2014-09-26 20:17:18    阅读次数:172
Link List
At first, i prepared to go through 《the introduction to algorithm》 ,however , i found some part of the book is difficult to understand; what’s more , ...
分类:其他好文   时间:2014-09-26 18:17:38    阅读次数:249
CentOS 5.8上安装PHP软件提示“configure:error:no acceptable
问题: 在centos5.8上安装PHP软件包时,提示“configure:error:no acceptable cc found in $path”。 原因: 这是缺少GCC编译器造成的,安装即可。 解决办法: 找到gcc的rpm包,安装即可。或者使用yum命令安装: ...
分类:Web程序   时间:2014-09-26 12:58:29    阅读次数:219
MATLAB编程->MATLAB2014a的webcam操作
由于MATLAB2014a安装的是免费版,在用videoinput时便出现问题如下: imaqhwinfo 警告: No Image Acquisition adaptors found. Image acquisition adaptors may be available as downloadable support packages. Open Support Package Insta...
分类:Web程序   时间:2014-09-26 12:39:28    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!