- 浏览: 1926491 次
- 性别:
- 来自: 南京
最新评论
-
cht的大摩托:
学习
IBM WebSphere Performance Tool / ISA / jca457.jar / ha456.jar / ga439.jar -
leeking888:
有没有linux 64位的相关librfccm.so等包啊?
web test LoadRunner SAP / java / Java Vuser / web_set_max_html_param_len -
paladin1988:
非常不错,多谢了。。
appServer IBM WebSphere / WAS 7 / 8.5 / was commerce -
hzxlb910:
写了这么多
net TCP/IP / TIME_WAIT / tcpip / iperf / cain -
acwyg:
ed2k://|file|LoadRunner.V8.1.is ...
web test performance tools / linux performance tools / windows performance tools
文章列表
冷备/物理备份 cp data 、tar data,覆盖就能恢复
热备/逻辑备份 mysqldump(会锁表),mysql source xxx.sql
热备不锁表 percona xtrabackup 做完全备份、差异备份、增量备份
导库操作:mysql> source /path/to/your_sql_file.sql;
导库操作:mysql -u your_username -p your_password your_database < your_sql_file.sql
db RethinkDB
- 博客分类:
- Web Database
s
RethinkDB 已倒闭。
如何安装RethinkDB
https://www.rethinkdb.com/docs/start-on-startup/
Install RethinkDB on CentOS
https://www.rethinkdb.com/docs/install/centos/
https://download.rethinkdb.com/dist/rethinkdb-2.3.6.tgz
http://download.rethinkdb.com/centos/7/x86_64/rethinkdb-2.3.6.x86_64.rpm
Reth ...
s
C:\Users\Lindows\Desktop\学习参考
Apache_配置规范_(Linux).zip
Apache_配置规范_(Windows).zip
BIND_配置规范.zip
IIS5.0_配置规范_(Windows_2000).zip
end
java performance tools / NetBeans Profiler / Sun BTrace / Eclipse MAT / IBM ISA
- 博客分类:
- Web Test Performance
s
Oracel Performace Analyzer
NetBeans Profiler
Eclipse MAT
Sun BTrace
https://github-production-release-asset-2e65be.s3.amazonaws.com/68017978/ef1058e8-e1e4-11e7-95d9-a44525d87fe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180118%2Fus-east-1%2Fs3 ...
s
阿里巴巴Java开发规范手册.zip
http://dl.iteye.com/topics/download/ffc4ddcf-8b65-3b3c-b146-96468e2baf40
nGrinder 平台调试groovy压测脚本,成功!
C:\Users\Lindows\workspace\GroovyTest\src\com\iteye\lindows\mysql\TestRunnerInsertMysqlSingle.groovy
package com.iteye.lindows.mysql
import junit.framework.Assert
...
s
redhat 7.2 tracker-store CPU消耗高的问题
http://www.cnblogs.com/exiahan/archive/2013/07/08/3177971.html
升级后发现有个tracker-store占用cpu非常厉害,查了下,好像是GNOME 3使用 Documents 來整合 本机 以及 在线(Google / Twitter)账户的文件,这个功能会呼叫 tracker-store 这个 process。禁用掉就好了。对搜索没多大影响,出问题在启用吧,目前也只有这样了。方法如下 alt+f2 键入 gnome-session-properti ...
s
Version 1.4.193 (2016-10-31), Beta
http://www.h2database.com/h2-setup-2016-10-31.exe
http://www.h2database.com/h2-2016-10-31.zip
解压h2-2016-10-31.zip文件,准备修改h2.bat内容
修改前内容
@java -cp "h2-1.4.193.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
@if errorlevel 1 pause
修改后内容
...
java Jython / JPython /
- 博客分类:
- Java
s
http://www.jython.org
Jython 简单入门
http://willzh.iteye.com/blog/307222
1. 用Jython调用Java类库 第一步、创建Java类 写一个简单的Java类,用Point来示例:
Java代码
import org.python.core.*;
public class
s
java thread / process / thread runnable / thread sleep / thread run
http://lindows.iteye.com/admin/blogs/314114
查看Ubuntu 16.04.1 LTS最大线程数:
test@test-virtual-machine:~$ cat /etc/issue
Ubuntu 16.04.1 LTS \n \l
test@test-virtual-machine:~$ cat /proc/sys/kernel/threads-max
31164
协程是一种用户 ...
sd
http://storm.apache.org/
LinkedBlockingQueue
http://docs.oracle.com/javase/7/docs/api/
并发队列ConcurrentLinkedQueue和阻塞队列LinkedBlockingQueue用法
http://www.cnblogs.com/linjiqin/archive/2013/05/30/3108188.html
在Java多线程应用中,队列的使用率很高,多数生产消费模型的首选数据结构就是队列(先进先出)。Java提供的线程安全的Queue可以分为阻塞队列和非阻塞队列,其中 ...
s
http://sonar.oschina.net/
在使用sonar服务前,请先登录git.oschina.net(开源中国代码托管网站,以下简称git),请依据如下步骤操作
1.选择自己的项目XXX,进入"质量分析"菜单,点击"开始分析XXX代码",XXX项目进入sonar代码分析流程
2.当代码分析流程结束(大约1到2分钟),git会提示您项目的代码分析结果
3.若分析失败会给出提示信息,并提示失败原因
4.若分析成功, git将会显示sonar平台代码质量分析概要,点击相关概要链接,可查看具体分析详情
静态检查工具Chec ...
s
课程> Web开发> PHP> Redis视频教程
http://edu.csdn.net/course/detail/2126
课程> 数据库> NoSQL> Redis
http://edu.csdn.net/course/detail/2591
课程> 系统/网络> Linux> Linux下安装部署JDK7+Tomcat7+MySQL5.6+Redis3.07
http://edu.csdn.net/course/detail/3242
Redis 3.0.0正式版发布,全新的分布式高可用数据库
http ...
s
http://zookeeper.apache.org/
Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination.
ZooKeeper是Hadoop Ecosystem中非常重要的组件,它的主要功能是为分布式系统提供一致性协调(Coordination)服务,与之对应的Google的类似服务叫Chubby。
tcpwa.exe
msvcr100d.dll 该文件放入C ...
s
DOCKER windows安装
http://blog.csdn.net/zistxym/article/details/42918339
1.下载程序包
2. 设置环境变量
3. 启动DOCKERT
4. 分析start.sh
5. 利用SSH工具管理
6. 下载镜像
6.1 下载地址
6.2 用FTP工具上传tar包
6.3 安装
6.4 查看镜像
6.5 运行
安装包 https://github.com/boot2docker/windows-installer/releases(这个地址国内下载很慢)
用这个: https://get.daocl ...
s
WAS生成的文件:javacore.***.txt 、heapdump.***.phd、core.***.dmp、Snap.***.trc
WAS生成的常见文件有哪些?
原文链接:http://blog.csdn.net/pqh20085101092/article/details/39370389