Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse (inc....
分类:
系统相关 时间:
2014-09-06 00:59:32
阅读次数:
288
Mac OS 采用Unix的文件系统
根目录位置是 /
驱动所在位置 /System/Library/Extensions
用户文件夹位置 /Users/用户名
桌面的位置 /Users/用户名/Desktop
文件通配符为星号 *
注意:在 Unix系统中是区别大小写字符的,A.txt 不等于 a.txt。
如何进入命令行操作模式
在图形界面下,用f...
分类:
其他好文 时间:
2014-09-05 23:53:22
阅读次数:
498
常用命令临时环境变量添加:alias mysql=/usr/local/mysql/bin/mysql永久环境变量添加:~/.bash_profile快捷键shift + command + 3 截取全屏幕至桌面shift + command + 4 截取部分屏幕至桌面
分类:
其他好文 时间:
2014-09-05 23:42:52
阅读次数:
157
Aliases?for?Other?Command
Alias Short for ... Alias Short for ...
bt backtrace i info
c continue l list
cont ...
分类:
数据库 时间:
2014-09-05 22:31:52
阅读次数:
283
After installed the the graphical card driver in Ubuntu, the gnome desktop was not working anymore, needs to install and setup the wireless network, herewith the procedure,...
分类:
Web程序 时间:
2014-09-05 22:27:02
阅读次数:
226
当在resultmap中增加字段后,查询语句也必须增加相应字段,否则会报错,java.sql.SQLException: Column 'del_status' not found.因为查询结果与resultmap对应不上,ibatis在查询获得结果集中找不到resultmap的对应字段,我是在re...
分类:
数据库 时间:
2014-09-05 18:05:51
阅读次数:
257
在3.2使用cocoStudio的时候出现这个错误, 嗯 以前版本貌似没有出现??????
看错误截图
解决办法:
在adnroid.mk问价加入头文件路径
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../cocos2d/cocos/editor-support/cocostudio
LOCAL_C_INCLUDES +...
分类:
移动开发 时间:
2014-09-05 16:17:41
阅读次数:
223
By way of wsadmin command:/bin/>wsadmin -conntype NONEwsadmin>securityoffwsadmin>exitRestart the servers.Enable the security from administrative conso...
分类:
Web程序 时间:
2014-09-05 14:12:01
阅读次数:
196
Command + O:显示大纲 Command + 1:快速修复 Command + D:删除当前行 Command + Option + ↓:复制当前行到下一行 Command + Option + ↑:复制当前行到上一行 Option + ↓:当前行和下面一行交互位置 Option...
分类:
系统相关 时间:
2014-09-05 13:04:11
阅读次数:
278
windows 下,清除.svn FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"You can also issue the line below straight from the Command Pro...