摘要:
[转自]http://www.douban.com/group/topic/13802153/chrome窗口和标签页快捷键:Ctrl+N 打开新窗口Ctrl+T 打开新标签页Ctrl+Shift+N 在隐身模式下打开新窗口Ctrl+O,然后选择文件 在谷歌浏览器中打开计算机上的文件按住 Ctrl 键,然后点击链接 从后台在新标签页中打开链接,但您仍停留在当前标签页中按住 Ctrl+Shift 键,然后点击链接 在新标签页中打开链接,同时切换到新打开的标签页按住 Shift 键,然后点击链接 在新窗口中打开链接Alt+F4 关闭当前窗口Ctrl+Shift+T 重新打开上次关闭的标签页。谷歌浏 阅读全文
摘要:
1. 荣耀2相关信息:shell@android:/ # df Filesystem Size Used Free Blksize/dev 864M 64K 864M 4096/mnt/asec 864M 0K 864M 4096/mnt/obb 864M 0K 864M 4096/system 881M 438M 443M 4096/cache 25... 阅读全文
摘要:
#!/system/bin/sh#version:0.1#author:linkscue#前提条件:系统为ICS或JB、安装有busybox;#提醒建议:在终端上输入可能会太长导致出错,建议保存成sh文件运行;#请指定挂载点的名称point=systemdev=$( busyboxmount | busyboxgrep $point | busyboxawk '{print $1}'| busyboxawk -F'/' '{print $4}')size=$(($( busyboxcat /proc/partitions | busyboxgre 阅读全文
摘要:
#!/system/bin/sh# Version: 0.3# Author:linkscue# E-mail:linkscue@gmail.com# Funtion: init the first boot# Filename: /system/etc/init.d/99firstbootif [[ -e /data/system/first_boot ]]; then echo "this is not first boot." exit 1fimount -o remount,rw /dev/block/mmcblk0p17 /system#1. VIM(init)i 阅读全文