随笔分类 -  Other Stuff

摘要:终端管理器删除文件夹不能用网上提供的:rm -rf 文件夹名而要用: rm -r 文件夹名。http://blog.csdn.net/enhancing/article/details/8490473 阅读全文
posted @ 2014-06-21 10:00 LarryLawrence 阅读(488) 评论(0) 推荐(0)
摘要:编辑strings.xml的时候,Let's get started!报错说:“Apostrophe not preceded by \”.学单词:Apostrophe:[ə'pɑːstrəfi] n.撇号;单引号所以这里加上一个转义字符\就行了:Let\'s get started!(end) 阅读全文
posted @ 2013-11-06 13:13 LarryLawrence 阅读(387) 评论(0) 推荐(0)
摘要:Java编辑器 添加单个import Ctrl+Shift+M Java编辑器 组织多个import Ctrl+Shift+OCtrl+M切换窗口的大小Ctrl+D删除当前行--------------------------------Ctrl+Shift+L 查看所有快捷键Alt + "/" ... 阅读全文
posted @ 2013-11-01 10:14 LarryLawrence 阅读(188) 评论(0) 推荐(0)