E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
maxp
Eclipse.ini参数简介
2.为什么有的机器我将-Xmx和-XX:
MaxP
qq295445028
·
2012-05-03 10:00
java
eclipse
jvm
虚拟机
windows
64bit
poj 1789 Truck History
1789TruckHistory */ #include #include #include #defineMaxDiff1000 #defineMaxP2005 usingnamespacestd; charstr[
MaxP
stormdpzh
·
2012-03-18 13:00
[U]3.1.2 Score Inflation 赤裸裸的多重背包问题
PROG:inflate */ #include #defineMAXT10000 #defineMAXP10000 usingnamespacestd; intdp[MAXT+1]; intt[
MAXP
sevenster
·
2012-02-12 12:00
c
tomcat 调内存
quot;Using CATALINA_BASE: $CATALINA_BASE"”上面加入以下行: JAVA_OPTS="-server -XX:PermSize=64M -XX:
MaxP
zhujiang520
·
2012-01-12 11:00
tomcat
提升tomcat服务器性能的七条经验
(2)内存在大量数据处理的情况下,将会有较大的内存容量需求,可以用-Xmx-Xms-XX:
MaxP
passover
·
2011-12-03 15:01
tomcat
职场
性能优化
休闲
MyEclipse报 available memory is low警告
(Non-heapmemory)spaceremians.Recommendedmemoryarguments: -vmargs-Xms128M-Xmx512M-XX:PermSize=64M-XX:
MaxP
hillpool
·
2011-12-01 11:00
dp专辑 R - Trade [ 单调队列]
:lxhgww进行股票投资,他能预计未来T天内股票的变动,在第i天,他可以以价格为APi买一支股票(最多ASi支),或者以价格BPi卖一支股票(最多BSi支),两次操作需要相差W天,同时他最多只能拥有
MaxP
lmyclever
·
2011-08-09 21:00
优化
api
input
output
2010
几种C++排序算法
include int*p; intlen; intdiv; voidbubble(int*a,intnum) { inttemp; for(inti=0;ii;n--) { if(a[n]0;i--) {
maxp
j086924
·
2011-04-07 13:00
C++
算法
insert
div
merge
Trade HDU 3401 单调队列DP
题意: 给定每天的股票买进上限,买进价格,卖出上限,卖出价格,每两次买卖操作中间必须间隔w天,每天最多持有
maxp
个股票,问n天后最大收益是多少题解: DP方程显然: dp[i][j]=max(不买不卖
SwordHoly
·
2011-03-16 18:00
java.lang.OutOfMemoryError: Java heap space + myeclipse中分配tomcat启动时所占内存大小
×->JDK面板中的 Optional Java VM arguments中添加:-Xmx1024M -Xms512M -XX:
MaxP
乐溪925
·
2010-12-31 17:00
java
jvm
tomcat
linux
MyEclipse
PKU 1091 跳蚤 数论 容斥原理
#include#includeusingnamespacestd;#defineMAXN20#defineMAXP200000__int64p[
MAXP
],tp,ans,n,m;void get_pri
SwordHoly
·
2010-10-21 23:00
hdu 3401 Trade
(a):(b))int f[N][N],q[N],id[N];int main(){ int t,n,
maxp
,w,ap,bp,as,bs; scanf("%d",&t); while
huicpc0860
·
2010-08-16 21:00
poj 1631 Bridging signals 最长上升子序列
poj1631Bridgingsignals最长上升子序列//Bridging signals 1631 最长上升子序列 dp问题 2010.8.13#include using namespace std;const int
MAXP
生若有余
·
2010-08-13 15:00
因子和阶乘
输入正整数n(2#include#defineLOCALintis_prime(intn){for(inti=2;i*imaxp){
maxp
=j;}}if(m==1)break;//check,savetime
delphiwcdj
·
2010-06-14 14:00
POJ 3006 Dirichlet's Theorem on Arithmetic Progressions(素数表)
#includeusingnamespacestd;constintMAXP=1100000;boolisPrime[
MAXP
];intprime[
MAXP
];voidprimeList(){memset
ChinaCzy
·
2010-06-13 21:00
POJ 2909 Goldbach's Conjecture(素数表)
这次是验证哥德巴赫猜想的解有多少个,同样核心是打素数表//思路和POJ2262差不多,筛法打素表#includeusingnamespacestd;constintMAXP=400000;boolisPrime[
MAXP
ChinaCzy
·
2010-06-13 20:00
POJ 2262 Goldbach's Conjecture(素数表)
则这两个数就是分解的结果//复杂度必须O(n)才能过,O(n^2)必定TLE#include#includeusingnamespacestd;constintMAXP=10000010;boolisPrime[
MAXP
ChinaCzy
·
2010-06-13 20:00
tomcat:java.lang.outofmemoryerror permgen space
PermSize=256m-XX:MaxPermSize=512m 2、在环境变量里面配置: 环境变量:-Xms512m -Xmx1024m -XX:PermSize=256m -XX:
MaxP
david20080309
·
2009-12-07 09:00
java
jvm
tomcat
jsp
Web
参数启动eclipse
echo 参数-clean -console -consoleLog -debug -vmargs echo 内存分配 -Xms128M -Xmx512M -XX:PermSize=64M -XX:
MaxP
alan3258
·
2009-08-03 17:00
java
eclipse
C++
c
C#
pku1511_spfa*2+queue
使用队列的优化 1#include 2#include 3using namespace std; 4#define INF 2147483647 //2,147,483,647 5#define
MAXP
wyiu
·
2009-04-27 01:00
pku1988_并查集
所在树后,原x所在树的节点的above大小得更新,由于有路经压缩...具体看程序吧 1#include 2using namespace std; 3#define MAXN 30000 4#define
MAXP
wyiu
·
2009-04-23 20:00
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他