0到1构建美团压测工具 经验

美团内部的RPC服务大多构建在Thrift之上,在日常开发服务的过程中,需要针对这些服务进行压力测试(以下简称压测)来发现潜在问题。常用的方法有:

jopen 2016-01-08   14754   0

软件发行工具 0release 经验

0release 可用来制作软件的新的发行,它在你的版本控制系统中处理例如版本号和发行日期、版本标签,并更新 Zero Install 信息。 项目主页: http://www.open-open

fmms 2012-01-11   22458   0

c3p0:JDBC DataSources/Resource Pools 经验

C3P0是一个易于使用的Java类库,它实现了数据源和JNDI绑定。包括了实现jdbc3和jdbc2扩展规范说明的Connection 和Statement 池的DataSources 对象。

jopen 2012-10-17   23530   0

Java String字符串补0或空格 代码段

songjy; import java.text.NumberFormat; //Java 中给数字左边补0 public class NumberFormatTest { public static void

码头工人 2016-08-17   91259   17

MongoDB r3.0.13-rc0 发布 资讯

MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。

jopen 2016-10-26   5220   0
MongoDB   Mongo  
P39

  数据库设计开发-0-4 文档

ORACLE中对象类型create type c_t as object (…); create type a_t as object (…); create type p_t as object (…); create

jaisy111 2010-12-27   2663   0
Java   SQL  

用于美化你网站的最好 WordPress Gallery相册插件 资讯

1. Responsive Photo Gallery Responsive Photo Gallery is based on bootstrap framework. Add unlimited

jopen 2014-07-15   37083   0

在Android Studio中利用List Fragments创建相册Gallery 经验

an existing one, // or start a new one. getLoaderManager().initLoader(0, null, this); } 请注意最后的这一行:

jopen 2014-07-09   20584   0

使用 RecyclerView 实现 Gallery 画廊效果,并控制 Item 停留位置 经验

targetView) 当拖拽或滑动结束时会回调该方法,返回一个out = int[2],out[0]x轴,out[1] y轴,这就是我们需要修改的位置偏移量 View findSnapView(RecyclerView

hokj2681 2017-02-06   13723   0

PHP开发的相片管理系统,Gallery 3.0.4 发布 资讯

Gallery 是一款用PHP开发的基于WEB的相片管理系统,Gallery 非常易于使用,包括一个配置向导,对于相片的操作包括自动生成缩略图、相片的大小改变、选择、排序等。详细功能: User View

openkk 2012-06-12   10958   0
Gallery  

Google Maps Gallery开始向个人用户开放定制端口 资讯

地图数据导入 Google Maps 并开放给其他用户的平台系统--Google Maps Gallery。不过当时,Google 认定的第三方仅局限于政府、非营利性组织及企业,现在 Google 的开放让个人也能在上面上传数据了。

jopen 2014-09-17   5490   0

Android中ImageSwitcher结合Gallery展示SD卡中的资源图片 经验

本文主要是写关于ImageSwitcher结合Gallery组件如何展示SDCard中的资源图片,相信大家都看过API Demo 中也有关于这个例子的,但API Demo 中的例子是展示工程中Draw

fmms 2012-04-22   28063   0
P37

  A4J 中文用户指南 文档

A4J中文用户指南 2009年02月11日 09点43分46秒     作 者:www.73cc.com     序言: Ajax4JSF是一个很容易使用的框架.   有什么问题可以在JSF中文论坛讨论

leayefang 2013-03-24   4596   0
JSF   Web框架  
P

Java Examples in a Nutshell, 3rd Edition 文档

This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.

silentboy 2015-02-21   3235   0

alien - A lightweight http router from outer space 经验

Alien Alien is a lightweight http router( multiplexer) for Go( Golang ), made for humans who don't

jopen 2016-01-31   7996   0

游戏算法实践——A星寻路 经验

来自: https://segmentfault.com/a/1190000004503119 先展示效果图: 如图中亮绿色点为起点,蓝点为终点,白色为墙体不可行走。黄色点区域为被试探

RudolphHamm 2016-02-28   18492   0
算法  

A list of Elasticsearch tutorials, videos, tools and resources 经验

website Logstash is a data pipeline that helps you process logs and other event data from a variety of systems

lmqa7365 2016-02-16   24267   0

just a tiny & fast static and fastcgi reverse proxy written in golang 经验

https://github.com/alash3al/xerver xerver v2.0 just a light and fast reverse proxy for fastcgi based processes

edison1221 2016-03-02   9176   0

Android 关于 libpng error: Not a PNG file 的错误 博客

系统 认为你放进去的文件虽然是png结尾的,但本身格式不是png的或不是标准png的。 解决方法就是将图片转成标准的png格式,(傻瓜方法,打开图片用QQ去截图保存png格式) 原文: http://51oms.org/bbs/redirect.php?tid=188&goto=lastpost&styleid=2

tomivy 2010-11-26   3763   0
网络开发   CUnit   搜狐   SAP   Adium  
P22

  Python2 vs. Python3 A retrospective 文档

2 vs. Python 3 A retrospectiveGuido van Rossum guido@python.org Hackers 2013 2. Why a new version"Python

wn53d 2013-12-30   804   0
Python开发   HTTP   Python   XML  
1 2 3 4 5 6 7 8 9 10