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
throttle
一条命令monkey命令
adb-dshellmonkey-s5-pcom.xxx.xx–
throttle
500–pct-touch15–pct-motion10–pct-trackball15–pct-nav25–pct-majornav15
GoldenVein
·
2015-03-11 10:00
跑monkey命令
adbshellmonkey-pcom.android.settings --ignore-security-exceptions--monitor-native-crashes --
throttle
1000
carlos
·
2015-02-10 19:00
Android 低内存导致monkey killed分析指南
pkg-blacklist-filestorage/sdcard0/blacklist.txt --ignore-security-exc eptions--monitor-native-crashes-s800-v-v-v --
throttle
1427180000
huangyabin001
·
2015-01-22 21:00
We are already in the process of making n+ connections and the number of simultaneous builds has bee
simultaneous-build-
throttle
:Thisisthemaximumnumberofconnectionswecanbebuildingatanyonetime.Thatis,thenumberofnewconnectionsthathavebeenrequestedbutaren
a564663276
·
2015-01-19 10:00
in
process
of
has
the
been
Ma
builds
builds
simultaneous
thro
proxool--高并发异常:We are already in the process of making 11 connections and the number of simultaneous
java.sql.SQLException:Wearealreadyintheprocessofmaking11connectionsandthenumberofsimultaneousbuildshasbeen
throttle
dto10
u010926176
·
2015-01-12 12:00
开源日志收集系统Scribe 参数说明
number)scribe监听的端口默认为0可以通过命令行-p指定2)max_msg_per_second:(number)每秒最大日志并发数默认为0,0则表示没有限制在scribeHandler::
throttle
Deny
beck_716
·
2014-12-15 15:21
参数
开源
收集
scribe
JS魔法堂:函数节流(
throttle
)与函数去抖(debounce)
一、前言 以下场景往往由于事件频繁被触发,因而频繁执行DOM操作、资源加载等重行为,导致UI停顿甚至浏览器崩溃。 1. window对象的resize、scroll事件 2. 拖拽时的mousemove事件 3. 射击游戏中的mousedown、keydown事件
·
2014-12-06 22:00
Deb
clumsy 能在 Windows 平台下人工造成不稳定的网络状况,方便你调试应用程序在极端网络状况
节流(
Throttle
),把一
lgl88911
·
2014-11-14 09:00
浅谈 Underscore.js 中 _.
throttle
和 _.debounce 的差异
本文仅探讨Underscore.js的两个函数方法`_.
throttle
`和`_.debounce`的原理、效果和用途。 通常的函数(或方法)调用过程分为三个部分:请求、执行和响应。
Coding扣钉
·
2014-11-04 16:00
JavaScript
浅谈 Underscore.js 中 _.
throttle
和 _.debounce 的差异
本文仅探讨Underscore.js的两个函数方法_.
throttle
和_.debounce的原理、效果和用途。通常的函数(或方法)调用过程分为三个部分:请求、执行和响应。
代码先生
·
2014-11-03 16:00
JavaScript
Web
开发
android Monkey test测试
以下这条Monkey指令为例: monkey -s 12 --
throttle
450 -p com.android.cameraswitch --kill-process-after-error -
bogongjie
·
2014-09-26 11:00
monkey test
介绍trottle 和 debounce
比如:resizing和scroll回调函数debounce使用场景:一段时间内,重复点击,只会触发一次,比如click参考:http://www.slideshare.net/almirfilh0/
throttle
-and-debounce-patterns-in-web-apps
xiongzhengxiang
·
2014-08-25 17:00
Monkey 测试二 Monkey 策略
应用程序的稳定性测试和压力测试测试对象分为:单一apk和apk集合测试的目的分为:解决问题的测试(忽略异常的测试)和验收测试(不忽略异常的测试)二,稳定性测试不忽略异常monkey-pcom.android.mms--
throttle
1000
kittyboy0001
·
2014-08-17 15:00
android
monkey
ITM_win_agentCPU内存占用较高
CPU100% Kntcma.exe占用内存资源较高server安装ITM623FP2补丁agent安装6.2.3.2-TIV-ITM_WIN-IF0001补丁在KNTENV文件中设置 NT_LOG_
THROTTLE
老崔很年轻
·
2014-08-14 10:22
tivoli
Monkey常见面试问题
答:--
throttle
参数2、Monkey如何控制事件流所占比?答:--pct-touch等pct参数3、如何重现Monkey中发现的错误?
jlminghui
·
2014-07-27 23:00
面试
测试
压力测试
monkey
Sun Exadata X2-2 Rman L1 backup Ora-00600 krbbs
Throttle
_ zero_total_size
2014-06-10在点检SunExadataX2-2一体机时,在预警文件中出现以下错误: MonJun0922:19:292014Errorsinfile/u01/app/oracle/diag/rdbms/mcsdb/MCSDB2/trace/MCSDB2_ora_13405.trc (incident=449691):ORA-00600:internalerrorcode,arguments
xuzhenxiang
·
2014-06-11 11:00
数据库
Linux中使用cgroups管理进程磁盘io介绍
不过大部分都是只读的状态报告,可写的参数就只有下面这几个:复制代码代码如下:blkio.
throttle
.read_bps_deviceblkio.
throttle
.read_iops_deviceblkio.
throttle
.write_bps_deviceblkio.thro
佚名
·
2014-06-11 09:16
javascript中的
throttle
和debounce浅析
throttle
我们这里说的
throttle
就是函数节流的意思。再说的通俗一点就是函数调用的频度控制器,是连续执行时间间隔控制。
·
2014-06-06 09:18
http抓包以及网速限定
由于我是MAC, 举荐一个Charles工具 限速选择在:可以打开Proxy –>
Throttle
Setting 设置。
·
2014-05-26 10:00
http
dell服务器过热保护
以下是日志片段: Apr 11 17:33:02 localhost kernel: CPU0: Core temperature above threshold, cpu clock
throttle
d
helongno1
·
2014-04-14 11:00
centos
服务器 过热保护 日志
dell服务器过热保护
风扇不转了,清理了下灰尘,又查看了一下日志,以下是日志片段:Apr1117:33:02localhostkernel:CPU0:Coretemperatureabovethreshold,cpuclock
throttle
d
helongno1
·
2014-04-14 11:00
服务器
过热保护
日志
CentOS
javascript 函数节流
给个地址:http://www.alloyteam.com/2012/11/javascript-
throttle
/2.文章中给出3个节流的例子,但是实际项目中需要升级到节流版本的javascript函数太多了
secretx
·
2014-03-30 16:00
JavaScript
函数节流
jquery下div 的resize事件示例代码
([]),e=$.resize=$.extend($.resize,{}),i,k="setTimeout",j="resize",d=j+"-special-event",b="delay",f="
throttle
Window
·
2014-03-09 16:02
Charles(最强大的http调试工具)详细教程(下)
网速模拟功能
throttle
功能对于前端来说非常实用,可以看页面在低网速下的表现,从而找出优化的点。
wildfireli
·
2014-02-24 16:00
hdfs中限流器BlockTransfer
Throttle
r的c#改写
using System; using System.Runtime.CompilerServices; using System.Threading; namespace Common.Engine { /// <summary> /// 限流器 /// 改写自:hadoop\src\hdfs\org\apache\hadoop\hdfs\server\da
liudunxu2
·
2014-02-07 11:00
block
activeMQ文件传输
ActiveMQ报出这样的信息:Java代码INFO|UsageManagermemorylimit(1048576)reachedfortopic://EXCHANGE.FILE.Producerswillbe
throttle
dtotherateatwhichm
对java有感觉
·
2014-01-14 17:55
java
android 入门 Monkey 指令说明
看到测试同学在用这个命令:adbshell monkey-pcom.xxx.xx-v-v-v-s3--ignore-crashes --ignore-timeouts--
throttle
400300000
yzzst
·
2013-12-13 11:00
echo.js使用教程
echo.js使用教程: echo.js Echo.init({ offset:200,
throttle
:1050
anziguoer
·
2013-12-10 08:00
使用教程
echo.js使用教程
echo.js
JavaScript 图像延迟加载库 Echo.js的简单使用
示例代码://blank.gif为预加载的照片,photo.jpg为最后显示的照片 Echo.init({ offset:0,
throttle
:250 //设置图片延迟加载的时间 }); //
zh119893
·
2013-12-08 16:00
JavaScript
echo.js
图像延迟加载
Android测试跑单个包脚本文件
脚本: adb shell monkey -p 应用包名 --
throttle
随机事件间隔 -v -v -v -s 1 --ignore-security-exceptions
·
2013-12-04 10:00
android
ibatis里面流控的实现
ibatis里面的流控实现是通过
Throttle
这个类来实现,既信号量,实例化时指定最大的访问量,每次请求时从这里获取一个信号量,如果已经达到阈值将阻塞或者抛出异常,以免大量的请求导致服务当机,每次请求时申请一个
zhouguiping2008
·
2013-11-09 14:00
ibatis
解决proxool连接池配置读取失败的方法之一
运行程序时报了如下的错误:警告:Useofproxool.maximum-new-connectionsisdeprecated.Usemoredescriptiveproxool.simultaneous-build-
throttle
instead.org.logicalcobwebs.proxool.ProxoolExcep
zhjw009
·
2013-10-21 19:00
proxool
连接池配置
cgroup--blkio子系统测试-1(
throttle
测试)
1 限制块设备读速率:首先内核配置必须要满足如下要求:-EnableBlockIOcontroller CONFIG_BLK_CGROUP=y -Enablethrottlinginblocklayer CONFIG_BLK_DEV_THROTTLING=y这个可以从/boot目录下的config-xxx文件确定。挂载blkio子系统:mount-ttmpfscgroup_root/sys/fs
XscKernel
·
2013-09-30 15:00
cgroup--blkio子系统测试-2(配合fio 做weight测试)
前面测试了blkio的
throttle
部分,本文测试blkio的weight,也就是每个进程能使用的IOPS的能力的比例,必须通过CFQ调度器来实现。
XscKernel
·
2013-09-30 15:00
monkey脚本
测试脚本代码是: adb shell monkey -v --
throttle
300 --pct-touch 30 --pct-motion 20 --pct-nav 20 --pct-majornav
Jack_l1
·
2013-09-27 16:00
android
monkey
长时间monkey测试脚本
ignore-timeouts--ignore-security-exceptions--pct-trackball0--pct-nav0--pct-majornav0--pct-anyevent0--
throttle
300
心如明镜
·
2013-09-11 11:34
System
monkey
We are already in the process of making 11 connections and the number of simultaneous builds has be
java.sql.SQLException:Wearealreadyintheprocessofmaking11connectionsandthenumberofsimultaneousbuildshasbeen
throttle
dto10
cs123dn_ll
·
2013-08-10 09:00
mysql
[BTS] BizTalk host BizTalkServerApplication
throttle
d because DatabaseSize exceeded the configured throttling
Log Name: ApplicationSource: BizTalk ServerDate: 7/22/2013 6:10:38 PMEvent ID: 7001Task Category: BizTalk ServerLevel: WarningKeywords: ClassicUser: N/AComputer: CN-S-VDBTS01.cn.abb.comDescription:Biz
·
2013-07-22 18:00
application
JavaScript函数节流与函数去抖
介绍首先解释一下这两个概念:函数节流(
throttle
):是让一个函数无法在很短的时间间隔内连续调用,当上一次函数执行后过了规定的时间间隔,才能进行下一次该函数的调用。
Jlins
·
2013-07-09 14:08
JavaScript函数节流与函数去抖
介绍首先解释一下这两个概念:函数节流(
throttle
):是让一个函数无法在很短的时间间隔内连续调用,当上一次函数执行后过了规定的时间间隔,才能进行下一次该函数的调用。
dyllove98
·
2013-07-09 14:00
javascript函数的
throttle
和debounce
上周写了windowresize和scroll事件的基本优化,结果微博上交流的人还挺多,大家都提到了一个技术名词:“
throttle
”。
throttle
我们这里说的
throttle
就是函数节流的意思。
i33
·
2013-07-08 17:00
JavaScript函数节流与函数去抖
首先解释一下这两个概念:函数节流(
throttle
):是让一个函数无法在很短的时间间隔内连续调用,当上一次函数执行后过了规定的时间间隔,才能进行下一次该函数的调用。
winxpxt
·
2013-07-08 10:00
JavaScript
JavaScript函数节流与函数去抖
介绍首先解释一下这两个概念:函数节流(
throttle
):是让一个函数无法在很短的时间间隔内连续调用,当上一次函数执行后过了规定的时间间隔,才能进行下一次该函数的调用。
·
2013-07-08 08:00
JavaScript
Android跑指定包Monkey脚本
Android跑指定包Monkey脚本 adb shell monkey –p com.android.mms --
throttle
1000 -v -v -v -s 1 --ignore-security-exceptions
·
2013-06-28 18:00
android
Javascript
Throttle
& Debounce
Throttle
无视一定时间内所有的调用,适合在发生频度比较高的,处理比较重的时候使用。
snake_hand
·
2013-06-05 21:00
JavaScript
Throttle
Service
节流阀控制,提高modem使用效率,避免数据过大或过小情况下不必要的重复连接和断开。
AttackMars
·
2013-03-28 20:00
Javascript
Throttle
& Debounce应用介绍
Throttle
无视一定时间内所有的调用,适合在发生频度比较高的,处理比较重的时候使用。
·
2013-03-19 10:10
简单通用的ContentProvider
常用简单的ContentProvider的实现差不多,整理了个通用的(基于com.example.android.supportv4.app.Loader
Throttle
Support.SimpleProvider
simplehappy
·
2013-02-22 16:00
android
ContentProvider
example
简单通用的ContentProvider
阅读更多常用简单的ContentProvider的实现差不多,整理了个通用的(基于com.example.android.supportv4.app.Loader
Throttle
Support.SimpleProvider
simplehappy
·
2013-02-22 16:00
android
ContentProvider
example
简单通用的ContentProvider
阅读更多常用简单的ContentProvider的实现差不多,整理了个通用的(基于com.example.android.supportv4.app.Loader
Throttle
Support.SimpleProvider
simplehappy
·
2013-02-22 16:00
android
ContentProvider
example
上一页
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
其他