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
0KB
UVA 575-Skew Binary
A-SkewBinaryTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluDescription Whenanumberisexpressedindecimal
HelloWorld10086
·
2014-07-20 16:00
binary
uva
skew
Uva 10387 Billiard
C-BilliardTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmitStatusDescriptionInabilliardtablewithhorizontalsideainchesandverticalsidebinches
HelloWorld10086
·
2014-07-20 15:00
uva
Billiard
uva 10537 - The Toll! Revisited (逆向思维最短路)
RevisitedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusDescriptionProblemGToll
u014569598
·
2014-07-20 08:00
Uva 340 Master-Mind Hints
A-Master-MindHintsTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluDescriptionMasterMindisagamefortwoplayers.Oneofthem
HelloWorld10086
·
2014-07-15 10:00
Hints
uva
Master-Mind
UVA 10878 Decode the tape
C-DecodethetapeTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluDescription "Machinestakemebysurprisewithgreatfrequency
HelloWorld10086
·
2014-07-15 10:00
decode
uva
the
tape
Uva 748 Exponentiation (高精度幂运算)
C-ExponentiationTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluDescriptionProblemsinvolvingthecomputationofexactvaluesofverylargemagnitudeandprecisionarecommon.Forexample
HelloWorld10086
·
2014-07-15 09:00
uva
Exponentiation
清除error.log、access.log并限制Apache日志文件大小的方法
有个客户反映vps网站打不开,登录系统检查下,客户是win2003系统,发现放置网站文件的D盘已被占满,可用空间为
0KB
,进去发现客户Apache服务器的错误日志error.log非常的大,造成D盘被爆满
vieriwin
·
2014-07-11 14:56
apache
log
清除error.log、access.log并限制Apache日志文件大小的方法
有个客户反映vps网站打不开,登录系统检查下,客户是win2003系统,发现放置网站文件的D盘已被占满,可用空间为
0KB
,进去发现客户Apache服务器的错误日志error.log非常的大,造成D盘被爆满
vieriwin
·
2014-07-11 14:07
apache
log
UVA 10494 If We Were a Child Again 高精度除法简单版
那么这个问题就变得很简单了,没有太多好说的,只要模拟一下除法的步骤就可以了原本打算用这题作为高精度运算初步的收关题的,看样子还是简单了代码如下:Result : Accepted Memory :
0KB
u013738743
·
2014-07-05 23:00
uva
高精度运算
10494
导出excel
0kb
的问题
运行导出代码,浏览器提示下载框,但是大小为
0kb
,跟踪代码执行情况,在这一行就结束了wb=newXSSFWorkbook(is);没有异常抛出。
yt19850701
·
2014-07-05 16:33
poi
导出
0kb
UVA 748 Exponentiation 高精度乘法
次方末尾是0当且仅当这个数的末尾是0,所以一个小数位有m位的数,它的k次方末尾将会有m*k位小数所以这样既可以把这题看做是一个简单的高精度计算的题代码如下:Result : Accepted Memory :
0KB
u013738743
·
2014-07-04 16:00
uva
Exponentiation
高精度运算
748
UVA 465 Overflow 高精度加法和乘法运算
取值范围这里先给出我自己最初写的AC代码:思路:用两个string来储存输入的数,将他们与int的最大值比较大小,然后求出他们的和或者是积来判断其与int最大值的大小关系Result : Accepted Memory :
0KB
u013738743
·
2014-07-04 16:00
overflow
uva
465
bign
高精度加法和乘法
UVA 10106 Product 简单高精度乘法
题目要求输入两个非负的整数后求出他们的积两个数的范围可以超出longlong型第一次做高精度的题,这是我自己写的AC代码:用字符串模拟乘法运算:Result : Accepted Memory :
0KB
u013738743
·
2014-07-04 16:00
product
uva
10106
高精度运算
bign
Android程序内存占用检测
adbshellcat/proc/meminfo MemTotal:840868kB MemFree:457344kB Buffers:1744kB Cached:203064kB SwapCached:
0kB
hursing
·
2014-05-24 11:00
android
内存
检测
Codeforces Round #218 (Div. 2) / 371B Fox Dividing Cheese (想法题)
代码如下:/*15ms,
0KB
*/ #include usingnamespacestd; intmain(
synapse7
·
2014-03-12 12:00
C++
ACM
codeforces
Codeforces Round #218 (Div. 2) / 371C Hamburgers (二分)
完整代码:/*15ms,
0KB
*/ #include usingnamespacestd; constlonglongmx=1e13;///多开一位,因为结果可以略大于1e12 constcharb[
synapse7
·
2014-03-12 12:00
C++
ACM
codeforces
二分
uva 10635Prince and Princess (LCS转LIS)
B- PrinceandPrincessTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusDescriptionProblemDPrinceandPrincessInput
opm777
·
2014-01-22 18:00
LIS
apache日志
清除error.log、access.log并限制Apache日志文件大小的方法有个客户反映vps网站打不开,登录系统检查下,客户是win2003系统,发现放置网站文件的D盘已被占满,可用空间为
0KB
,
hunanjun000
·
2014-01-06 15:50
apache
log
apache日志
清除error.log、access.log并限制Apache日志文件大小的方法有个客户反映vps网站打不开,登录系统检查下,客户是win2003系统,发现放置网站文件的D盘已被占满,可用空间为
0KB
,
hunanjun000
·
2014-01-06 15:50
apache
log
php
Mysql备份失败
Mysql数据库备份机备份出来的文件为
0KB
,经查,发现是因为重装系统及Mysql之后忘了配置path路径,而写的bat里备份数据有没有指定Mysql的安装路径,因此MysqlDump无法连接到远程服务器
yumihegua
·
2013-12-27 10:42
mysql
数据库
测试
数据库备份
MysqlDump
Bugzilla
Windows Sever 2012R2 部署SCDPM 2012 R2 (5)备份Windows2012R2系统之二
8)查看当前DPM存储池状态注意:这里的磁盘需要没有格式化分区的磁盘,如果格式化的磁盘,会提示可用空间为
0kb
fengxja
·
2013-12-16 16:09
windows
border
控制台
target
blank
Codeforces Round #100 / 140A (简单几何)
完整代码:/*30ms,
0KB
*/ #include usingnamespacestd; intmain() { intn,R,r; doublea; scanf("%d%d%d",&n,&R,&
synapse7
·
2013-12-08 15:00
C++
ACM
codeforces
Windows Sever 2012R2 部署SCDPM 2012 R2 (3)备份Windows2012R2系统之二
8)查看当前DPM存储池状态注意:这里的磁盘需要没有格式化分区的磁盘,如果格式化的磁盘,会提示可用空间为
0kb
fengxja
·
2013-11-30 22:31
windows
style
控制台
target
blank
Parentheses Balance-栈
ParenthesesBalanceTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluYouaregivenastringconsistingofparentheses
u010893129
·
2013-11-18 00:00
源代码
栈
ACM
UVA 10600 ACM Contest and Blackout(次小树,3级)
F- ACMContestandBlackoutTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusAppointdescription
nealgavin
·
2013-10-16 15:00
UVA 11865 Stream My Contest(最小树形图,4级)
C- StreamMyContestTimeLimit:1000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusAppointdescription
nealgavin
·
2013-10-16 15:00
UVALive 3887 Slim Span(枚举+MST,4级)
E- SlimSpanTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusAppointdescription
nealgavin
·
2013-10-16 13:00
UVA 11354 Bond(prim+LCA,4级)
B- BondTimeLimit:8000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusAppointdescription
nealgavin
·
2013-10-15 11:00
UVA 12447-两个二进制只有一位不一样
D- PiecesandBitsTimeLimit:1000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit Status Practice
yujuan_Mao
·
2013-10-03 20:00
Guardian of Decency(二分图)
GuardianofDecencyTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit Status Practice
铁树银花
·
2013-09-20 13:00
UVA 11183 Teen Girl Squad (最小树形图,3级)
B-TeenGirlSquadCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-31 19:00
UVALive 4643 Twenty Questions (压缩DP,4级)
O-TwentyQuestionsCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-30 20:00
UVALive 2031 Dance Dance Revolution (舞步转移,状态压缩DP,4级)
N-DanceDanceRevolutionCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-29 09:00
UVALive 3363 String Compression (区间DP,4级)
M-StringCompressionCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-28 19:00
UVA 11404 Palindromic Subsequence (去除字符DP,4级)
E-PalindromicSubsequenceCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-28 16:00
UVA 11552 Fewest Flops (序列划分DP,4级)
D-FewestFlopsCrawlinginprocess...CrawlingfailedTimeLimit:2000MS MemoryLimit:
0KB
64bitIOFormat:%
nealgavin
·
2013-08-28 16:00
UVA 10534 Wavio Sequence (波浪DP,4级)
C-WavioSequenceCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-28 16:00
UVALive 4256 Salesmen (树DP,4级)
B-SalesmenCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld
nealgavin
·
2013-08-28 16:00
UVA 11584 Partitioning by Palindromes (回文DP,4级)
A-PartitioningbyPalindromesCrawlinginprocess...CrawlingfailedTimeLimit:1000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-28 16:00
UVALive 2038 Strategic game (树形DP,4级)
L-StrategicgameCrawlinginprocess...CrawlingfailedTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat
nealgavin
·
2013-08-28 16:00
Fire!(BFS)
TimeLimit:1000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusDescription ProblemB:Fire
铁树银花
·
2013-08-28 12:00
UVAlive 6153 LCM Pair Sum 解题报告
//Time:316ms //Memory:
0KB
//Length:1362B #incl
u010638776
·
2013-08-17 22:00
UVAlive 6152 Bits Equalizer 解题报告
//Time:9ms//Memory:
0KB
//Le
u010638776
·
2013-08-17 22:00
uva 10817 Headmaster's Headache(DP 3进制压缩,4级)
K- Headmaster'sHeadacheTimeLimit:3000MS MemoryLimit:
0KB
64bitIOFormat:%lld&%lluSubmit StatusAppointdescription
nealgavin
·
2013-08-16 16:00
UVA 12543 Longest Word 解题报告
题解:暴力……//Time:15ms //Memory:
0KB
//Length:755B #include #include #include #include usingnamespacestd;
u010638776
·
2013-08-05 20:00
UVA 12542 Prime Substring 解题报告
题解:因为字符串很短,而且素数小于10^5,所以暴力就可以了//Time:16ms //Memory:
0KB
//Length:734B #include #include usingnamespacestd
u010638776
·
2013-08-05 20:00
UVA 12541 Birthdates 解题报告
题解:暴力……//Time:15ms //Memory:
0KB
//Lenght:703B #include #include usingnamespacestd; #defineMAXN110 stringnam
u010638776
·
2013-08-05 20:00
UVAlive 5867 Finding Feasible Paths 题解
//Time:46ms //Memory:
0KB
//Length:2184B
u010638776
·
2013-07-21 22:00
UVAlive 5863 Probability Computation 题解
//Time:9ms //Memoty:
0KB
//Length:1019B #include #include #include #in
u010638776
·
2013-07-21 22:00
UVAlive 5864 Register Allocation 题解
//Time:26ms //Memory:
0KB
//Length:1047B #include #include #inclu
u010638776
·
2013-07-21 22:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他