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
10001
SpringBoot命令行运行jar时指定日志位置
java-jar-Dserver.port=10000-Dlogging.path=/var/logsxxx.jar&--默认在/var/logs/生成spring.log文件java-jar-Dserver.port=
10001
leon1509
·
2017-03-03 10:45
SpringBoot
SpringBoot命令行运行jar时指定日志位置
java-jar-Dserver.port=10000-Dlogging.path=/var/logsxxx.jar&--默认在/var/logs/生成spring.log文件java-jar-Dserver.port=
10001
leon1509
·
2017-03-03 10:00
SpringBoot
SpringBoot命令行
SpringBoot日志
Redis热迁移实战分享
集群原环境:主机IP:192.168.170.101集群节点端口:
10001
-10006集群当前主备关系:迁移需求:现在有节点redis007,需要将redis002替换掉迁移步
Leon_zhang50773
·
2017-02-20 09:58
redis
热迁移
slots
系统调优
Luogu P1616 疯狂的采药+完全背包
题目大意分析原题是0-1背包,这题就变成完全背包了~~~完全背包与0-1背包几乎没有区别666丢代码跑Code#include#includeusingnamespacestd;inti,m,n,j,k;inta[
10001
cnyali_czy
·
2017-02-10 14:24
总结
题目带
算法/数据结构
多个Decorator装饰器的使用
classIndexHandler(RequestHandler):@render_json@login_required@permission_required(
10001
)get(self):pass
蒋狗
·
2017-02-03 23:02
最长回文子串
#include#include#include#defineMAX
10001
intlen,p[2*MAX];charstr[2*MAX],newstr[2*MAX];voidchange(){inti
Edwards_June
·
2017-01-12 18:00
最长回文子串
算法-字符串
python 新手练习题
/usr/bin/python#-*-coding:utf-8-*-importmathforiinrange(
10001
):x=int(math.sqrt(i+100))y=int(math.sqrt
我是大姐姐
·
2017-01-11 15:51
python
Golang写Post请求并获取返回值
ioutil”“net/url”)funcmain(){//需要post的数据,以key-value形式提交data:=make(url.Values)data[“appId”]=[]string{“
10001
挽秋
·
2016-12-29 20:51
go
(2)Storm实时日志分析实战--Topology的设计
order_id=1&orderTime=1481945172991&memberId=1234568970080798&productInfos=10009-2703.88-B-1|
10001
-2494.47
阳小林
·
2016-12-26 15:33
Storm
用OpenSSL命令行生成证书文件
++++++eis65537(0x
10001
)Ent
cakin24
·
2016-12-23 20:00
OpenSSL
证书
用OpenSSL命令行生成证书文件
++++++eis65537(0x
10001
)Ent
cakin24
·
2016-12-23 20:00
OpenSSL
证书
ProjectEuler题解(更新到100题)
eulerMultiplesof3and5EvenFibonaccinumbersLargestprimefactorLargestpalindromeproductSmallestmultipleSumsquaredifference
10001
stprimeLargestproductinaseri
cloudzfy1
·
2016-12-14 12:36
github
使用spring boot 实现返回信息国际化记录
内容本文主要是记录springboot使用enum+MessageSource+*.properties实现国际化问题二、步骤2.1新建一个枚举(enum)枚举主要是用来存放返回信息的编号和代码,如编号错误代码描述
10001
ILLEGAL_PASSWORD
IT光头强
·
2016-11-21 00:00
开发新趋势
跳~跳~跳~lca
颗有根树,询问u,v的lca跳~跳~跳~lca#include#include#include#include#include#includeusingnamespacestd;#defineMAXN
10001
intn
lym311_08
·
2016-11-16 22:58
poj
中学生成绩管理及分析报表导出系统
leorain201314git地址:https://git.oschina.net/leorain/stu_score_manager管理员端:体验账号:用户名:校长密码:0教师端:体验账号:用户名:T
10001
聚散流沙-玖蘭
·
2016-11-14 08:40
Java总结
mysql数据库
洛谷 P2215 [HAOI2007] 上升序列
题目描述对于一个给定的S={a1,a2,a3,…,an},若有P={ax1,ax2,ax3,…,axm},满足(x1#includeusingnamespacestd;intn,t,m,a[
10001
]
ShinyaLicone
·
2016-11-09 10:37
动规
二分
洛谷
codevs奇怪的梦境(拓扑排序)
拓扑排序练一发,思想在poj2367中写了#include#include#include#include#includeusingnamespacestd;ints[
10001
][
10001
];intin_degree
Loi_whales
·
2016-10-27 15:53
拓扑排序
hive中构建dual虚表
刚接触到hive的时候想测试有些函数的功能,习惯性的用dual却报错,例如:hive>select1+1fromdual;FAILED:SemanticException[Error
10001
]:Line1
lijie_cq
·
2016-10-25 21:21
hive
jbpm设计缺陷
@TestpublicvoidtestDeleteDeployment(){processEngine.getRepositoryService().deleteDeploymentCascade("
10001
liguangqinlong
·
2016-10-24 10:48
Lua语法小贴士(四)字符串缓冲
例如我们需要对一个10000字节的字符串str增加一个字符的时候,就会创建一个
10001
字节的字符串str_copy,然后再复制str到str_copy里面。
凯奥斯
·
2016-10-11 13:31
Lua
Lua语法小贴士
Swift整形
UInt.max UInt.min其他字节整形UInt8.max UInt8.min UInt64.max UInt64.min进制表达赋值letint1:Int=17 letint2:Int=0b
10001
u012903898
·
2016-09-06 20:00
计算机
swift
合并果子
#include#include#include#includeinta[
10001
],len;voidinsert(intx){a[++len]=x;intk=len,tmp;while(k>1&&a
cnyali_ljf
·
2016-08-20 09:10
堆
数据结构
数据结构
Python性能分析器Profile
下面是一个测试程序importosdefa():sum=0foriinrange(1,
10001
):sum+=ireturnsumdefb():sum=0foriin
kongxx
·
2016-08-16 09:36
Python
暑期7.26-8.14学习小结
includeusingnamespacestd;intn;intnext[1001];intpre[1001];intmap[1001][1001];intdis[1001];intvis[1001];chars1[
10001
Sitlos
·
2016-08-14 17:18
随笔留念
夏令营8.6——8.8字符串
http://www.tuicool.com/articles/e2Qbyyf(感谢)#include#include#include#includeusingnamespacestd;intnext[
10001
cxbytc
·
2016-08-09 08:39
【test】2015.7.31测试解题报告(二)
他希望尽量多地参加这N(1#include#includeusingnamespacestd;intn,nowend,ans=1;structTeven{intbegin,end;};Tevengame[
10001
Dream_Lolita
·
2016-08-08 09:58
经典算法题05-完全背包问题
完全背包按其思路仍然可以用一个二维数组来写出:f[i][v]=max{f[i-1][v-k*c[i]]+k*w[i]|0 intnum[
10001
],w[500],v[500]; ma
shibing624
·
2016-06-13 12:00
算法
Matlab 笔记之6
clear; tic x=0:0.001:10; fori=1:
10001
fonjames
·
2016-05-26 14:00
NYOJ-17-单调递增最长子序列
描述求一个字符串的最长递增子序列的长度如:dabdbf最长递增子序列就是abdf,长度为4输入第一行一个整数0 #include charstrA[
10001
],strB[50]; intupper_bound
f_zyj
·
2016-05-18 01:00
LIS
动归
NYOJ-14-会场安排问题
输入第一行是一个整型数m(m #defineMAXSIZE
10001
typedefstruct { intBi; intEi; }Party; //交换L
f_zyj
·
2016-05-16 02:00
区间
快排
NYOJ-12-喷水装置(二)
w,纵向长为h,在它的橫向中心线上不同位置处装有n(n #include intmain(intargc,constchar*argv[]) { intm,n; intw,h; floatfrom[
10001
f_zyj
·
2016-05-16 00:00
区间重叠
nyoj 781 又见回文数
如17用十进制表示它不是回文数,但是用二进制表示(
10001
),它是一个回文数。输入输入包含
wdmzsly
·
2016-05-12 18:00
fuck啊,喷水装置
横向长w,纵向长为h,在它的橫向中心线上不同位置处装有n(n #include #include #include #include usingnamespacestd; constintmaxn=
10001
liuzhan214
·
2016-05-11 22:00
C++sort
函数sort头文件#include使用实例:#include #include usingnamespacestd; inti,n,a[
10001
]; intmain(){ cin>>n; for(i=
qq_34215568
·
2016-05-10 17:00
C语言
快排
修改oracle数据库监听端口号
默认端口号是1521.很容易就被黑客扫描到然后天天惦记你的数据库所以修改默认端口号就很有必要了1、首先查看监听状态lsnrctlstatus2、关闭监听lsnrctlstop3、修改监听文件1521====>
10001
SID_LIST_LISTENER
freedompuge
·
2016-05-10 16:00
NYOJ-2-括号配对问题
输入第一行输入一个数N(0 #include intmain(intargc,constchar*argv[]) { intN; charbrackets[
10001
]; charb[
10001
];
f_zyj
·
2016-05-10 04:00
括号匹配
poj1064 二分搜索
算法:枚举+二分搜索 #include #include usingnamespacestd; intN,K; doubled[
10001
]; boolcheck(doublex) { intnum
aidway
·
2016-05-09 22:00
二分搜索
poj
不用加减乘除做加法
解析:例如计算(5,17) 5的二进制是101,17的二进制是
10001
。
u010138811
·
2016-05-07 15:00
Max Sequence
7099DescriptionGiveyouNintegersa1,a2...aN(|ai| #include usingnamespacestd; #defineinf0xfffffff intdp[100010],dp1[
10001
Xwxcy
·
2016-05-07 11:00
C++第四次实验
*作者:刘旭 *完成日期:2016年4月22日 *版本号:v1.0 *对任务及求解方法的描述部分:学生类输出学生的基本信息 *输入描述:StuDetails(10010,"张三",19,"江西南昌",
10001
qq_34143020
·
2016-05-06 11:00
poj 3275 pascal(珍珠加强版)
标程:const maxv=
10001
; maxe=2000; var d,c:array[1..maxe,0..maxv]oflongint; f:array[0..maxe,0..maxe
liangzihao1
·
2016-05-05 17:00
海盗分金币
如果提出的方案得到的支持人数比例超过Q%(0#include #include #include intmain() { intn,q; longm; inti,huilu,sum,j,temp1,temp2,k,l; inta[
10001
Kaiyang_Shao
·
2016-05-04 20:00
zabbix 添加主机接口
env=test&host=zjtest9-app&ip=192.168.32.250&groupid=11&templateid=
10001
my$c=shift; my$env=$c->param
zhaoyangjian724
·
2016-05-03 16:00
51Nod 1202 子序列个数(简单计数dp)
则非空序列a'=a[p1],a[p2]......a[pm]为a的一个子序列,其中1 #include #include usingnamespacestd; #definemaxn
10001
zwj1452267376
·
2016-05-02 20:00
5-32 哥尼斯堡的“七桥问题” (25分)
输入格式:输入第一行给出两个正整数,分别是节点数NN (1\leN\le
10001
≤N≤1000)和边数MM;随后的MM行对应MM条边,每行给出一对正整数,分别是该条边直接连通的两个节点的编号(节点从1
qq_34125999
·
2016-05-02 20:00
NYOJ 喷水装置(二)
,纵向长为h,在它的橫向中心线上不同位置处装有n(n #include #include usingnamespacestd; structnote { doublex1; doublex2; }a[
10001
the_love_story
·
2016-04-29 15:00
区间完全覆盖问题
DAG之硬币问题DP(最长路及其字典序)
1=100,0=100,0 #include #defineMAX
10001
#defineINF1000000000; intn,S; intV[MAX],vis[MAX],d[MAX]; intmax
wuxiushu
·
2016-04-28 21:00
dp
ACM
Uva 11100 The Trip
#include #include #include #defineMAXN
10001
usingnamespaces
u014258433
·
2016-04-28 16:00
ACM
贪心
Vijos1776关押罪犯
整体思路可以参考这里,假设关在一起的是朋友(虽然有怨气值,但毕竟是比较少的),那么对于思路的实现间代码:#include #include #include #defineMAXN20010 #defineMAXM
10001
qust1508060414
·
2016-04-26 23:00
uva 624 CD
dp流,统计所有可能的情况,并且标记博主为朱老师的学生#include #include constintmaxn=
10001
; intn,m,a[30],dp[maxn]; boolvis[maxn
xf_zhen
·
2016-04-24 15:00
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
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
其他