本文由99根据Johan Johansson的《How To Make Your Websites Faster On Mobile Devices》所译,整个译文带有我们自己的理解与思想,如果译得不好或不对之处还请同行朋友指点。如需转载此译文,需注明英文出处:http://mobile.smash...
分类:
移动开发 时间:
2015-07-27 18:34:31
阅读次数:
182
LinuxCreateSoftwareRAID1(Mirror)Array1.installmdmodule yuminstallmdadm2.cleansupberblock mdadm--zero-superblock/dev/sdc/dev/sdd3.createraid1 mdadm--create/dev/md0--level=1--raid-devices=2/dev/sdc1/dev/sdd14.nowyoucanmkfsoruseblockdevderectly.5.getraidinfofr..
分类:
系统相关 时间:
2015-07-27 00:36:38
阅读次数:
175
iOS 事件传递及响应过程—->>事件到来——>>事件分发 ——>>事件响应 事件( Events)官方文档( Events(iOS)) 是这样描述的:
Users manipulate their iOS devices in a number of ways, such as touching the screen or shaking the device. iOS interp...
分类:
移动开发 时间:
2015-07-26 15:49:25
阅读次数:
123
Recently I am running an experiment. Because the lab has only NI devices, I have to learn to use the so-called "Graphical Programming Language" LabVie...
分类:
其他好文 时间:
2015-07-24 20:26:43
阅读次数:
97
Right from pupils to make sure you movie stars, combined with all of us in-between, Diesel-engined devices toronto and additionally equipment enjoy a ...
分类:
其他好文 时间:
2015-07-22 14:30:32
阅读次数:
149
【错误】
打开eclipse报错:发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。 【具体报错信息】
Error parsing D:\android-sdks\system-images\android-22\android-wear\armeabi-v7a\devices.xml cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效...
分类:
移动开发 时间:
2015-07-22 01:41:16
阅读次数:
234
1.jquery动态添加html元素(例如:)<divid="testdiv"><ul></ul></div>假设我们要给ul动态添加的<li>绑定click事件形成如下结果<divid="devices_div"><ul><liname="apple">apple</li><liname="pear">pear</li&..
分类:
Web程序 时间:
2015-07-20 17:03:24
阅读次数:
152
【错误】打开eclipse报错:发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。
【具体报错信息】
Error parsing D:\android-sdks\system-images\android-22\android-wear\armeabi-v7a\devices.xml
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内...
分类:
移动开发 时间:
2015-07-19 16:30:32
阅读次数:
129
Android---adb (安卓调试桥)的使用
一、 adb 的简单介绍:
adb 全称 android debug Bridge,安卓调试桥。起到连接桥的作用,就是将你的电脑和手机连接起来,让你可以在电脑上执行 linux 命令来管理手机,同时也能安装卸载软件。
二、 adb 的常见指令:
adb devices # 列出所有的设备
...
分类:
移动开发 时间:
2015-07-17 18:54:32
阅读次数:
180
今天在mac上连接一个android设备发现连不上,adb devices看不到设备,于是想用lsusb命令看下,结果发现Mac竟然没有这个命令,于是网上搜了下,发现了下面的命令system_profiler
SPUSBDataType,但每次都输入这个命令我也记不住啊,于是自己在~/bin下创建个lsusb文件,输入system_profiler SPUSBDataType, 然后加上执行权...
分类:
移动开发 时间:
2015-07-15 15:13:11
阅读次数:
367