码迷,mamicode.com
首页 >  
搜索关键字:generation    ( 601个结果
随机数的实现原理
http://en.wikipedia.org/wiki/Random_number_generation The GLIBC random number generator讲了GLIBC中random()函数的实现原理,并给出了一段代码: #include <stdio.h> #define MAX 1000 #define seed 1 mai...
分类:其他好文   时间:2014-10-12 17:28:29    阅读次数:198
eclipse启动报failed to the java virtual machine的原因
1、找到这个配置文件2、修改配置文件说明:PermSize和MaxPermSize指明虚拟机为java永久生成对象(Permanate generation)等这些可反射(reflective)对象分配内存限制,这些内存不包括在Heap(堆内存)区之中。-Xms128m 表示JVM Heap(堆内存...
分类:编程语言   时间:2014-10-05 12:13:38    阅读次数:242
PowerDesigner根据NAME自动生成注释
menu: [Database]->[Database Generation] ? tab: ?[Tables & Views]->check table & column ‘s comment ? ? ? [Options]->Generation name in empty comment...
分类:其他好文   时间:2014-09-29 16:59:31    阅读次数:186
log4j2的基本配置和实现
> Log4j 2 contains next-generation Asynchronous Loggers based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous Loggers have 18 times higher throughput and orders of magnitude...
分类:其他好文   时间:2014-09-25 20:59:18    阅读次数:203
HTTP Status 500 - Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen
HTTP Status 500 - Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen space发生此问题的环境信息:系统:CentOS 6.5Tomcat:Tomcat 7.0.6PermGen spacePermGen space的全称是Permanent Generation ...
分类:编程语言   时间:2014-09-25 20:55:07    阅读次数:240
poj1195--Mobile phones(二维树状数组)
Mobile phones Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 15182   Accepted: 7013 Description Suppose that the fourth generation mobile phone base stations ...
分类:其他好文   时间:2014-09-23 22:43:15    阅读次数:203
JAVADOC时候乱码-编码 GBK 的不可映射字符
1,在项目列表中按右键,选择Export(导出),然后在Export(导出)对话框中选择java下的javadoc,提交到下一步。在Javadoc Generation对话框中有两个地方要注意的:javadoc command:应该选择jdk的bin/javadoc.exedestination:为...
分类:编程语言   时间:2014-09-22 13:11:02    阅读次数:204
sign a third-party dll which don't have a strong name
Problem: Assembly generation failed -- Referenced assembly '' does not have a strong nameCause: this is due to you have referenced a third-party dll w...
分类:其他好文   时间:2014-09-18 16:05:34    阅读次数:264
PowerDesigner中翻转生成PDM图时把Name属性变成注释(转)
在pd里面运行下面这段代码'******************************************************************************'* File: name2comment.vbs'* Purpose: Database generation c...
分类:其他好文   时间:2014-09-16 15:53:00    阅读次数:211
Java虚拟机(JVM)中的内存设置详解
在一些规模稍大的应用中,Java虚拟机(JVM)的内存设置尤为重要,想在项目中取得好的效率,GC(垃圾回收)的设置是第一步。PermGen space:全称是Permanent Generation space.就是说是永久保存的区域,用于存放Class和Meta信息,Class在被Load的时候被...
分类:编程语言   时间:2014-09-16 05:59:40    阅读次数:210
601条   上一页 1 ... 52 53 54 55 56 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!