码迷,mamicode.com
首页 >  
搜索关键字:no buffer space available    ( 25616个结果
LeetCode OJ - Linked List Cycle
题目: Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space?解题思路: 使用快慢指针,快指针每次走两步,慢指针每次走一步...
分类:其他好文   时间:2014-05-16 05:19:21    阅读次数:271
STM32之串口通信
一、RS232通信协议1、概念 个人计算机上的通讯接口之一,由电子工业协会(Electronic Industries Association,EIA) 所制定的异步传输标准接口。 2、电气特性 逻辑1(MARK): -3V~-15V 逻辑0(SPACE): +3~+15V3、接...
分类:其他好文   时间:2014-05-15 16:23:19    阅读次数:404
emacs quick open and jump file (or buffer) which name is current word
Sometime, we need to open a file or buffer which name began with current word in emacs. Here I give the solution as follows. (provide 'quick-file-jump) (defun ab/quick-buffer-jump () "Quickly jum...
分类:其他好文   时间:2014-05-15 15:02:20    阅读次数:373
[LeetCode]Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space....
分类:其他好文   时间:2014-05-15 14:38:59    阅读次数:278
《深入Java虚拟机学习笔记》- 第9章 垃圾收集
一、Java内存组成组成图堆(Heap)运行时数据区域,所有类实例和数组的内存均从此处分配。Java虚拟机启动时创建。对象的堆内存由称为垃圾回收器的自动内存管理系统回收。组成 组成 详解Young Generation即图中的Eden + From Space + To Space1.Eden存放新...
分类:编程语言   时间:2014-05-15 02:07:43    阅读次数:320
【LeetCode】Linked List Cycle
Linked List CycleGiven a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?做完Linked List Cycle II在做这...
分类:其他好文   时间:2014-05-14 23:30:00    阅读次数:399
PSPInstance Object | Web Python
PSPInstance Object | Web PythonThe PSPInstance object is available to all PSP pages through the psp variable.
分类:编程语言   时间:2014-05-14 23:15:04    阅读次数:296
LeetCode 009 Palindrome Number
【题目】 Determine whether an integer is a palindrome. Do this without extra space. 【题意】 题意判断一个整数是否是回文数 注意一下几点: 1. 不能用额外的空间 2. 负数不是回文数...
分类:其他好文   时间:2014-05-14 20:31:10    阅读次数:298
用rvm安装ruby错误
用rvm安装ruby错误缺少对于的库文件[root@localhost~]#rvminstall2.0.0Searchingforbinaryrubies,thismighttakesometime.Nobinaryrubiesavailablefor:redhat/6/i386/ruby-2.0.0-p451.Continuingwithcompilation.Pleaseread‘rvmhelpmount‘togetmoreinformationonbinaryrubies.Ch..
分类:其他好文   时间:2014-05-14 16:42:26    阅读次数:620
Loadrunner打开Controller时候,提示Transaction monitor not available的问题解决
声明:此篇文章纯粹是为了LoadRunner学习者再折腾过程中遇到该问题而写。以下为我的电脑环境:系统环境:WindowsXPsp3浏览器:IE6LoadRunner版本:11.00今天当我打开loadrunner的时候,正常录制脚本,运行controller的时候,就没有图表显示了,试了几次,依然如此。关闭loadrun..
分类:其他好文   时间:2014-05-14 16:03:21    阅读次数:729
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!