复杂火

文章
8
资源
0
加入时间
3年0月20天

Python datetime模块详解 

一、datetime模块介绍(一)、datetime模块中包含如下类:类名 功能说明 date 日期对象,常用的属性有year, month, day time 时间对象 datetime 日期时间对象,常用的属性有hour, minute, second, microsecond datetime_CAPI 日期时间对象C语言接口 ...

使用PowerMockito对静态方法进行mock

使用PowerMockito.mockStatic(class)创建静态类的mock对象注意事项: 如果想对某个类的静态方法进行mock,则必须在PrepareForTest后面加上相应的类名,比如Utility.class.当使用mockStatic方法对Utility.class进行了mock,那么此时该类中的所有方法实际上都已经被mock了,如果没有对某个方法进行具体mock返回值...

[architecture]-Generic Timer

1、architecturegeneric Timer由System Counter和per-core timer组成.System Counter提供固定频率的counter,56-64bits宽度,1MHZ-50MHZ2、processor中有哪些timer?3、寄存器介绍(1)、Count and frequencyCNTPCT_EL0:reports the current system count valueCNTFRQ_EL0:reports the frequency of