码迷,mamicode.com
首页 >  
搜索关键字:device eth0    ( 9727个结果
CSS背景
背景颜色 渐变色背景:可以做出各种各样的图形,复杂的图形可以使用这个方案,比如=>这样的图形 多背景叠加 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device- ...
分类:Web程序   时间:2020-07-11 23:09:17    阅读次数:185
appium的简单调用以及mumu模拟器的使用
一、安装sdk,配置环境变量,前提还要配置好jdk,安装完之后可以使用adb命令了,具体的安装可以看其他教程 adb connect 127.0.0.1:7555 #连接mumu模拟器,关联才可调用 安装后启动appium 那么如何获取当前的包名和AppActivity呢? 可以使用adb命令: a ...
分类:移动开发   时间:2020-07-11 23:01:04    阅读次数:111
P13 演示innerHTML的使用
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>innerHTML ...
分类:Web程序   时间:2020-07-11 22:58:45    阅读次数:76
Linux系统添加永久静态路由的方法
一、使用route命令添加 使用route 命令添加的路由,机器重启或者网卡重启后路由就失效了,方法: A、添加到主机的路由 # route add –host 192.168.1.10 dev eth0 # route add –host 192.168.1.10 gw 192.168.1.1 # ...
分类:系统相关   时间:2020-07-11 19:09:13    阅读次数:116
嵌入式Linux设备驱动程序:用户空间中的设备驱动程序
嵌入式Linux设备驱动程序:用户空间中的设备驱动程序 Embedded Linux device drivers: Device drivers in user space Interfacing with Device Drivers Device drivers in user space 用 ...
分类:系统相关   时间:2020-07-11 13:04:44    阅读次数:95
程序挂载
ifconfig //查ip ifconfig eth0 192.168.20.40 //ip改为同网段 mount -t nfs -o nolock 192.168.20.30:/home/share /mnt/ cd /mnt/test ...
分类:其他好文   时间:2020-07-11 13:03:54    阅读次数:55
嵌入式Linux设备驱动程序:在运行时读取驱动程序状态
嵌入式Linux设备驱动程序:在运行时读取驱动程序状态 Embedded Linux device drivers: Reading driver state at runtime 在运行时了解驱动程序 一旦有了一个正在运行的Linux系统,了解哪些设备驱动程序被加载以及它们处于什么状态是很有用的。 ...
分类:系统相关   时间:2020-07-11 12:46:55    阅读次数:96
嵌入式Linux设备驱动程序:发现硬件配置
嵌入式Linux设备驱动程序:发现硬件配置 Embedded Linux device drivers: Discovering the hardware configuration Interfacing with Device Drivers 了解硬件配置 虚拟驱动程序演示了一个设备驱动程序的结 ...
分类:系统相关   时间:2020-07-11 11:13:22    阅读次数:108
星级评分html
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docume ...
分类:Web程序   时间:2020-07-10 21:18:47    阅读次数:124
css 实现手风琴效果
效果: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Docum ...
分类:Web程序   时间:2020-07-10 20:54:24    阅读次数:64
9727条   上一页 1 ... 32 33 34 35 36 ... 973 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!