Skip to content

Instantly share code, notes, and snippets.

@willily
willily / AdbCommands
Created June 11, 2024 08:14 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@willily
willily / .emacs
Created January 19, 2016 06:04 — forked from gotnix/.emacs
Emacs 配置,包含Auto Complete 和Yasnippet
;;========================================
;; 外观设置
;;========================================
;;禁用工具栏
(tool-bar-mode -1)
;;禁用菜单栏,F10 开启关闭菜单
(menu-bar-mode -1)