E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Novice
英语每天20
1 indispensable 不可缺少的 2 intergrate 集成 3
novice
初学者 4 informative 教学性 5 robust 健壮的 6 maintainable
gavin2011java
·
2011-05-04 00:00
正则表达式
剪刀、石头、布!
纽约时报做了一个小猜拳机器人跟你玩,计算机分成两个难度等级:初学者(
Novice
)只会根据你的习惯来猜你下一个会出什么,而高难度(Veteran)等级则会从收集了超过二十万场剪刀、石头、布的数据库中,猜你的下一步会出什么
Andy Yang 牧田
·
2011-03-15 01:00
剪刀
石头
Dreyfus Model 的五個階段
這是在閱讀「程序員的思維修煉:開發認知潛能的九堂課」時看到的一個模型:「Dreyfusmodelofskillacquisition」,印證在職場上蠻有感覺的,就摘錄下來…階段一:新手(
Novice
)由定義可知
xdite dylan
·
2011-03-01 00:00
讀書摘要
第12章 骨骼动画
书<<Beginning.XNA.3.0.Game.Programming.From.
Novice
.to.Professional>>第12章,图片未贴出,原译文在附近中
superherosk123
·
2011-02-13 09:00
数据结构
游戏
windows
浏览器
配置管理
第10章 光线,摄影机,变换
书<<Beginning.XNA.3.0.Game.Programming.From.
Novice
.to.Professional>>第10章,图片未贴出,原译文在附近中
superherosk123
·
2011-02-13 08:00
游戏
框架
配置管理
UP
第8章,3d游戏编程基础
书<<Beginning.XNA.3.0.Game.Programming.From.
Novice
.to.Professional>>第8章,,图片未贴出,原译文在附近中.
superherosk123
·
2011-02-13 08:00
游戏
编程
虚拟机
单元测试
UP
FireBird Database (快速入门)
繁体文章:http://csc.ocean-pioneer.com/docum/firebird/firebird.html參考文件(均可自firebird网站找到):
Novice
'sGuideMigrationfromMS-SQLtofirebird
runAndRun
·
2011-01-25 15:00
第9章 渲染管道,着色器,效果
<<Beginning.XNA.3.0.Game.Programming.From.
Novice
.to.Professional>>第9章,图片未贴出,原译文在附近中
superherosk123
·
2011-01-10 21:00
数据结构
游戏
编程
算法
配置管理
J2EE
Novice
Study Information
J2EE First Cup - From Oracle aiming
novice
J2EE developer has their first step. Attachment.
lajitong55
·
2010-11-16 11:00
oracle
javaee
Rails Ruby电子书
Rails Ruby Beginning Ruby From
Novice
To Perfessional Head First Rails Agile Web Development
rerain
·
2010-04-03 20:00
Web
Ruby
Rails
Beginning JSP JSF and Tomcat Web Development From
Novice
to Professional.pdf
You’ll find a lot of material on how to write web pages both on the Internet and in print.But a book on JSP wouldn’t be complete without a chapter explaining what makes theWorldWide Web work as it doe
kill522
·
2009-12-20 17:00
tomcat
Web
jsp
JSF
Exchange
Restless Ghost, The
Difficulty:
Novice
Length: Short Quest Re
lala0453
·
2009-11-19 13:00
REST
XP
Go
python from
novice
to expert
changfengxiongfei
·
2009-11-05 15:00
Doric's Quest
Difficulty:
Novice
Length: Short Requirements: 15 mining is a h
lala0453
·
2009-10-23 13:00
Go
《Beginning Python From
Novice
to Professional》学习笔记十二:__Magic__
1.属性访问classRectangle:def__init__(self):self.width=0self.height=0defsetSize(self,size):self.width,self.height=size#我的理解是自动组成TupledefgetSize(self):returnself.width,self.height#同上这种技术语法上不错,但它将程序与一种access
thy38
·
2009-05-20 16:00
《Beginning Python From
Novice
to Professional》学习笔记十一:__Magic__
n大魔力1.构造函数classFooBar:def__init__(self,value=42):self.somevar=value f=FooBar('Thisisaconstructorargument')f.somevar --->'Thisisaconstructorargument'在继承机制中调用父类的构造函数①调用父类的类构造函数(Unbound)classBird:def_
thy38
·
2009-05-20 16:00
《Beginning Python From
Novice
to Professional》学习笔记十:Exception
0.最重要的内置异常Exception:所有异常的基类AttributeError:属性引用或赋值异常IOError:试图读、写不存在的文件IndexError:使用Sequence中不存在的IndexKeyError:使用Mapping中不存在的KeyNameError:变量名未找到SyntaxError:语法错TypeError:在内置函数中使用错误的类型ValueError:类型对,但值不正
thy38
·
2009-05-10 15:00
《Beginning Python From
Novice
to Professional》学习笔记九:More Abstraction
0.类的私有性Python中对象的属性是可以从外部访问的,本身不直接支持私有性,对此的解释是Isn’titenoughthateachobjectmanagesitsownattributes?在Python中如果要使方法或属性从外部不可访问,则必须在名字前加上两个下划线 classSecretive:def__inaccessible(self):print"Betyoucan'tseeme..
thy38
·
2009-04-20 23:00
spring
python
filter
Class
menu
methods
《Beginning Python From
Novice
to Professional》学习笔记八:Abstraction
LazinessIsaVirtue---Realprogrammersarelazy.Notlazyinabadway,butinthesensethattheydon’tdounnecessarywork.1.创建函数deffibs(num):result=[0,1]foriinrange(num-2):result.append(result[-2]+result[-1])returnresu
thy38
·
2009-04-19 22:00
python
search
Parameters
immutable
Dictionary
variables
《Beginning Python From
Novice
to Professional》学习笔记七:Statement
1.MoreaboutPrintprint'Age:',42--->Age:42注意以下语句的区别:1,2,3--->(1,2,3)print1,2,3--->123print(1,2,3)--->(1,2,3)2.MoreaboutImportimportsomemodulefromsomemoduleimportsomefunctionfromsomemoduleimportsomefunct
thy38
·
2009-04-19 22:00
Math
list
String
python
input
import
《Beginning Python From
Novice
to Professional》学习笔记六:Dictionary
1.创建(注意Dictionary是没有顺序的)phonebook={'Alice':'2341','Beth':'9102','Cecil':'3258'}冒号之前为key,之后为value,key必须具有唯一性。items=[('name','Gumby'),('age',42)]d=dict(items)--->{'age':42,'name':'Gumby'}d=dict(name='Gu
thy38
·
2009-04-19 22:00
list
python
url
input
Dictionary
website
《Beginning Python From
Novice
to Professional》学习笔记五:Advanced String
1.格式化format='hello,%s.YourIDis%d.'values=('thy',38)printformat%values--->'hello,thy.YourIDis38.'如第二句如示,要修饰多个元素,可以用Tuple,也可以用Dictionary(但不可以用List,因为List会被认为仅仅是一个单值)2.模板(此功能不是内置的,因此要导入string库)importstri
thy38
·
2009-04-19 22:00
String
list
python
header
编译器
Dictionary
《Beginning Python From
Novice
to Professional》学习笔记四:Tuple
Tuple与List最大的区别就是Tuple的元素不可更改(和String一样),其它几乎感觉不到区别(Theonlydifferenceisthattuplescan’tbechanged.)1.元素后出现逗号就自动成为Tuple1,2,3--->(1,2,3)(1,2,3)--->(1,2,3)18,--->(18,) #仅有一个元素注意以下两例的区别:3*(40+2)--->1263*(4
thy38
·
2009-04-19 22:00
Groovy on Grails 笔记
内容节选--- Apress.Beginning.Groovy.and.Grails.From.
Novice
.to.Professional.Jun.2008 默认情况下,Groovy下的
friendsys
·
2009-03-20 19:00
eclipse
正则表达式
单元测试
grails
groovy
Rails相关电子书汇总二
阅读更多电子书的第二个批次的列表增加Flex3RIA开发详解与精深实践Flex3cookbook中文版Advanced_Rails.rar(1.8MB)下载次数:26Beginning_Ruby_From_
Novice
_to_Professional.rar
夜鸣猪
·
2009-03-17 00:00
Rails
Flex
读Dreyfus知识获取模型有感
在Dreyfus知识获取模型中,技能分成了几个阶段:新手(
Novice
)、高级初学者(Advanced Beginner)、胜任(Competent)、精通(Proficient)、专家(Expert)
aqingsao
·
2009-02-27 18:00
框架
工作
活动
Blog
8皇后问题的c++与python实现对比
在《Beginning Python From
Novice
to Professional》一书的八皇后问题上,python果然精妙而优雅。
javayestome
·
2008-12-31 09:00
C++
c
python
C#
J#
Dynamic Programming: From
novice
to advanced
Animportantpartofgivenproblemscanbesolvedwiththehelpofdynamicprogramming(DPforshort).Beingabletotackleproblemsofthistypewouldgreatlyincreaseyourskill.Iwilltrytohelpyouinunderstandinghowtosolveproblem
threewells_14
·
2008-04-20 19:00
less
Path
div
each
output
Numbers
文言文版《编程之道》
http://livecn.huasing.org/tao_of_programming.htm 摘要: A
novice
asked the Master: "Here is a
zuroc
·
2007-09-28 22:00
编程
FireBird Database (快速入门)
参考文件(均可自firebird网站找到):
Novice
'sGuideMigrationfromMS-SQLtofirebirdFirebordReleaseNotes学习数据库基础是在sql的语法应用
tunix126
·
2007-07-08 02:00
FireBird Database (快速入门)
参考文件(均可自firebird网站找到):
Novice
'sGuideMigrationfromMS-SQLtofirebirdFirebordReleaseNotes学习数据库基础是在sql的语法应用
tunix126
·
2007-07-08 02:00
Study C++ from
novice
Iostream,iostrstream Virtual constructor, Template,STL, Pointer,reference. C++ key words: asm, auto, bool, break, case, catch, char, class, const, const_cast, continue, default, delete, do, double
aaron_ch
·
2007-04-12 12:00
C++
c
C#
F#
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他