启动了AVD却说找不到AVD
错误提示:
No active compatible AVD's or devices found. Relaunch this configuration after connecting a device o
查看你的project版本是运行在哪个版本的(AndroidManifest.xml中android:targetSdkVersion属性...
分类:
其他好文 时间:
2014-08-18 00:20:43
阅读次数:
253
我们按顺序配置下来吧!首先,要限制用户在默认目录必须将chroot_local_user设置为yes,即 chroot_local_user=yes。此时,用户登录之后,执行目录跳转命令,如cd /home,显示550 Failed to change directory。你可以试试其他的账号,应该...
分类:
其他好文 时间:
2014-08-17 18:16:52
阅读次数:
215
??
//对Linux新手非常有用的20个命令
//slwang 2014.4.19
1, ls
list directory contents 列出文件夹中内容
ls -l //以详情模式(long listing fashion)列出文件夹的内容
d:代表目录
rwxr-xr-x:文件或者目录对所属用户,同一组用户和其他用户的权限
ls -a //列出...
分类:
系统相关 时间:
2014-08-17 17:04:02
阅读次数:
168
JNDI是 Java 命名与文件夹接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之中的一个,不少专家觉得,没有透彻理解JNDI的意义和作用,就没有真正掌握J2EE特别是EJB的知识。那么,JNDI究竟起什么作用?要了解JNDI的作用,我们...
分类:
其他好文 时间:
2014-08-17 10:20:22
阅读次数:
216
一、伪类CSS伪类用于向某些选择器添加特殊的效果,在W3C规范中,CSS伪类有如下几个::active:向被激活的元素添加样式(激活是指点击鼠标那一下):focus:向拥有键盘输入焦点的元素增加样式 :hover:当鼠标悬浮在元素上方时,向元素增加样式:link:向未被访问的链接增加样式:visit...
分类:
Web程序 时间:
2014-08-15 22:23:39
阅读次数:
380
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:
其他好文 时间:
2014-08-15 19:32:09
阅读次数:
216
为每个进程创建page table ,iOS没有Mach API documentation can be found in the osfmk/man directory of the XNU source package.Mach IPC: Ports and Messages
分类:
移动开发 时间:
2014-08-14 23:12:26
阅读次数:
209
在执行mdrill创建表的时候报如下异常(蓝色部分为关键):[mdrill@hadoop1101 bin]$ ./bluewhale mdrill create ./create.sql higo execute [create, ./create.sql]Exception in thread "...
分类:
其他好文 时间:
2014-08-14 23:05:46
阅读次数:
246
程序编译成功后,运行时错误:errorwhileloadingsharedlibraries:libevent-2.0.so.5:cannotopensharedobjectfile:Nosuchfileordirectory解决方法:像libevent这种开源库,编译安装后,一般在/usr/loc...
分类:
其他好文 时间:
2014-08-14 20:23:39
阅读次数:
249
1 FRESULT f_chdir ( 2 const TCHAR *path /* Pointer to the directory path */ 3 ) 4 { 5 FRESULT res; 6 DIR dj; 7 DEF_NAMEBUF; 8 9 1...
分类:
其他好文 时间:
2014-08-14 13:45:18
阅读次数:
529