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
1403
hdu
1403
Longest Common Substring (后缀数组模板题)
题意:求两个串的最长公共子串。题解:后缀数组搞定。#include #include #include #include #include #include #include #include #include usingnamespacestd; #defineB(x)(1=0;i--)SA[--cnt[k1[i]]]=i; for(intd=1,p=0;p=d)k2[p++]=SA[i]-d
My_ACM_Dream
·
2015-03-04 13:00
Oracle error
1403
: java.sql.SQLException: ORA-01403: no data found ORA-06512: at line 1 has been det
EBS----------------12.1.3RDBMS-----------11.2.0.3.0OS-----------Linux5Symptoms客户登录时出现如下错误:Oracleerror
1403
li70803
·
2014-12-12 16:00
ORA-01403
ora-06512
CHECK_SESSION
Ubuntu下Snort从编译、安装到调试全过程
p=
1403
一、编译编译是在Ubuntu11.04(32bit)下完成的,Ubuntu采用默认安装方式。
simanstar
·
2014-11-09 14:00
ubuntu
snapshot
HDOJ 4389 X mod f(x)
Xmodf(x)TimeLimit:4000/2000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
1403
u012797220
·
2014-11-04 11:00
【ACdream】
1403
Graph Game Andrew Stankevich Contest 21 二分匹配——关键点
传送门:【ACdream】
1403
GraphGameAndrewStankevichContest21题目分析:只有该点是二分匹配的关键点,少了这个点匹配数会减小,这个点是N,否则这个点是P。
u013368721
·
2014-10-03 08:00
ACdream
【二分匹配】 ACdream
1403
Graph Game
先做二分匹配,然后遍历每个点,如果删掉这个点求出的最大匹配和原先的最大匹配相等,那么这个点就是必败点,否则就是必胜点。。。#include #include #include #include #include #include #include #include #include #include #include #include #include #definemaxn1005 #defin
blankcqk
·
2014-10-02 19:00
ACdream
Eigrp综合实验
CCNP_route笔记4EIGRP综合实验分类: 网络工程|路由协议|CISCO2012-06-
1403
:10 725人阅读 评论(0) 收藏 举报authentication负载均衡路由器delayservicequery
zdh45222
·
2014-09-05 15:18
接口
interface
路由器
拓扑图
网络工程
poj 2774 Long Long Message,后缀数组,求最长公共子串 hdu
1403
题意:给出两个字符串,求最长公共子串的长度。题解:首先将两个字符串连在一起,并在中间加一个特殊字符(字串中不存在的)分割,然后两个串的最长公共字串就变成了所有后缀的最长公共前缀。这时就要用到height数组,因为任意两个后缀的公共前缀必定是某些height值中的最小值,而这个值如果最大则一定是height中的最大值。在此题中还要注意height最大一定要在两个值所代表的后缀分属不同的字符串地前提下
yew1eb
·
2014-08-24 09:00
【索引】Numerical Methods::Exercises: Intermediate
BeginningAlgorithmContests--TrainingGuide(RujiaLiuChapter2.Mathematics:: NumericalMethods::Exercises: Intermediate1487-Volume
1403
u011328934
·
2014-08-21 23:00
component SMS_WSUS_SYNC_MANAGER on computer NLACC00W3SD001 reported: SMS WSUS
昨日刚刚修好的WSUSserver夜里再度响起同步失败的报警c:\programfiles\updateservices\logfiles\softwardistribution.log2014-08-
1403
pcdog
·
2014-08-14 11:55
services
computer
reported
component SMS_WSUS_SYNC_MANAGER on computer NLACC00W3SD001 reported: SMS WSUS
昨日刚刚修好的WSUSserver夜里再度响起同步失败的报警c:\programfiles\updateservices\logfiles\softwardistribution.log 2014-08-
1403
pcdog
·
2014-08-14 11:55
Services
Computer
reported
poj2570(最短路+传递闭包)
FiberNetworkTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 3063 Accepted:
1403
DescriptionSeveralstartupcompanieshavedecidedtobuildabetterInternet
u014569598
·
2014-08-07 10:00
【后缀数组】 HDOJ
1403
Longest Common Substring
简单的后缀数组。。。先把输入的两个串连起来,也就是把第二个字符串连到第一个字符串后面,用一个没出现过的字符隔开。。。我这里用ascii码1隔开。。然后用倍增算法求出sa数组,再求出height数组。。。那么height数组里中由两个分立在那个隔开的字符两边的后缀中的最大值显然是答案。。#include #include #include #include #include #include #in
blankcqk
·
2014-07-09 19:00
后缀数组
HDU
数据仓库调度--meta_triger_conf
41P[5505618]F[ETL_scan_server.sqC]L[649]:更新meta_triger_conf错误CLU_ID[CLU_OCRM]SYS[CBS]DT[20140627]ERR[
1403
zhaoyangjian724
·
2014-06-28 17:00
poj -2955 Brackets
id=2955BracketsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 2707 Accepted:
1403
DescriptionWegivethefollowinginductivedefinitionofa
·
2014-05-10 21:00
rack
linux 巧查进程号
grep-v"grep"|awk'{print$2}',如下[root@ha1~]#ps-ef|grephttp|grep-v"grep"|awk'{print$2}' 1198 1400 1401 1402
1403
gtianf
·
2014-05-09 17:51
linux
进程号
最强大的Web Service测试工具SOAPSonar下载使用教程
原文来自龙博方案网控件中心http://www.fanganwang.com/product/
1403
转载请注明出处SOAPSonar控件是领先的服务测试和诊断解决方案,世界上有超过40,000份部署应用
yidongkaifa
·
2014-05-05 11:00
SOAPSonar下载
SOAPSonar
SOAPSonar使用
SOAPSonar破解
SHELL编程之补漏
/cmp.shbasketballwin[root@node2tmp]#catsoccer[root@node2tmp]#llsoccer-rw-r--r--.1rootroot0Mar
1403
:25soccer
陌上S
·
2014-03-14 19:33
SHELL
补遗
SHELL编程
SHELL编程之补漏
/cmp.sh basketballwin [root@node2tmp]#catsoccer [root@node2tmp]#llsoccer -rw-r--r--.1rootroot0Mar
1403
陌上S
·
2014-03-14 19:33
shell
补遗
杭电ACM HDOJ 2206 IP的计算
Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):7212 AcceptedSubmission(s):
1403
ProblemDescription
gubojun123
·
2014-03-10 21:00
HDU
1403
Longest Common Substring
ProblemDescriptionGiventwostrings,youhavetotellthelengthoftheLongestCommonSubstringofthem.Forexample:str1=bananastr2=cianaicSotheLongestCommonSubstringis"ana",andthelengthis3. InputTheinputcontainsse
lphy2352286B
·
2014-02-16 09:00
GoldenGate错误集锦
一、2012-10-1216:46:55 WARNINGOGG-01154 OracleGoldenGateDeliveryforOracle,ryszx.prm: SQLerror
1403
mappingYSZX2012
zjl2006022223
·
2014-01-16 19:39
goldengate
GoldenGate SQL error
1403
mapping 错误解决方案
2014-01-06 21:37:21 WARNING OGG-01431 Oracle GoldenGate Delivery for Oracle, rsa.prm: Aborted grouped transaction on DRS.PRE_FORUM_POST', Mapping error.2014-01-06 21:37:21 WARNING OGG-01003 Oracl
zjl2006022223
·
2014-01-07 10:11
oracle
error
解决方案
基于visual Studio2013解决面试题之
1403
插入排序
题目解决代码及点评/* 插入排序 */ #include usingnamespacestd; intmain() { inta[10]; for(inti=0;i=j;k--) { a[k]=a[k-1]; } a[j]=temp; } } for(inti=0;i<10;i++) cout<
yincheng01
·
2013-12-22 22:00
ITV/IPTV常见错误代码及解决办法
故障号:
1403
提示信息:宽带用户名/密码错误(
1403
)故障原因:ADSL帐号或密码配置有误,可进入系统设置界面修改解决办法:出现此错误代码,可将机顶盒设置中用户名密码修改为宽带账号密码获得解决,如修改好重启后不能解决
匡诗保
·
2013-12-13 11:19
密码修改
用户名
管理员
无线网卡
提示信息
office2013错误提示1406/1402/1920解决方法
在安装Office2013的过程中可能会遇到各种错误提示,其中最常见的是1406、1920、
1403
,今天小编带来了office2013错误提示1406/1402/1920解决方法,如果大家在安装过程中遇到了这三个的其中之一
佚名
·
2013-11-29 15:13
[Qt教程] 第21篇 数据库(一)Qt数据库应用简介
[Qt教程] 第21篇数据库(一)Qt数据库应用简介楼主 发表于2013-5-1320:56:39 | 查看:
1403
| 回复:13Qt数据库应用简介版权声明该文章原创于作者yafeilinux,转载请注明出处
dengjin20104042056
·
2013-11-12 16:00
记录php5.4与php-redis冲突的解决
打开nginx日志查看[error] 29229#0: *
1403
recv() fa
tengzhaorong
·
2013-10-14 09:00
nginx
PHP
php-fpm
php-reids
poj2774,hdu
1403
lcs 后缀数组,后缀自动机
求两个字符串的最长公共字串。练习模板的题..用后缀数组就把两个串拼起来,两串之间和末尾添加分隔符,然后扫一遍height数组,判断一下sa[i],sa[i-1]是不是在两个串里,是就更新最大值,否则Continue.刚学后缀数组的时候poj上C++,G++都没问题来着,而且当时那个模板还是错的-...今重写了下结果C++各种RE,G++倒是一次过。 #include #include
yanglei040
·
2013-10-05 20:00
synergy安转以及配置
dl.iplaysoft.com/files/1402.htmlMAChttp://dl.iplaysoft.com/files/1401.htmlRedHathttp://dl.iplaysoft.com/files/
1403
cavajtennis
·
2013-08-29 20:00
配置
EXP-00008: ORACLE error
1403
encountered
bitmap, functional and extensible indexes . exporting posttables actions EXP-00008: ORACLE error
1403
wuhuizhong
·
2013-08-28 14:00
oracle
六种方法全面解释Linux下进程间通信
一般就是shm_attach/msg_get_queue/管道等有些东西不是特别熟,所以记录下来做笔记 Linux下进程间通信大致有以下几种:(来自:http://golang.usr.cc/blog-
1403
gouki
·
2013-08-27 14:00
linux
Python 2.7.5 CentOS 6.4 编译 错误
pythonerrorMakefile:
1403
:warning:overridingcommandsfortarget`Modules/_math.o' Makefile:1400:warning:
MtrS
·
2013-08-25 19:00
Fy_Recover_Data ———— 用于数据恢复的PLSQL包
ID=191&lang=CN Fy_Recover_Data————用于数据恢复的PLSQL包[English]作者:fuyuncat来源:www.HelloDBA.com日期:2012-08-
1403
haiross
·
2013-08-19 11:00
hdu
1403
(后缀数组)
LongestCommonSubstringTimeLimit:8000/4000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):3218 AcceptedSubmission(s):1164ProblemDescriptionGiventwostrings,youhavetotellthe
xj2419174554
·
2013-08-14 23:00
CloudStack集成KVM报NFS错误
/mnt/xx':InvalidargumentCloudstackManagement:/var/log/cloud/management/management-server.log2013-08-
1403
暗黑魔君
·
2013-08-14 13:31
linux
nfs
CloudStack集成KVM报NFS错误
/mnt/xx':InvalidargumentCloudstackManagement:/var/log/cloud/management/management-server.log2013-08-
1403
暗黑魔君
·
2013-08-14 13:31
linux
nfs
hdu3555数位dp
Java/Others) MemoryLimit:131072/65536K(Java/Others)TotalSubmission(s):4063 AcceptedSubmission(s):
1403
ProblemDescriptionThecounter-terroristsfoundatimebombinthedust.Butt
qq415200973
·
2013-07-30 10:00
poj 1475 Pushing Boxes (推箱子游戏 三维数组判重)
PushingBoxesTimeLimit: 2000MS MemoryLimit: 131072KTotalSubmissions: 3975 Accepted:
1403
SpecialJudgeDescriptionImagineyouarestandinginsideatwo-dimensionalmazecomposedofsquarecellswhichmayormaynotbefil
u010228612
·
2013-07-05 14:00
hdu 4337 King Arthur's Knights(哈密顿回路,4级)
KingArthur'sKnightsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
1403
nealgavin
·
2013-06-22 11:00
Oracle: DELETE前不需SELECT判断记录是否存在,INSERT前不需SELECT判断是否有若干字段值重复的记录。
CREATETABLET(IDNUMBER,NAMEVARCHAR2(10));1.DELETE语句在PROC程序中这样处理:EXECSQLDELETEFROMTWHEREID=1ANDNAME='aaa';if(
1403
iw1210
·
2013-06-19 16:00
MUTC 2 D - Power transmission 最短路
PowertransmissionTimeLimit:10000/5000MS(Java/Others) MemoryLimit:131072/131072K(Java/Others)TotalSubmission(s):
1403
cyendra
·
2013-06-05 10:00
图论
HDU
1403
Longest Common Substring
好久没学新算法了,从现在开始努力吧。花了3天时间看了后缀数组的论文,差不多看明白了,贴上一份应用的代码吧。#include#include#include#include#include#include#include#include#include#include#include#include#defineMPmake_pair#definePBpush_back#defineSZ(x)((i
e_windrunner
·
2013-05-29 10:19
HDU
数据结构
在PROC程序中出现 "error: break statement not within loop or switch" 的原因。
今天碰到一个问题,如果proc预编译后生成的.c文件中有下面代码:if(sqlca.sqlcode==
1403
)break;如果在gcc编译时出现“error:breakstatementnotwithinlooporswitch
iw1210
·
2013-05-10 15:00
APP-FND-01564: Oracle error
1403
in fdxwho
OracleForm里查看RecordHistory,报错:APP-FND-01564:Oracleerror
1403
infdxwhoAPP-FND-01564:Oracleerror
1403
infdxwhoCause
pan_tian
·
2013-04-28 16:00
hdu
1403
(数学)
点击打开链接分析:就是一个关系运算。。。。相同关系=都是朋友+都不是朋友a表示当前某人有a个朋友,则此人有n-1-a个人不是朋友(其中1为他本身)。所以不符合相同关系的人数为sum(1*a*(n-1-a))/2,即选择自己,自己的一个朋友和一个不是自己的朋友。。最后的除2是因为会出现重复。。。最后总情况减去不符合的,就是所要求的。。。2013-04-27#include"stdio.h" #inc
yyf573462811
·
2013-04-27 20:00
天勤OJ 题目
1403
: 数列
题目描述编写一个求菲波那奇数列的递归函数,输入n 值,使用该递归函数,输出如下图形(参见样例)。 输入输入第一行为样例数m,接下来有m行每行一个整数n,n不超过10。 输出对应每个样例输出要求的图形(参见样例格式)。 样例输入1 6 样例输出0 011 01123 0112358 01123581321 011235813213455 提示[+]***提示已隐藏,点击上方[+]可显示*** 来源北
SJF0115
·
2013-02-15 19:00
hdu 1227 Fast Food(DP线性决策)
FastFoodTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):
1403
nealgavin
·
2013-01-28 10:00
hdu
1403
简单的后缀数组
题意:判断给定的两个串中,最长的公共串。 思路:将它们合并为一个串,然后利用后缀数组求解。 #include #include #definemax1000010 intwa[max],wb[max],wv[max],ws[max]; intrank[max],height[max]; intsa[max]; charstr[max*2]; intcmp(int*r,inta,intb,intl)
wahaha1_
·
2013-01-25 16:00
餐馆那些事之:Command Pattern
分类: DesignPattern2012-02-
1403
:04 1493人阅读 评论(1) 收藏 举报1.概述CompositePattern是一种非常优雅的模式,实际使用中出现频率相当高。
pi9nc
·
2013-01-15 11:00
Pattern
design
上一页
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
其他