今日在释放内存是发生HEAP corruption Detected問題,纠结了半天。知道是释放的内存地址被改掉了造成的问题。内存在申请时会前后各加4位fd。用来校验。如果内存被该改掉的话后面4位fd会变掉。下面是转载资料:http://www.cppblog.com/kerlw/archive/2...
分类:
其他好文 时间:
2015-07-04 20:53:56
阅读次数:
143
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=484
分类:
其他好文 时间:
2015-07-02 21:05:00
阅读次数:
145
在activiti中配置使用mysql,加入mysql的jar包后,启动tomcat报如下错误七月01,20153:14:49下午org.apache.catalina.core.ApplicationContextlog信息:NoSpringWebApplicationInitializertyp...
分类:
移动开发 时间:
2015-07-01 17:56:22
阅读次数:
1339
对于需要特殊加密的人群,我这里给出相应的方法来进行谷歌式加密。
步骤如下:
准备:
首先在你的手机上准备好客户端(自己百度下载)
接下来按照命令做:
date 查看系统时间
date -s 03/04/2013(将系统日期设定为2013年03月04日)
date -s 110:38(将系统时间设定为上午 10:38)
修改完后执行:clock...
分类:
其他好文 时间:
2015-07-01 14:12:16
阅读次数:
94
转自:http://blog.csdn.net/haiross/article/details/12839229常见错误:-60 ORA00060: deadlock detected while waiting for resource一般错误: - 1 ORA00001: unique cons...
分类:
其他好文 时间:
2015-07-01 11:41:47
阅读次数:
536
由于破解调试需要,更改了系统时间,打开ArcMap会出现"The system clock has been set back more than 24 hours"的错误,原因是由于你更改过系统时间,或者是系统时间与正常时间不正确。一般情况下,将时间更正即可。但这次遇到的是,系统时间设置正确,但还...
分类:
其他好文 时间:
2015-06-30 14:49:39
阅读次数:
881
原文 On Wednesday evening, we went to the Town Hall. It was the last day of the year and a large crowd of people had gathered under the Town Hall clock. It would strike twelve in twenty minutes‘s t...
分类:
其他好文 时间:
2015-06-30 11:00:47
阅读次数:
161
Linux时间同步在Linux下,系统时间和硬件时间都以异步的方式运行,互不干扰。硬件时间的运行是靠Bios电池来维持,而系统时间是用CPU tick来维持的。在系统开机的时候,会自动从BIOS中取得硬件时间,设置为系统时间。硬件时间的设置,可以用hwclock或者clock命令。其中,clock和...
分类:
系统相关 时间:
2015-06-29 21:47:49
阅读次数:
181
设计一个计数程序,使用时钟clk,在这个clk的上升沿计数。
硬件上该时钟由50MHz晶振提供,因此设计时钟就要约束为50MHz,20ns时钟周期。
编译工程后打开quartus II TimeQuest:
点击Netlist -> Create Timing Netlist:
点击OK,点击菜单栏Constraints -> Create Clock:...
分类:
其他好文 时间:
2015-06-29 20:32:29
阅读次数:
181
本人使用的是centos
由于用使用些特殊命令,不得不修改系统的时间这里总结如下:
date 查看系统时间
date -s 03/04/2013(将系统日期设定为2013年03月04日)
date -s 110:38(将系统时间设定为上午 10:38)
修改完后执行:clock -w ,强制将时间写入COMS!
先查看时区
date -R
(将Asia/shangha...
分类:
系统相关 时间:
2015-06-29 20:22:36
阅读次数:
175