1 周末班上课笔记 2 1.从redhat centos过度到ubuntu 3 a)修改网络配置 4 b)ubuntu安装 5 建议在安装ubuntu的过程中断网 6 分区: 7 建议分3个区 8 1.home分区 100G >/home 9 2.交换分区 8G 10 3.根分区 30G >/ 11 ...
分类:
其他好文 时间:
2018-04-24 00:14:47
阅读次数:
240
http://blog.163.com/ymguan@yeah/blog/static/14007287220133149477594/ 1. 显示当前运行的全部模拟器: adb devices 2. 安装应用程序: adb install -r 123.apk 3. 获取模拟器中的文件: adb ...
分类:
数据库 时间:
2018-04-20 18:01:51
阅读次数:
215
用途 show / manipulate routing, devices, policy routing and tunnels 用法 通用格式 link格式(网卡) addr格式(IP地址) addrlabel格式 route格式 rule格式 neigh格式 tunnel格式 maddr格式 ...
分类:
系统相关 时间:
2018-04-16 20:38:39
阅读次数:
239
Adb 命令 adb devices 查看设备连接 adb push 文件 /接收设备/ 发送文件到手机 adb pull /sdcard/文件 pc路径 发送文件到pc端 adb shell screencap /sdcard/保存路径 截屏 adb install /软件路径 安装软件 adb ...
分类:
数据库 时间:
2018-04-14 12:35:13
阅读次数:
163
网络类型介绍:There are four network locations: ●Choose Home network for home networks or when you know and trust the people and devices on the network. Comp ...
把有问题的 devices.xml 文件删除,再在sdk 里面 tools\lib 下找到devices.xml 文件,将这个文件拷贝到你删除的那个文件夹里,重启 eclipse 就 OK 啦! ...
分类:
系统相关 时间:
2018-04-10 10:54:25
阅读次数:
200
需求:和老婆一起玩双人同屏游戏(以撒的结合:抗生),但需要带上蓝牙耳机玩。 设备:2个蓝牙耳机、1个蓝牙接收器、1台Win10系统电脑。 通过关键字搜索出一个解决方案(Output audio to multiple devices in Windows 10) 在我电脑上测试无法实现。 但顺着思路 ...
分类:
其他好文 时间:
2018-04-08 00:12:40
阅读次数:
315
1. adb devices 显示当前连接的设备 2.adb进入指定设备 adb -s emulator-5556 shell ...
分类:
移动开发 时间:
2018-04-07 22:52:56
阅读次数:
203
Intel的一篇白皮书《USB 3.0 Radio Frequency Interference Impact on 2.4 GHz Wireless Devices》中即清楚地指出,USB3.0在使用时,会在2.4G频段增加约20dB的噪声,造成对2.4GHz ISM频段的射频干扰。这种干扰会降低 ...
分类:
其他好文 时间:
2018-04-06 23:49:11
阅读次数:
185
rcp rcp不是一种安全的的传输文件的方式,rcp通过rsh(rsh见下面)来执行远程命令,要使用rcp必须经过一些配置,现在rcp已经被scp取代了,常用scp来进行文件传输。要使用rcp,需要具备以下条件: (1)如果系统中有/etc/hosts 文件,应确保该文件包含要与之进行通信的远程主机 ...
分类:
Web程序 时间:
2018-04-04 21:19:40
阅读次数:
256