Latest Android Studio Canary Build: 1.0 Release Candidate 1
http://tools.android.com/download/studio/canary/latest
https://dl.google.com/dl/android/studio/ide-zips/1.0.0-rc1/android-studio-ide-1...
分类:
移动开发 时间:
2014-11-25 16:33:25
阅读次数:
275
这里说的是innodb类型的死锁!
网上找了好多东西 各种命令查看死锁信息,后面这条能用:
show engine innodb status;(根据mysql版本而异)
这命令在mysql命令行执行后如果有死锁
会出现下面这一块:
------------------------
LATEST DETECTED DEADLOCK
------------------------...
分类:
数据库 时间:
2014-11-25 12:47:26
阅读次数:
265
Detected memory leaks!
Dumping objects ->
{563} normal block at 0x0FAF4D60, 255 bytes long.
Data: 53 44 2D 32 30 31 34 30 31 32 30 4D 59 47 54 00
mfc 获取局域网Ip上次有内存溢出,我来说说解决办法!
方法:_CrtSetBreakA...
分类:
其他好文 时间:
2014-11-24 10:03:55
阅读次数:
237
November 20th, 2014:?For information on what‘s new in 1.0 RC1, see the?release announcement. 在window上,请尝试重新安装,下载地址: https://dl.google.com/dl/android/studio/install/1.0.0-rc1/andr...
分类:
移动开发 时间:
2014-11-21 10:54:52
阅读次数:
228
Up to Nov 21,2014, the latest version of DB Query Analyzer is 6.02. In 6.02, if you selected the option 'SQL Schedule Reconnect' in window configurations, the Schedule SQL scripts will be executed as long as the Database Server is in use, even though the D...
分类:
数据库 时间:
2014-11-21 09:10:49
阅读次数:
372
问题现象: 系统(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
一、死锁死锁是指这样一种状况。当多个线程竞争稀缺资源的时,由于他们相互等待获取对方线程所拥有的资源,大家都无法满足,从而都无法继续执行的情形。P2进程拥有R1资源,但他正请求获取R2资源;而P1进程拥有R2资源,但他正请求R1资源。1.1 Coffman条件--产生死锁的4个条件如果一个系统中如下4...
分类:
编程语言 时间:
2014-11-20 06:46:42
阅读次数:
144
最近写程序忽然发现了一些错误,运行总是报Heap corruption detected.断点单步发现总是在delete的时候出错。以前也出现过,不过没啥注意,现在想留着是个大大的心病!于是上网查了相关资料:下面是转载资料:http://www.cppblog.com/kerlw/archive/2...
分类:
其他好文 时间:
2014-11-19 07:28:23
阅读次数:
616
解决 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