1.找到crash log信息:xcode->windows->Devices and Simulators->View Device logs->This Device 1.找到crash log信息:xcode->windows->Devices and Simulators->View Dev ...
分类:
移动开发 时间:
2020-05-31 18:19:14
阅读次数:
114
es6结构赋值: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> ...
分类:
其他好文 时间:
2020-05-31 16:00:17
阅读次数:
78
一、网络adb 1.1、device\rockchip\common\init.rk30board.rc # for Internet adb on property:netadb.status=true setprop service.adb.tcp.port 5555 restart adbd ...
分类:
数据库 时间:
2020-05-30 19:47:37
阅读次数:
80
连接好硬件,复位运行u-boot -> 加载内核并启动内核 -> nfs挂载根文件系统在嵌入式平台的根文件系统里输入 ls /dev/mtdblock* 如果能够查看到此设备,则将其挂载到嵌入式平台的/mnt目录下 mount -t jffs2 /dev/mtdblock2 /mnt mount / ...
分类:
数据库 时间:
2020-05-30 11:04:39
阅读次数:
112
在HTML文件的“”标签之间输入以下语句并用手机打开即可看到效果: <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scala ...
分类:
移动开发 时间:
2020-05-29 19:16:52
阅读次数:
89
云适配是一家帮助企业快速将桌面版网站适配到各种移动设备终端的屏幕上的新创公司,结合最前沿的HTML5,无需再像传统WAP 技术那样需要额外开发和维护一个移动网站,用户要做的就是添加一行代码。 云适配官网:http://yunshipei.com/ 在 2013 年 03 月 31 日,云适配初版上线 ...
分类:
Web程序 时间:
2020-05-29 17:32:00
阅读次数:
120
思路: 需要通过判断点击页码的情况,来分别进行html结构替换 整体代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width ...
分类:
其他好文 时间:
2020-05-29 13:56:29
阅读次数:
65
<R3>reset saved-configuration 输入命令后会出现: This will delete the configuration in the flash memory. The device configuratio ns will be erased to reconfigu ...
分类:
其他好文 时间:
2020-05-29 13:34:05
阅读次数:
208
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>数组的深拷贝与浅拷 ...
分类:
编程语言 时间:
2020-05-29 11:49:55
阅读次数:
53
cpu: top top # 显示系统级和所有进程的信息 top -p pid # 显示指定进程的信息 top -H -p pid # 显示指定进程的线程的信息 ctrl+p: 按CPU占用率排序 ctrl+m: 按内存占用率排序 device: iostat & pidstat 系统级IO ios ...
分类:
系统相关 时间:
2020-05-29 11:48:11
阅读次数:
74