1. 查看设备 adb devices 2.安装软件 adb install 3. 卸载软件 adb uninstall <软件名> adb uninstall -k <软件名> 如果加 -k 参数,为卸载软件但是保留配置和缓存文件. 4. 进入设备或模拟器的shell: adb shell 通过上 ...
分类:
移动开发 时间:
2016-09-06 12:02:45
阅读次数:
267
[Setup] AppId:在注册表中唯一的项名称,安装完64位系统在 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{AppId}_is1 反之在以下路径中 HKEY_LOCAL ...
分类:
其他好文 时间:
2016-09-01 15:56:57
阅读次数:
2977
安装了brew后,居然找不到brew命令。于是uninstall后再次install,居然还是Brew Command Not Found。 解决办法: http://stackoverflow.com/questions/14288682/error-installing-homebrew-bre ...
分类:
其他好文 时间:
2016-09-01 12:42:25
阅读次数:
137
更新node方式 $ brew update$ brew uninstall node$ brew install node$ sudo brew postinstall node # brew error message provided this recommendation; only wor ...
分类:
移动开发 时间:
2016-08-31 14:04:16
阅读次数:
232
我在打开node项目的时候,在运行 npm start的时候报这个错 图的意思是说, node的版本问题,他好像叫你rebuild,于是我的解决方案是:先 npm uninstall node-sass 然后再npm install node-sass最后成功的模样是:这个时候再执行npm star ...
分类:
其他好文 时间:
2016-08-30 10:49:44
阅读次数:
137
vc++ 2013 安装参数 /install 安装 /repair 修复 /uninstall 卸载 /layout /passive 显示最少UI且无提示 /quiet 不显示UI且无提示 /norestart 禁止任何重启 【统计代码行数】 =>快捷键:Ctrl+Shift+F => 查找内容 ...
分类:
其他好文 时间:
2016-08-29 12:42:57
阅读次数:
136
Homebrew 1、简介 可以帮助我们快速安装软件, 如 brew install svn 快速卸载软件 , 如 brew uninstall svn 2、下载 打开终端, /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.c ...
分类:
系统相关 时间:
2016-08-23 11:36:09
阅读次数:
253
1.cmd命令 安装命令: redis-server.exe --service-install redis.windows.conf --loglevel verbose 卸载命令: redis-server --service-uninstall redis-server --service-u ...
ref: http://stackoverflow.com/questions/25624247/uninstall-mongodb-correctly-and-install-mongodb-again ...
分类:
数据库 时间:
2016-08-07 00:44:39
阅读次数:
167