P22

  Python 2 vs .Python 3 A retrospective 文档

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

yox66 2014-12-16   338   0

Dockerizing a Node.js web app 经验

com/dockerizing-a-node-js-web-app/ The goal of this example is to show you how to get a Node.js application

wfdq7172 2016-02-27   14395   0

Bug - a distributed bug tracking system 经验

com/driusan/bug Bug Bug is an implementation of a distributed issue tracker using git (or hg) to manage

SopOINC 2016-02-11   35962   0

Java开源-astar:A 星算法 经验

astar A星算法Java实现 一、适用场景 在一张地图中,绘制从起点移动到终点的最优路径,地图中会有障碍物,必须绕开障碍物。 二、算法思路 1. 回溯法得到路径 (如果有路径)采用

Iverson76er 2017-07-11   32295   0

Twitter A/B测试技术概览 资讯

est A/B测试在Twitter的整个产品流程中是着非常核心的一个环节,Twitter通过它来验证新功能是否有效。前段时间,Twitter发布了 博客 介绍了他们是如何实施A/B测试的。日前,他们又

jopen 2015-11-17   11571   0
Twitter  

Hibernate Generic D.A.O. Framework 经验

Hibernate Generic D.A.O. Framework是一个基于Hibernate实现,可扩展的通用泛型DAO框架。封装了一些常用的CRUD操作和搜索功能,并提供远程服务接口。 示例代码:

jopen 2013-01-10   15995   0

开源A/B测试工具:Sixpack 经验

Sixpack 是一个开源A/B测试工具,具有独特的特点:与语言无关。他不限制你用一种语言运行整个测试,所以你可以用一种语言开始,用另一种结束(比如 JS & PHP 代码作为相同的测试)。他有针对PHP,javaScript

jopen 2014-07-30   30006   0
P

A4J 用户指南 文档

Ajax4jsf 是一个添加Ajax功能到JSF项目中的开源框架,使用该框架不用写JS代码. Ajax4jsf 充分利用了JSF框架的优点,如: 生命周期, 验证, 转换的灵活性和受管理的静态和动态资源. 使用Ajax4jsf, 具有Ajax支持的富组件和高度可自定义的外观感觉可以很容易的与JSF结合起来.

ccr1988 2013-09-29   2270   0
JSF   Web框架  

Create a Resizable Image Grid with jQuery 开源项目

利用jQuery创建一个通过拖动滑块来放大或缩小一组图片的插件。

码头工人 2019-02-23   520   0
image   jQuery  

Reinventing a Drop Down with CSS and jQuery 开源项目

利用CSS+jQuery实现一个自定义的Select控件。可以定义外观,下拉项目除了文本还可以加图片。

码头工人 2019-02-23   407   0
Forms   jQuery  

Material, a Graphics Framework for Material Design in Swift 经验

Material is a graphics and animation framework based on Google's Material Design. A major goal in the

vwcu8016 2016-01-31   11716   0

Vagga is a containerization tool without daemons 经验

https://github.com/tailhook/vagga Vagga Vagga is a fully-userspace container engine inspired by Vagrant

twdx4414 2016-02-12   30347   0

A*图搜索算法简介 经验

A*图搜索算法简介】游戏中经常推荐A*算法来找到一个位置到另外位置的路径。Dijkstra广度优先搜索和A*算法采用了相同的基本结构,它们都以图表示地图,在图中找到路径。本文以广度优先搜索开始,全面

jopen 2015-01-18   15161   0
算法  

plum.Shop – A jQuery Shopping Cart 开源项目

plum.Shop是一个强大的jQuery购物车插件,设计的目的就是为了省心。它不需要数据库,仅仅包含jQuery和plum.Shop JavaScript文件。你可以根据自己的需要调整任何默认设置。

码头工人 2019-02-23   689   0
jQuery  
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
1 2 3 4 5 6 7 8 9 10