03 2016 档案

摘要:在Mac系统中并没有Home、End等键,所以在使用时并不是特别的顺手,但是有几个键位组合可以使Terminal的操作更加灵活方便。 1、将光标移动到行首:ctrl + a 2、将光标移动到行尾:ctrl + e 3、清除屏幕: ctrl + l 4、搜索以前使用命令:ctrl + r 5、清除当前 阅读全文
posted @ 2016-03-23 11:59 如是耳闻 阅读(168) 评论(0) 推荐(0) 编辑
摘要:打开Safari的偏好设置,进入“通用”标签下,去掉勾选“ 下载后打开“安全的”文件 ”。 阅读全文
posted @ 2016-03-16 12:23 如是耳闻 阅读(611) 评论(0) 推荐(0) 编辑
摘要:表单需要将一些字段同行显示时,可以考虑使用下面的表格形式: <table border="0"> <tr> <td>姓名</td> <td>[text* your-name width:30%]</td> <td> 邮箱</td> <td>[email* your-email width:30%]< 阅读全文
posted @ 2016-03-16 12:22 如是耳闻 阅读(539) 评论(0) 推荐(0) 编辑
摘要:Zoi 选项紧跟在insure命令的后面,作为及时添加到.psrc中的选项。即在编译时通过该选项即可对某些文件及时打开或关闭某些选项配置,如打开抑制,关闭抑制等等。 # Rules for building and/or running the Insight examples; most are 阅读全文
posted @ 2016-03-07 07:28 如是耳闻 阅读(238) 评论(0) 推荐(0) 编辑
摘要:在邮件签名的地方加一个"⌘" 字符. 通常我的签名: ⌘⌘⌘ ××× 阅读全文
posted @ 2016-03-07 07:27 如是耳闻 阅读(162) 评论(0) 推荐(0) 编辑
摘要:隐藏: defaults write com.apple.finder CreateDesktop -bool false;killall Finder;say icons hidden 恢复显示: defaults write com.apple.finder CreateDesktop -boo 阅读全文
posted @ 2016-03-04 15:20 如是耳闻 阅读(1136) 评论(0) 推荐(0) 编辑
摘要:如果你想打开整个系统的隐藏文件可以在终端下输入以下命令 defaults write com.apple.finder AppleShowAllFiles -bool true 关闭显示隐藏功能defaults write com.apple.finder AppleShowAllFiles -bo 阅读全文
posted @ 2016-03-04 15:19 如是耳闻 阅读(180) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示