码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
An internal error occurred during: "Building workspace".
当在eclipse中的web工程中增加了extjs4,出现An internal error occurred during: "Building workspace".Java heap space 错误。解决办法1:把extjs4的工程安装包不要放到web工程中就ok了,或者建议直接用myecl...
分类:其他好文   时间:2015-06-25 13:44:31    阅读次数:140
leetcode 88 Merge Sorted Array
Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note: You may assume that nums1 has enough space (size that is greater or equal to m + n) to hold addit...
分类:其他好文   时间:2015-06-25 00:08:36    阅读次数:182
调整Windows XP 输入法顺序
執行 Regedit.exe至 HKEY_CURRENT_USER\Keyboard Layout\Preload 調整輸入法順序,右邊欄中名稱為 1 的鍵值就是內定的輸入法,其值一般為 00000404,也就是美式鍵盤,不要更動它。名稱為 2 的鍵值就是按了 Ctrl-Space 後會出現的輸入法...
分类:Windows程序   时间:2015-06-24 23:48:53    阅读次数:199
Leetcode--easy系列4
#58 Length of Last Word Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word does not exist,...
分类:其他好文   时间:2015-06-24 16:22:21    阅读次数:141
CorePlot学习 坐标轴的详细分析
//坐标轴的初始化 -(void)axesInit { // Setup plot space: 设置一屏内可显示的x,y量度范围 CPTXYPlotSpace *plotSpace = (CPTXYPlotSpace *)[xyGra...
分类:其他好文   时间:2015-06-24 15:55:09    阅读次数:225
Leetcode--easy系列3
#26 Remove Duplicates from Sorted Array Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for ...
分类:其他好文   时间:2015-06-24 12:59:55    阅读次数:121
Ubuntu 14.10 下sed命令详解
简介sed 是一种在线编辑器,它一次处理一行内容。处理时,把当前处理的行存储在临时缓冲区中,称为“模式空间”(pattern space),接着用sed命令处理缓冲区中的内容,处理完成后,把缓冲区的内容送往屏幕。接着处理下一行,这样不断重复,直到文件末尾。文件内容并没有 改变,除非你使用重定向存储输...
分类:系统相关   时间:2015-06-24 12:22:36    阅读次数:242
expdp时遇到ORA-31693&ORA-02354&ORA-01466
expdp时遇到ORA-31693&ORA-02354&ORA-01466 对一个schema执行expdp导出,expdp命令: nohup expdp HQ_X1/HQ_X1 DUMPFILE=HQ_X1.DMP DIRECTORY=DIR1 parallel=8  flashback_scn=10838324803 & ORA-39095: Dump file space has be...
分类:其他好文   时间:2015-06-24 02:02:03    阅读次数:369
Async All the Way
Asynchronous code reminds me of the story of a fellow who mentioned that the world was suspended in space and was immediately challenged by an elderly...
分类:其他好文   时间:2015-06-24 01:59:38    阅读次数:210
palindrome number
1. Question确定一个数是否是回文数。要求不使用额外空间。Determine whether an integer is a palindrome. Do this without extra space.2. Solution如果是负数,就不是回文数。2.1 reverse integer...
分类:其他好文   时间:2015-06-23 23:04:49    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!