P37

  A4J 中文用户指南 文档

Ajax4JSF是一个很容易使用的框架.     Ajax4jsf 是一个添加Ajax功能到JSF项目中的开源框架,使用该框架不用写JS代码.   Ajax4jsf 充分利用了JSF框架的优点,如: 生命周期, 验证, 转换的灵活性和受管理的静态和动态资源. 使用Ajax4jsf, 具有Ajax支持的富组件和高度可自定义的外观感觉可以很容易的与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 - A lightweight http router from outer space

jopen 2016-01-31   7996   0

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

先展示效果图: 如图中亮绿色点为起点,蓝点为终点,白色为墙体不可行走。黄色点区域为被试探到的位置,绿色的路径为最后的最短路径。其中这里移动规则是只能上下左右移动。 关于A星算法,大家可以去google。这里...

RudolphHamm 2016-02-28   18492   0
算法  

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

←Awesome TypeScript -= Awesome Elasticsearch =-

lmqa7365 2016-02-16   24267   0

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

just a light and fast reverse proxy for fastcgi based processes .

edison1221 2016-03-02   9176   0
P22

  Python2 vs. Python3 A retrospective 文档

Python2 vs. Python3 A retrospective

wn53d 2013-12-30   804   0
Python开发   HTTP   Python   XML  
P57

  PHP开发与应用(a模块) 文档

PHP 简介及环境搭建 PHP 语法基础 处理 WEB 请求 操作 MySQL 数据库 面向对象编程 正则表达式和文件操作

andylance 2013-03-16   484   0
PHP开发   HTTP   x86   Perl   PHP  

js通过a标签解析url 代码段

/* * @function: 通过a标签解析url标签 * @param:url url参数是字符串,解析的目标 通过IE6-9 chrome Firefox测试 * */ function parseURL(url) { //创建一个a标签 var a = document.createElement('a'); //将url赋值给标签的href属性。 a.href = url; return

jsopen 2015-01-09   3392   0
P12

  机器视觉模块说明文档a 文档

对图像进行分析和处理所用到的一些控件,包括图像的类型,图像处理的方式和不同的形态算子以及颜色的类型的选择等等。如图2图21.1ImageType用于图片类型的选择,可以选择的类别有8bits,16bits,Float,Complex,RGB和HSL。一般用在从文件中读取图片时类型的选择。1.2ROIDescriptorROI区域的描述。ROI是RegionOfInteresting的简称,中文应该翻译为目标区域。

focus2046 2015-04-09   1303   0
P4

  2011级c语言考试a 文档

2011级c语言考试a卷

675913123 2013-08-16   1827   0

译:EM算法笔记(a note on the EM algorithm) 经验

本论文使用一个具体的实例讲解了EM算法的整体流程,非常详细。这里跟大家分享下。

jopen 2015-01-13   14808   0
算法  

Olive - just a tiny very simple web app framework for Go 经验

Just a lightweight golang web application middleware

JoniSeidel 2016-02-10   7637   0
P33

  Developing a List Definition and Event Receiver in Visual Studio 2010 文档

This lab demonstrates how to create a List Definition with a corresponding List Instance,and then attach an Event Receiver to the list to perform some tasks. The objectives of this lab are to learn how to build List Definitions, List Instances, and Event Receivers using Visual Studio 2010 and how to use the Developer Dashboard in SharePoint 2010.

torney 2015-07-28   456   0
P90

  DIY Deep Learning for Vision:a Hands-On Tutorial with Caffe 文档

DIY Deep Learning for Vision:a Hands-On Tutorial with Caffe

ggect 2015-09-07   3258   0
机器学习   Lua   Python   C/C++   Go  
P51

  A Brief Look at Oracle Database 11g 文档

A Brief Look at Oracle Database 11g

qingtianyu 2013-08-01   2535   0
P17

  多功能电子时钟设计论文报告a 文档

随着科技的发展和社会的进步,人们对数字钟的要求也越来越高,多功能数字钟不管在性能还是在样式上都发生了质的变化。因此本系统采用单片机作为数字钟的核心控制器,读取时钟芯片的值和温度传感器传来的值,并通过显示器显示出来,而且,可以通过按键电路给单片机执行信号,给时钟芯片赋初值,设置闹钟。采用AT89S52作为主控单片机,时钟模块选用DS12C887作为时钟芯片,温度模块选用DS18B20作为温度传感器,显示模块选用LCD1602,设置部分选用按键电路。

1179799903 2012-05-02   4087   0
报告  

支持多语言的 A/B 测试框架:Sixpack 经验

Sixpack 是一个语言无关的 A/B 测试框架。支持多种编程语言,提供简单的 API 给客户端调用,可使用不同的编程语言来开发客户端。Sixpack 包含两部分:Sixpack-server 用来响应 Web 请求;Sixpack-web 是一个操作面板,用来跟踪和执行 A/B 测试。后者是可选的。

jopen 2015-07-31   17118   0

A星寻路算法 for cocos2dx-lua 经验

A星寻路算法 for cocos2dx-lua 寻路的时候需要传入开始坐标,目标坐标以及存放所有地块格子的table。

jopen 2015-08-26   23782   0
算法  
P43

  Building a Real-time, Solr-powered Recommendation Engine 文档

Overview of Search & Matching Concepts Recommendation Approaches in Solr: Attribute-based Hierarchical Classification Concept-based More-like-this Collaborative Filtering Hybrid Approaches Important Considerations & Advanced Capabilities

xw56 2015-04-30   2120   0
1 2 3 4 5 6 7 8 9 10