开源云计算解决方案 CloudStack 加入 Apache 软件基金会 资讯

Citrix(思杰公司,世界领先的应用服务软件方案提供商)今天宣布,其流行的 CloudStack 开源软件将加入 Apache 软件基金会,成为行业中首个加入该基金会的云基础设施解决方案。 CloudStack

fmms 2012-04-05   16245   0
P7

  基于java技术的web网管软件开发方案 文档

智和信通 基于成熟网管平台的网管软件开发模式 基于JAVA技术的WEB网管软件开发方案 随着Web/Java技术的成熟及其在Internet上的广泛应用,网络管理技术和模式迎来了又一次革命。在网络管

SugarNMS 2016-11-16   371   0
P66

  权力阳光系统软件建设方案v1.0 文档

权力阳光系统软件建设方案V1.0 南京XX信息科技有限公司 2015.11.04 版本更新记录 版本号 创建者 创建日期 维护者 维护日期 维护纪要 V1.0 XXX 2015-11-04 — — 软件需求规格说明书

221664 2016-07-04   1198   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

如何实现多实验并行迭代,谈阿里妈妈的 A/B 测试实践 经验

=2659598227&idx=1&sn=9b3e5fdce959e4ff1a5d87398e50d646&scene=0

yq81862 2016-09-26   28845   0

模仿帝国时代的开源3D游戏 0 A.D. Alpha 10 发布 资讯

factions: Athenians, Macedonians and Spartans Healing: a priest can now heal units New models/artwork: Roman

openkk 2012-05-16   9902   0
游戏  

前后端分离之路 - Vue2项目多入口模板改造方案 经验

1.x的多入口方案,也一直懒癌发作没搞2.x的版本。适逢最近在等某宝小程序的构建,由于迟迟不定技术方案,只好暂缓先捯饬一下Vue@2.x项目多入口的构建方案。 关于项目模板 项目模板没有选择重新开发,而是直接选用了vue官方模板

yushenhw 2017-02-22   86617   0
P29

  微软商务智能解决方案--报表分析与展现(模板)-v1.0 文档

微软商务智能解决方案建议书 客户商标 XXX公司 报表、分析与展现服务平台建议书 微软(中国)有限公司 2007年9月 版本和审核纪录页 修改纪录 日期 作者 版本 说明 2007-09-26 Fred

hh7633757 2016-07-27   2714   0
方案  
P23

  ESB方案 文档

减少成本和增加重用 基于标准的接口定义使得复杂系统的集成变得简单 打破信息孤岛 SOA带来的好处 4. 解决方案介绍 5. ESB信息平台建设要求随着单位系统建设的越来越多 ,各个系统间数据、业务规则、业务流程的整合成为了最终用户非常关心的问题。

guolimin 2016-08-04   965   0
方案  

Facebook面试Q&A 资讯

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

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  

Create a Twitter Style Login Form with jQuery 开源项目

利用jQuery创建一个Twitter风格的下拉登录表单。

码头工人 2019-02-23   452   0
Forms   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