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
10240
Tomcat安全
此指令给了服务器管理员更大的可控性,以控制客户端不正常的请求行为 "在配置文件#TOMCAT_HOME#/conf/server.xml中的每个Connector的“maxPostSize”属性为
10240
jerry_2011
·
2015-04-22 16:00
tomcat
限制请求
ulimit设置无效的解决方法
在limits.conf加上* soft noproc
10240
* hard noproc
10240
* soft nofile65535* hard
1105472011
·
2015-04-10 11:50
ulimit设置失效的解决方法
ulimit设置无效的解决方法
在limits.conf加上*softnoproc
10240
*hardnoproc
10240
*softnofile65535*hardnofile65535发现用root用户登录再s
1105472011
·
2015-04-10 11:50
ulimit设置失效的解决方法
系统
axel
安装:sudoapt-getinstallaxel一般使用:axelurl(下载文件地址)限速使用:加上-s参数,如-s
10240
,即每秒下载的字节数,这里是10Kb限制连接数:加上-n参数,如-n5,
beck_716
·
2015-04-03 22:48
安装
axel
Too many connections:解决mysql连接数过多的问题
1,ERROR 1040 (HY000): Too many connections 解决方法: 1)gdb -p 1985 -ex "set max_connections=
10240
" -batch
极速前行
·
2015-03-27 11:28
too
many
Connections
调用webservice超时问题的解决
1、web.config: <system.web></system.web>里面增加:<httpRuntime maxRequestLength="
10240
&
shellfish
·
2015-03-27 11:00
webservice
调用webservice超时问题的解决
1、web.config: <system.web></system.web>里面增加:<httpRuntime maxRequestLength="
10240
&
shellfish
·
2015-03-27 11:00
webservice
oracle创建表空间脚本
10.2.0\oradata\ora\UCXM_DATA01.ora' --oracle安装路径 SIZE 150M REUSE AUTOEXTEND ON NEXT 50M MAXSIZE
10240
M
xiaoxmok
·
2015-03-26 19:07
脚本
创建表空间
cent OS 7 内核参数调优
[1]net.core#net.core.netdev_max_backlog = 30000 #进入包的最大设备队列.默认是1000 #net.core.optmem_max =
10240
#socket
狼圖騰
·
2015-03-18 14:00
ulimit调优|设置普通用户的ulimit值
个人总结:如何设置普通用户的ulimit值1、vim/etc/profile增加ulimit-n
10240
ulimit-a用来显示当前的各种用户进程限制。Linux对于每个用户,系统限制其最大进程数。
july_2
·
2015-02-10 14:00
max user processes
ulimit-amaxuserprocesses这个值默认是1024如果需要调大,最直接的方法是在用户的shell下执行:ulimit-u
10240
(可以写在用户的bashrc中)另外两个需要修改的地方为
Tenderrain
·
2015-02-05 11:46
linux
user
max
processes
linux下memcached的启动/结束的方式
进入安装目录,启动memcached:/usr/local/memcached/bin/memcached -d -c
10240
-m 1024 -u root 获取运行状态:echo stats
hq82001
·
2015-01-26 18:00
memcached
linux下memcached的启动/结束的方式
进入安装目录,启动memcached:/usr/local/memcached/bin/memcached-d-c
10240
-m1024-uroot获取运行状态:echostats|nclocalhost11211
hq82001
·
2015-01-26 18:00
memcached
Java语言实现数据的GZip数据的压缩和解压
public final class GZipUtil { public static final int BUFFER =
10240
; public static byte[] gzipCompress
Java_Coder
·
2015-01-21 20:00
java
oracle的exp,imp工具
使用中难免会使用到数据的导入和导出, 常见的操作如下: 一,EXP: 1,完全导出(也就是整个数据库,各个表空间,各个用户) exp system/manager buffer=
10240
lxlr123
·
2015-01-15 16:00
oracle
《Linux Shell脚本攻略》 笔记 第三章:文件操作
localhostdd_test]#[root@localhostdd_test]#ddif=/dev/zeroof=junk.databs=1kcount=1010+0recordsin10+0recordsout
10240
bytes
wojiushiwo987
·
2015-01-03 16:00
shell
文件操作
nginx 多服务映射80端口
worker_processes2;#error_log/var/log/nginx/error.log;#pid/var/run/nginx.pid;events{ worker_connections
10240
asdqweaa
·
2014-12-30 11:00
nginx
利用nginx做灰度
logs/nginx.pid; worker_rlimit_nofile 102400; events { use epoll; worker_connections
10240
有事没事
·
2014-12-29 11:00
linux修改TCP连接数
一、 文件数限制修改 (1) vi /etc/security/limits.conf 在末尾追加 * soft nofile
10240
* hard nofile
10240
liyonghui160com
·
2014-12-26 15:00
linux
linux修改TCP连接数
mysql cluster集群时插入大量数据出现 table is full的解决方法
tableisfull的解决方法一、循环插入数据时出现 tableisfull二、在mgm>allreportmemoryusage查看Node2:Datausageis22%(230532Kpagesoftotal
10240
ivaneeo's blog
·
2014-12-23 20:00
Oracle 导入导出SQL 查看登录用户表个数
1导出 expWEIXIN_WORK/
[email protected]
:1521/orclfile=e:/db/weixin_work20141031_001.dmpbuffer=
10240
GrandKai
·
2014-12-11 13:00
linux查看修改线程默认栈空间大小(ulimit -s)
linux查看修改线程默认栈空间大小 ulimit -s 1、通过命令 ulimit -s 查看linux的默认栈空间大小,默认情况下 为
10240
即10M 2、通过命令 ulimit -s 设置大小值
·
2014-12-03 23:00
ulimit
提高linux并发处理能力
:)一、文件数限制修改(1)vi /etc/security/limits.conf*softnofile
10240
*hardnofile
10240
(2)vi
lifan_3a
·
2014-12-03 10:00
screen+emacs 配置文件
defscrollback
10240
#在最下一行显示窗口列表和时钟
顾起威
·
2014-12-01 20:00
C++
function
delete
emacs
autoload
hook
linux screen 配置
defscrollback
10240
#在最下一行显示窗口列表和时钟 hardstatuson hardstatusa
顾起威
·
2014-11-22 02:00
curl用法
WindowsNT5.0)"-e例如"mail.yahoo.com"curl-o#2_#1.jpghttp://cgi2.tky.3web.ne.jp/~/[001-201].JPG-c断点续传-r0-
10240
chuqingq
·
2014-11-14 15:26
DevEnv
curl用法
WindowsNT5.0)"-e例如"mail.yahoo.com"curl-o#2_#1.jpghttp://cgi2.tky.3web.ne.jp/~/[001-201].JPG-c断点续传-r0-
10240
chuqingq
·
2014-11-14 15:00
curl
在xen下新建一个windows虚拟机
/Windisk.img bs=1M count=
10240
具体要几个硬盘根据需要新建。2.上传ISO镜像,上传windows的安装镜像到服务器。
chengxuyonghu
·
2014-10-29 16:22
使用sysbench对Oracle做基准测试(四) MUTEX
/sysbench--test=mutex--num-threads=12--mutex-num=
10240
--mutex-l
daohengshangqian
·
2014-10-19 15:00
oracle
sysbench
基准测试
mutex
nginx配置例子
worker_processes 4; events { use epoll; worker_connections
10240
; } http
kavy
·
2014-10-16 10:00
nginx
通过iframe实现ajax方式上传文件
一、.springmvc文件上传配置1.文件上传解析器配置
10240
UTF-8 2.配置异常映射处理器(当配置了文件上传的限制,那么就需要配置) /WEB-INF/error/requiredParameter
yu870646595
·
2014-10-15 15:00
spring
mvc文件上传
仿ajax上传文件
Mongodb优化之 连接优化
通过监控发现,在其高峰时间MongoDB的连接数达到了1100~1500左右,由于每个连接需要使用10M(stack size默认为
10240
)的内存
fsplove520
·
2014-10-15 10:00
mongodb
springMVC因表单参数不匹配报错
二,超出spring设置的上传大小:
10240
UTF-8 三,时间转换问题@SuppressWarnings("deprecation") @RequestMapping("/test")
sunhuwh
·
2014-10-04 22:00
修改mac同时打开最大文件数
$sysctlkern.maxfiles kern.maxfiles:12288 $sysctlkern.maxfilesperproc kern.maxfilesperproc:
10240
$sudosysctl-wkern.maxfiles
u013399759
·
2014-09-26 16:00
mac
oracle 10g 创建用户以及表空间
tablespace doiido datafile '/doiido/oracle/oradata/doiido.dbf' size 1024M autoextend on next 1024M maxsize
10240
M
yiloudesha
·
2014-09-22 21:30
oracle
10g
创建表空间
创建用户名
记录一个statck overflow
【代码】#include #include #include #include #defineSTACK_BUFFER_SIZE
10240
void*thread_func1(void*arg){
yasi_xi
·
2014-09-22 08:00
nginx配置参考
notice; #error_log logs/error.log info; #pid logs/nginx.pid; worker_rlimit_nofile
10240
penghuaiyi
·
2014-08-28 12:00
nginx
nginx配置参考
notice; #error_log logs/error.log info; #pid logs/nginx.pid; worker_rlimit_nofile
10240
penghuaiyi
·
2014-08-28 12:00
nginx
nginx配置参考
notice; #error_log logs/error.log info; #pid logs/nginx.pid; worker_rlimit_nofile
10240
penghuaiyi
·
2014-08-28 12:00
nginx
关于Nginx的一些优化(突破十万并发)
worker_rlimit_nofile
10240
ihanxiao2100
·
2014-08-26 15:00
服务器
模型
最好
Linux基础-----逻辑卷管理
给逻辑卷,PE大小创建卷组时决定) -sPE大小vgcreate 卷组名 PV分区vgdisplay查看vg大小LE:逻辑盘区lvcreate-L逻辑卷大小-nLVname卷组名 10G
10240
Gl
悬剑
·
2014-08-26 11:05
linux
信息
Tomcat正式环境中需要注意的关键配置
涉及:端口、连接超时、URL编码、处理线程、上传数据限制、JVM-XX:PermSize=256M-XX:MaxPermSize=512m-XX:MaxNewSize=512m-Xms
10240
m-Xmx
10240
m-XX
GKTest
·
2014-08-21 12:00
linux网络攻击威胁分析以及linux安全技巧 学习笔记
DDOS:分布式拒绝服务攻击 DrDOS:反射式拒绝服务攻击 CC:反复的访问消耗资源的服务,造成服务器负载过高 先建立tcp连接,然后发起攻击,其特点是源地址可以检查到syn洪水攻击的防范echo
10240
jim19770812
·
2014-08-19 23:00
nginx_Too many open files
#vim/etc/security/limits.confrootsoftnofile
10240
roothardnofile
10240
nobodysoftnofile
10240
nobodyhardnofile1024
予人wgl
·
2014-08-05 18:11
failed
accept
nginx_Too many open files
#vim/etc/security/limits.confrootsoftnofile
10240
roothardnofile
10240
nobodysoftnofile
10240
nobodyhardnofile1024
予人wgl
·
2014-08-05 18:11
failed
accept
nginx
tfs文件系统之NS配置管理
1073741824#logfilenumdefault64log_num=64#logfileleveldefaultdebuglog_level=debug#mainqueuesizedefault
10240
task_max_queue_si
xinsir999
·
2014-07-31 16:02
tfs文件系统
NS配置管理
linux下memcached的启动/结束
进入安装目录,启动memcached:/usr/local/memcached/bin/memcached-d-c
10240
-m1024-uroot获取运行状态:echostats|nclocalhost11211
蜘蛛侠2014
·
2014-07-21 16:36
memcached的启动
Linux 下memcached 启动/结束方式
进入安装目录,启动memcached:/usr/local/bin/memcached-d-c
10240
-m1024-uroot获取运行状态:echostats|nclocalhost11211(可以查看出
liyongshan213
·
2014-07-10 11:03
linux
memcache
Mybatis基于注解方式调用Mysql的存储过程
1,构建一个存储过程PROCEDUREqiyi_ma2.gen_ci_property_value() BEGIN SET SESSIONgroup_concat_max_len=
10240
;DROP
银月光海
·
2014-07-09 10:00
RHEL5下tcp最大连接信息查看及修改方法
一、文件数限制修改1、用户级别查看Linux系统用户最大打开文件限制:#ulimit-n1024(1)vi/etc/security/limits.confapachesoftnofile
10240
apachehardnofile
10240
sudongqiang
·
2014-06-30 09:25
linux
Security
required
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他