码迷,mamicode.com
首页 >  
搜索关键字:disk space checking    ( 21310个结果
Unique Paths II <leetcode>
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:其他好文   时间:2014-09-16 10:38:30    阅读次数:236
Java虚拟机(JVM)中的内存设置详解
在一些规模稍大的应用中,Java虚拟机(JVM)的内存设置尤为重要,想在项目中取得好的效率,GC(垃圾回收)的设置是第一步。PermGen space:全称是Permanent Generation space.就是说是永久保存的区域,用于存放Class和Meta信息,Class在被Load的时候被...
分类:编程语言   时间:2014-09-16 05:59:40    阅读次数:210
uGUI练习(二) Animate UI
一、步骤 1、创建一个Panel,下面再创建两个子Panel 2、修改Canvas的 Render Mode为Screen Space-Camer 3、为每个Panel下添加一个Button 4、转动父Panel的Rotation的Y值,观察Scene和Game视图 5、通过Unity的Animat...
分类:其他好文   时间:2014-09-15 15:44:59    阅读次数:303
QML开发常用知识
小技巧: 1. QML的内部逻辑可以直接调试 2. ctrl+ alt + space,在写QML时,可以直接调出工具条 3. 属性以小写字母开发 4. 属性改变事件,基本都是on+Property+Changed 待续。。。 名词解释 1.QQuickView 提供了一个窗体用于显示UI 2. Q...
分类:其他好文   时间:2014-09-15 15:37:59    阅读次数:258
IT忍者神龟之Comparing Struts 1 and 2
Comparing Struts 1 and 2  Edit Page    Browse Space    Add Page    Add News Feature Struts 1 Struts 2 Action classes Struts 1 requires Action classes to ext...
分类:其他好文   时间:2014-09-14 18:04:57    阅读次数:359
硬盘安装Win7、CentOS7双系统
0.软件 Acronis Disk Director:用来对硬盘分区,将磁盘的一部分格式化成Linux可以识别的ext3格式 Ext2Fsd:因为Windows不能识别ext3格式的文件系统,所以需要借助这个软件将linux安装文件放到ext3的磁盘 EasyBCD:用于添加和修改启动项1...
分类:Windows程序   时间:2014-09-14 01:19:56    阅读次数:940
ZFXEngine开发笔记之Bump Mapping(2)
详细讲解如何进行Tangent Space的计算,并最终实现Bump Mapping...
分类:移动开发   时间:2014-09-13 22:49:36    阅读次数:324
IT忍者神龟之 配额不足的解决方法ORA-01536: space quota exceeded for tablespace
今天有同事反映最近几天的数据在oracle中查不到。检查TT的错误日志显示:TT5211: TT5211: Oracle out of resource error in OCIStmtExecute(): ORA-01536: space quota exceeded for tablespace 'TBSLOG' rc = -1 -- file "bdbTblH.c", lineno 24...
分类:其他好文   时间:2014-09-13 21:30:45    阅读次数:191
leetcode sort List
Sort a linked list in O(n log n) time using constant space complexity./** * Definition for singly-linked list. * struct ListNode { * int val; * ...
分类:其他好文   时间:2014-09-13 21:25:35    阅读次数:288
Sort List
Sort a linked list inO(nlogn) time using constant space complexity. 1 /** 2 * Definition for singly-linked list. 3 * struct ListNode { 4 * int ...
分类:其他好文   时间:2014-09-13 20:08:05    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!