码迷,mamicode.com
首页 >  
搜索关键字:out of memory    ( 64101个结果
不用animate滑动动画
-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;
分类:其他好文   时间:2014-05-17 00:40:18    阅读次数:230
gdb对应vc调试命令
gdb vc调试对照表:实现功能 vc gdb修改后编译 f7 make跳出函数(step out) shift+f11 finish,f重新启动 ctrl+shift+f5 run,r运行到指定行 f9+f5 tbreak,tb + continue,c中断程序 ctrl+alt+break ct...
分类:数据库   时间:2014-05-17 00:28:01    阅读次数:371
mysql 存储过程实例
--存储过程名和参数,参数中in表示传入参数,out标示传出参数,inout表示传入传出参数create procedure p_procedurecode(in sumdate varchar(10)) begin declare v_sql varchar(500); --需要...
分类:数据库   时间:2014-05-16 20:51:07    阅读次数:486
ORA-01034: ORACLE not available如何解决
一个小小的问题,让我折腾了一个上午,下午三点彻底解决了,分享一个给大家解决方法,尽管在测试服务器上,但是经验是值得总结和分享的.ERROR:ORA-01034: ORACLE not availableORA-27101: shared memory realm does not exist进程 I...
分类:数据库   时间:2014-05-16 07:05:33    阅读次数:468
HDU 2844 Coins
CoinsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6450Accepted Submission(s): 2628Problem Descr...
分类:其他好文   时间:2014-05-16 05:43:54    阅读次数:293
hdu 2686 Matrix && hdu 3367 Matrix Again (最大费用最大流)
MatrixTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1394Accepted Submission(s): 758Problem Descr...
分类:其他好文   时间:2014-05-16 05:32:21    阅读次数:332
2014 New Air Jordans 6 World Cup Brazil For Sale
Jordan Brand has been going out of theAir Jordan 6 World Cup Brazilordinary with some of their Retro colorways over the last few years and the trend c...
分类:其他好文   时间:2014-05-15 16:47:00    阅读次数:288
boost::interprocess(2)
//doc_anonymous_mutex_shared_data.hpp#include struct shared_memory_log{ enum { NumItems = 100 }; enum { LineSize = 100 }; shared_memory_log()...
分类:其他好文   时间:2014-05-14 10:38:00    阅读次数:343
手动释放linux内存和缓存
/proc/sys/vm/drop_caches(since Linux 2.6.16)Writing to this file causes the kernel to drop clean caches,dentries and inodes from memory, causing that ...
分类:系统相关   时间:2014-05-14 08:54:16    阅读次数:331
学习mysql存储过程,并且用到游标
定义一个存储过程,用到游标,从一个表中取值,插入到另外一个表中。drop procedure if exists search_test;create procedure search_test(in id int,out out_min_id varchar(200))begindeclare f...
分类:数据库   时间:2014-05-14 07:41:31    阅读次数:361
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!