ProblemWe are given a specific time(like 02:23), we need to get the angle between hour and minute(less than 180)Solution 1 public static double clockA...
分类:
其他好文 时间:
2014-11-21 10:36:27
阅读次数:
211
set clock timezone 0set vrouter trust-vr sharableset vrouter "untrust-vr"exitset vrouter "trust-vr"unset auto-route-exportexitset service "RDP-8888" p...
分类:
其他好文 时间:
2014-11-21 01:16:46
阅读次数:
376
问题现象: 系统(android)正常运行一段时间之后就会panic,查看kernel的log发现是发生了hard lockup,相关的log如下:[ 1815.827575] c0 cpu0 detected cpu1 has HARDLOCKUP![ 1815.828063] c0 Mod...
分类:
其他好文 时间:
2014-11-20 18:23:04
阅读次数:
187
一、基本目标
在JavaScript设计一个分秒倒计时器,一旦时间完成使按钮变成不可点击状态
具体效果如下图,为了说明问题,调成每50毫秒也就是每0.05跳一次表,
真正使用的时候,把window.onload=function(){...}中的setInterval("clock.move()",50);从50调成1000即可。
在时间用完之前,按钮还是可以点击的。
时间用完之...
分类:
编程语言 时间:
2014-11-19 11:02:57
阅读次数:
280
最近写程序忽然发现了一些错误,运行总是报Heap corruption detected.断点单步发现总是在delete的时候出错。以前也出现过,不过没啥注意,现在想留着是个大大的心病!于是上网查了相关资料:下面是转载资料:http://www.cppblog.com/kerlw/archive/2...
分类:
其他好文 时间:
2014-11-19 07:28:23
阅读次数:
616
现象:Linux时间修改后自动还原原因:Linux 的 date 命令只是修改Linux系统的时间,重启服务器后时间会重新变为CMOS中的时间方法:修改时间后需用clock 命令将时间写入CMOS#date -s 15:38:00#clock -w注:clock命令也可以不执行,执行date修改时间...
分类:
系统相关 时间:
2014-11-17 17:13:19
阅读次数:
234
Transform字面上就是变形,改变的意思。在CSS3中transform主要包括以下几种:旋转rotate、扭曲skew、缩放scale和移动translate以及矩阵变形matrix。下面我们一起来看看CSS3中transform的旋转rotate、扭曲skew、缩放scale和移动translate具体如何实现,老样子,我们就从transform的语法开始吧。语法: transform...
分类:
Web程序 时间:
2014-11-17 12:22:04
阅读次数:
2562
#includeclock_t begin,stop;//开始记录时间 begin=clock();//你要测试时间的程序算法程序();stop=clock();//获得测试程序运行的时间printf("%ld",(stop-begin/CLOCKS_PER_SEC));//按照s,秒为...
分类:
编程语言 时间:
2014-11-15 21:47:26
阅读次数:
254
解决 after Normal block(#908) at 0x399EC0. CRT detected that the application wrote to memory after end of heap buffer 内存出错1. 数组越界所导致 char* pBuffer = new...
分类:
编程语言 时间:
2014-11-15 21:36:53
阅读次数:
339
1 在界面上使用ALT-F2打开“运行应用程序”界面。
2 输入dconf-editor,然后点击“运行”打开“Configuration Editor”界面。
3 在左边的树形结构中依次查找:
org->gnome->gedit->preferences->encodings,此时右侧栏中显示配置栏。
4 在右侧栏中将atuo-detected值设置如下:
['GB18030', 'U...
分类:
系统相关 时间:
2014-11-15 12:56:05
阅读次数:
205