P5

  Python 程序开发 文档

一、 Python的关键要素 要素1:数据类型 1、 int类型表示整数 2、 str类型表示字符串 3、 使用方括号[ ]来存取字符串等序列中的某一项 >>> “Hello World!”[6] ‘W’

xiaoxu790 2014-08-27   481   0

python开发总结二 经验

最近在接触python,感觉python之所以开发效率高,可能有三个因素: 1、语言表达能力强悍。 2、支持很多高级的语言特性。 3、第三方开源库非常的丰富。 两本不错的书:

openkk 2011-12-03   132533   0

使用eclipse开发python 经验

Python开发有很多工具,其中Eclipse+Pydev 是最常见的一种。本文简单介绍Windows下Eclipse+PyDev 安装和配置。 Eclipse 是一种基于 Java 的可扩展开源

jopen 2014-02-16   57782   0

Python 开发环境 BlackAdder 经验

BlackAdder 是在 linux 和 windows 下的基于 QT 的开发环境;在本专栏提到的产品中,该产品是唯一带有表单设计器的一款,而且表单设计器自身做得很优秀(用于 PyQT 编程)。就象

fmms 2012-01-06   15308   0

Python开发环境:Spyder 经验

是一个强大的交互式 Python 语言开发环境,提供高级的代码编辑、交互测试、调试等特性,支持包括 Windows、Linux 和 OS X 系统。详细特性如下: Editor A powerful

jopen 2013-10-27   186448   0

python开发webservice例子 经验

se): #this is a web service @soap(Integer,Integer,_returns=String) def addition(self,a,b): print 'aaaaaaaaaaaa'

jopen 2014-07-10   67236   0

Python开发环境 PythonWin 经验

PythonWin 是一个优秀的 Python 集成开发环境,在许多方面都比 IDE 优秀。当然,如软件名称所示,这个工具是针对 Win32 用户的。获得 PythonWin 的最简单方法是下载 ActivePython

fmms 2012-01-06   34510   0
P8

  A星算法 文档

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

shaobo8910 2012-03-06   3643   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#  

a-LMS 开源项目

a-LMS是一个用Java语言实现并遵守SCORM 1.2的学习管理系统(LMS)。

码头工人 2019-01-17   9510   0

A better Pagination 开源项目

支持拖动滑块分页的一个控件。类似于新浪新闻留言分页功能。

码头工人 2019-02-23   404   0
P31

  4 Platform as a Service 文档

1. The “Platform as a Service” Model for NetworkingEric Keller, Jennifer Rexford Princeton University

chen_2550 2014-05-06   1939   0
P

Oreilly C in a Nutshell 文档

C语言核心技术(C In A Nutshell) 一本很棒的,深入学习C语言的书。如果你做比较高级的C语言程序

ioriqw 2012-07-19   460   0
P15

  A Simple Example For JMeter 文档

1. 10/24/20181A Simple Example For JMeter 2. A Simple Example 10/24/20182An example for do action on

ivywei2009 2014-09-15   648   0

A Simple jQuery Slideshow 开源项目

A Simple jQuery Slideshow是一个利用jQuery+少量CSS实现的简单图片幻灯片播放插件。图片之间的切换采用淡入淡出的效果。

码头工人 2019-02-23   741   0
1 2 3 4 5 6 7 8 9 10