1. Linux下有两类时钟: 1.1 实时钟RTC 它由板上电池驱动的“Real Time Clock”也叫做RTC或者叫CMOS时钟,硬件时钟。当操作系统关机的时候,用这个来记录时间,但是对于运行的系统是不用这个时间的。 1.2 系统时钟 “System clock”也叫内核时钟或者软件时钟,是 ...
分类:
系统相关 时间:
2016-03-23 21:55:48
阅读次数:
238
一、onBackPressed()方法的解释 这个方法放在 在安卓API中它是这样解释的: public void onBackPressed () Called when the activity has detected the user's press of the back key. The
分类:
移动开发 时间:
2016-03-22 20:39:13
阅读次数:
692
一、变形 1、旋转 rotate() 2、扭曲 skew() 3、缩放 scale() 4、位移 translate() 5、矩阵 matrix() 6、原点 transform-origin 二、动画 1、过渡属性 transition-property 2、过渡所需时间 transition-d
分类:
Web程序 时间:
2016-03-22 00:29:45
阅读次数:
313
Struts has detected an unhandled exception: Messages: ?Could not obtain transaction-synchronized Session for current thread File: org/springframework/...
分类:
其他好文 时间:
2016-03-21 18:02:32
阅读次数:
634
zabbix调用python发送短信的操作方法和配置邮件报警类似。过程参考zabbix配置部分。下面是python的脚本:[root@zabbix01alertscripts]#catsendsms.py#!/usr/bin/pythonimportsys,requests,timeMobNum=[sys.argv[1],]of=open("smslog.log",‘a‘)of.writelines(MobNum[0])Subject=..
分类:
其他好文 时间:
2016-03-21 16:43:38
阅读次数:
1205
在Xcode中突然好久没有使用真机调试了,今天使用真机的时候,出现如下的警告,并真机运行失败:The identity used to sign the executable is no longer valid.Please verify that your device's clock is proprtly set,and that your signing certificate is n...
分类:
其他好文 时间:
2016-03-17 07:10:28
阅读次数:
182
IIC电气特性 I2C(inter intergrated circuit)总线是由philps公司开发的两线式串行总线,用于连接微控制器及其外围设备。 I2C总线只有两根双向信号线: SDA:serial date line 数据线 SCL:serial clock line 时钟线 总线寻址 I
分类:
其他好文 时间:
2016-03-16 17:09:14
阅读次数:
190
转自:http://www.cnblogs.com/muhuacat/p/5276306.html RTC即real time clock实时时钟,主要用于为操作系统提供可靠的时间;当系统处于断电 的情况下,RTC记录操作系统时间,并可在电池供电情况下继续正常工作,当系统正常启动后
分类:
其他好文 时间:
2016-03-15 12:02:39
阅读次数:
273
RTC即real time clock实时时钟,主要用于为操作系统提供可靠的时间;当系统处于断电 的情况下,RTC记录操作系统时间,并可在电池供电情况下继续正常工作,当系统正常启动后,系统可从RTC读取时间信息,来确保断电后时间运行连续性。 目前,很多CPU中都已
分类:
其他好文 时间:
2016-03-14 18:15:37
阅读次数:
296
RecyclerView 存在的一个明显的 bug 一直没有修复: java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid item position… 重现的方法是:使用 RecyclerView 加官方下拉刷新的时
分类:
编程语言 时间:
2016-03-13 19:35:35
阅读次数:
707