仿系统日历新建事件中的时间选择器:NYDateTimePicker 经验

仿系统日历新建事件中的时间选择器,并且支持 年月日时分 定制,模拟系统tableviewcell点击动画,cell点击展开动画——by 牛严 项目主页: http://www.open-open

pnxx 2015-09-27   7621   0
P

c3p0-0.9.1.2-javadoc 文档

C3P0是一个开放源代码的JDBC连接池,它在lib目录中与Hibernate一起发布,包括了实现jdbc3和jdbc2扩展规范说明的 Connection 和Statement 池的DataSources 对象。

enl_green 2013-10-10   771   0

Skolelinux 7.1 Beta 0 发布 资讯

n的apt-get的力量,通过Internet来完成。Skolelinux的核心目标是本地化,以及系统管理的易用性。 Petter Reinholdtsen has announced the

jopen 2013-07-27   7449   0

0 到 1 打造直播 App 经验

Software串流(支持多种直播平台)。 移动端iOS、Android的摄像头和麦克风。 iOS、Android主要是系统提供的API实现。 webRTC (Web Real-Time Communication)

kejt4875 2016-10-30   13898   0

30天从0开始学习Swift 资讯

确切地讲,我是 30 天前开始学习 swift 的。3 天前,我开发的第一个应用程序通过了苹果公司的审核。相比其他事情,这一开发过程并不算什么,但是对我而言,却是一个巨大的成就。

jopen 2015-10-29   17525   0
Swift  

Skolelinux 7.0 Alpha 0 发布 资讯

n的apt-get的力量,通过Internet来完成。Skolelinux的核心目标是本地化,以及系统管理的易用性。 Petter Reinholdtsen has announced the

jopen 2013-04-26   7841   0
P41

  用POJO实现0配置的WebService 文档

用POJO实现0配置的WebService Axis2是一套崭新的WebService引擎,该版本是对Axis1.x重新设计的产物。Axis2不仅支持SOAP1.1和SOAP1.2,还集成了非常流行的REST

sweetbaybe 2011-06-27   663   0

openSUSE 13.2 Milestone 0 发布 资讯

steady and our venerable release manager has made a first milestone available. No development schedule

jopen 2014-03-20   6350   0

Sample code for a Java RESTful back end with a fun subject matter 经验

build a Java backend for an app with a fun subject matter. The RESTful backend is essentially a Java web

JasmineLafo 2016-03-05   12581   0
Java   REST   Java开发  

FancyBackground is a tiny Android library designed to animate a set of resource Drawables. 经验

FancyBackground FancyBackground is a tiny Android library designed to animate a set of resource Drawables. It

jopen 2016-02-05   8482   0

仿仿QQ菜单(完整版)可直接使用 经验

仿 <斗鱼tv1 17版=""> (上传者:cym_bj) 大家好第一次上传 ,写的不好请多指教。高仿斗鱼 本次实现 推荐,栏目、直播的页面。后续会一直更新。大家多多关注。 仿QQ菜单(完整版)可直接使用

phantonhzh 2016-01-31   18736   0

Facebook面试Q&A 资讯

你的学历、学校、专业、英语成绩、论文、竞赛获奖、工作经验、参与开源项目等背景情况?一定很牛吧? A: 真的不牛,矮丑穷,纯 RP 爆发而已。本科天津大学软件学院,硕士天津大学计算机学院。高中无竞赛经历,本科阶段

openkk 2012-08-20   30761   0

Gitalist - a modern git web viewer 经验

Gitalist 是一个基于Web的 Git 资料库浏览器。

jopen 2012-09-18   16449   0

Cracking passwords with a simple genetic algorithm 经验

com/lyle-nel/siga siga(simple genetic algorithm) This is a small experiment that focuses on leveraging population-based

AurDashwood 2016-02-27   8366   0

Create a Realistic Hover Effect With jQuery 开源项目

利用jQuery为一组图标链接添加当鼠标移过时,图标会产生向上升起+倒影的效果。

码头工人 2019-02-23   472   0
jQuery  

A Wrapper of JQuery Dynatree Plugin - MagicDTree 博客

http://www.boarsoft.com/javascript/dtree MagicDTree是 JQuery 著名树形插件Dynatree的包装类,增加右键菜单,添加、删除、更新接口。 基本示例

Mac_J 2011-08-11   3456   0

Hibernate Annotator (H8A8) 开源项目

Hibernate Annotator能够让你利用Java 5注释(annotations)来生成Hibernate mapping xml文件.它可作为那些原来使用xdoclet但要移植到Java5的一个替代品或作为Hibernate Annotations项目之外的另一个可选项目.

码头工人 2019-01-17   7730   0
P

Python in a Nutshell, 2nd Edition 文档

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

f74f 2015-01-18   642   0
P

Java in a Nutshell, 5th Edition 文档

Java in a Nutshell, 5th Edition

wxf2378 2012-10-14   3560   0

C++算法之A*算法 代码段

  那么,这时候就要A*算法就可以排上用场了。 A*算法和普通的算法有什么区别呢?我们可以用一个示例说明一下: /* * 0 0 0 0 0 * 1 1 1 1 1 * 1 0 0 0 1 * 1 0 0 0 1

jopen 2015-06-24   4410   0
算法  
1 2 3 4 5 6 7 8 9 10