码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
esxi报错There is no more space for virtual disk--逻辑卷缩减!
来自localhost.localdomain的消息:Thereisnomorespaceforvirtualdiskftp-000001.vmdk.Youmightbeabletocontinuethissessionbyfreeingdiskspaceontheelevantvolume,andclicking_Retry.ClickCanceltoterminatethissession.问题:磁盘空间分配不合理。解决方式,合理分配磁盘空间..
分类:其他好文   时间:2016-08-26 15:45:46    阅读次数:3348
[LeetCode] No. 9 Palindrome Number
[题目] Determine whether an integer is a palindrome. Do this without extra space. [题目解析] 判断一个给定整数是否为回文数,回文数即121,11411这种正着和反着相同的数字,最小的回文数是0。实现思路可以比较直接,先对 ...
分类:其他好文   时间:2016-08-26 13:44:59    阅读次数:110
Java JVM:内存溢出(栈溢出,堆溢出,持久代溢出以及 nable to create native thread)
转载自https://github.com/pzxwhc/MineKnowContainer/issues/25 包括:1. 栈溢出(StackOverflowError)2. 堆溢出(OutOfMemoryError:java heap space)3. 永久代溢出(OutOfMemoryErro ...
分类:编程语言   时间:2016-08-26 11:59:37    阅读次数:560
leetcode 58 Length of Last Word ----- java
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 ...
分类:编程语言   时间:2016-08-26 01:11:42    阅读次数:201
文本处理小公举(cut,sort,uniq,head,tail,tr,wc,diff)
tr作用:可搭配集对应字符对字符的转换和删除集对应字符[:alnum:]:字母和数字[:alpha:]:字母[:cntrl:]:控制(非打印)字符[:digit:]:数字[:graph:]:图形字符[:lower:]:小写字母[:print:]:可打印字符[:punct:]:标点符号[:space:]:空白字符[:upper:]:大写字母[:xdigit:..
分类:其他好文   时间:2016-08-25 22:03:20    阅读次数:361
mysql主从同步
主192.168.20.63duwers63.space从192.168.20.60duwers60.space关闭iptablesselinux主从数据库版本一致拓扑主库配置【192.168.20.63】查看版本[root@duwers63~]#mysql-uroot-p123456mysql>showvariableslike‘%version%‘;#查看版本+-------------------------+---------------..
分类:数据库   时间:2016-08-25 21:56:11    阅读次数:303
V4L2源代码之旅十:videobuf
关于videobuf,即V4L2如何实现高性能的和用户空间的Buffer交互,这部分内容应该是V4L2中最难以理解的部分了。 看文档:kernel/Documentation/video4linux/videobuf. videobuf的功能是V4L2 driver和user space之间的粘合层 ...
分类:其他好文   时间:2016-08-24 12:41:19    阅读次数:661
Leetcode 9 Palindrome Number C#
Determine whether an integer is a palindrome. Do this without extra space. Solution: ...
分类:Windows程序   时间:2016-08-24 06:41:03    阅读次数:240
Tomcat内存溢出解决办法
使用Java程序从数据库中查询大量的数据时出现异常:java.lang.OutOfMemoryError: Java heap space在JVM中如果98%的时间是用于GC且可用的 Heap size 不足2%的时候将抛出此异常信息。JVM堆的设置是指java程序运行过程中JVM可以调配使用的内存 ...
分类:其他好文   时间:2016-08-23 23:40:49    阅读次数:416
URAL 2062 Ambitious Experiment(树状数组)
题目地址:http://acm.timus.ru/problem.aspx?space=1&num=2062 思路:对于x位置上的数,对其有贡献的数为位置为x的因数且属于修改区间[l,r]的数。所以对于查询操作ans=a[p]+sigma(sum(j)) (j为p的约数)。区间修改时仅需修改区间端点值:c[l]+=d,c[r+1]-=d(当数x在某个区间[l,r]时,每次求前x项的和时已包含该区...
分类:编程语言   时间:2016-08-23 22:10:17    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!