P170

m0n0wall 中文手册 文档

m0n0wall 中文手册 作者: Chris Buechler Manuel Kasper 译文:Ben Zeng m0n0wall 的作者是 Manuel Kasper。大部分文档由 Chris Buechler

clbus 2014-07-26   669   0
P170

m0n0wall 中文手册 文档

m0n0wall 中文手册 作者: Chris Buechler Manuel Kasper 译文:Ben Zeng m0n0wall 的作者是 Manuel Kasper。大部分文档由 Chris Buechler

csnetstar 2012-06-21   1526   0

模拟帝国时代的游戏,0 A.D. Alpha 8 发布 资讯

0 A.D 是由 WIldfire Games 开发的免费跨平台游戏,支持 Windows, Mac OS X和Linux。 近日它发布了 alpha 1 版本,代号为 “Argonaut”,这个版本

jopen 2011-12-24   13390   0
游戏  
P9

  j​a​v​a​中​f​i​n​a​l​、​f​i​n​a​l​l​y​、​f​i​n​a​l​i​z​e​的​区别 文档

FinalTest {      // 在定义时初始化      public final int A = 10;     // 在初始化块中初始化      public final int B;      {

千里马 2014-08-10   4378   0

奇葩:Struts官方公布自家漏洞利用代码 资讯

这就是互联网的放大作用。 而对于始作俑者,Apache 基金会下的 Struts,我只能说 Struts 真是一奇葩。这并非 Struts 第一次出这种高危漏洞,但 Struts 对于安全问题的处理一直都很有问题

jopen 2013-07-22   6478   0
Struts  

Spring的极封装:9iuspring 经验

9iuspring,spring的极封装,spring的强大灵活+jfinal的开发效率 spring的良好的扩展性,集成度,IOC,AOP事务,已经是项目的基础条件. 整个项目只使用了spring

jopen 2013-04-09   18756   0

的Python Web框架 CherryPy 经验

用于 Python 的 CherryPy 应用程序框架,与普通公共网关接口 (CGI) 相比,使得 Web 应用程序更易于编写。

openkk 2012-02-15   19843   0

Python 极Blog系统:zwiki 经验

在线演示地址:http://zwiki.link-pub.cn 3. 主要功能: 3.1 极操作,只提供Markdown编写和附件上传(主要为支持Markdown图片) 3.2 页面简单,加载快速

jopen 2015-02-24   23261   0

阅MongoDB JVM开发库 经验

location: new Point(objectMap.location.coordinates[0], objectMap.location.coordinates[1])) } @Autowired

jopen 2015-05-20   26395   0

析Node.js的FastCGI实现 经验

##Node.js的HTTP服务器 使用Node.js可以非常容易的实现一个http服务,最的例子如官方网站的示例: var http = require('http'); http.createServer(function

jopen 2015-07-10   19449   0

Mediawiki的最皮肤 - WPtouch 经验

 wptouch 演变而来,是目前我发现的 Mediawiki 最皮肤,适应 ipad,itouch...等各种移动浏览器,能够将Mediawiki打成BLOG形式。 项目主页: http://www

jopen 2012-12-13   101615   0

Yarn – A small embeddable VM with a custom instruction set 经验

https://github.com/WetDesertRock/Yarn Yarn A small embeddable VM with a custom instruction set and statically

ugsn5183 2016-02-27   9473   0
YARN  
P8

  A星算法 文档

 会者不难,A*(念作A星)算法对初学者来说的确有些难度。 这篇文章并不试图对这个话题作权威的陈述。取而代之的是,它只是描述算法的原理,使你可以在进一步的阅读中理解其他相关的资料。 最后,这篇文章没

shaobo8910 2012-03-06   3643   0
P

Python in a nutshell 文档

这本书是面向已经对PYTHON有所了解的读者的,里面对PYTHON本身的介绍并不是非常的仔细,对于第一次学习PYTHON的读者可能会比较难懂。 另一方面,这本书是一本非常出色的参考书,里面覆盖了大部分PYTHON编程中会用到的技巧和知识。如果是经常使用PYTHON的话,买一本放在手边是非常值得的。 可是值得一提的是其实书中大部分的内容在PYTHON的网站上都找的到,再加上那个著名的在线的PYTHON QUICK REFERENCE,这本书的价值就没那么高了。

kome2000 2012-03-14   264   0
P41

  A SharePoint Developer Introduction 文档

 A SharePoint Developer Introduction Hands-On Lab Lab Manual SPCHOL200 – Building Visual Web Parts –

torney 2015-07-28   1415   0
P

XAML in a Nutshell 文档

When Microsoft releases Windows Vista, the new operating system will support applications that employ graphics now used by computer games-clear, stunning and active. The cornerstone for building these new user interfaces is XAML ("Zammel"), the XML-based markup language that works with Windows Presentation Foundation (WPF), Vista's new graphics subsystem.

如子可教 2015-06-02   409   0
P26

  A SharePoint Developer Introduction 文档

 A SharePoint Developer Introduction Hands-On Lab Lab Manual SPCHOL307 – Developing SharePoint 2010

torney 2015-07-28   1346   0

This is a test article~ 博客

hello open-open~, I ' m coming`

tomzhang 2011-08-10   828   0
P25

  A SharePoint Developer Introduction 文档

 A SharePoint Developer Introduction Hands-On Lab Lab Manual SPCHOL303 – Using Client OM and REST from

torney 2015-07-28   1806   0

A*算法的GUI实现 代码段

前言 A*算法是常用的游戏算法之一,也是初学者比较难掌握的一个算法。 本文在Unity中以GUI的方式形象的再现了A*算法的详细步骤, 包括地图的搜索、FGH的计算以及开启关闭列表的变化等。

m2m2c 2015-02-19   1606   0
C#  
1 2 3 4 5 6 7 8 9 10