发表评论取消回复
相关阅读
相关 Python Source Code Encodings
name="中{1}国" print(name) print(name.format("hah","hehe")) 写了一段代码,一运行就报
相关 [C# Source Code]Terrarium Farm.
using System; using System.Drawing; using System.Collections; using
相关 读《Code Complete2》笔记3
创建子程序的益处: 1. 降低程序的复杂度,隐藏复杂的实现细节; 2. 引入中间、易懂的抽象,将繁琐的代码提炼成一个职责明确单独的方法或者类; 3. 避免重复
相关 读《Code Complete2》笔记2
在设计方案已经确定的时候,通常我们使用的就是"常规"的面向对象的设计方法,而此方法的重点就是辨识现实世界中的对象(Object)和一些抽象的对象(Abstract Object
相关 读《Code Complete2》笔记1
抽象可以使你集中精力的关注某一概念同时忽略其中的一些细节,不同的层次处理不同的细节,基类也是一种抽象,使你关注关注派生类所具有的共同的特征,而忽略各个派生类的细节;接口也是一种
相关 Android Source Code Complie
guest@huluwa33:~/android-5.0.1\_r1$ sudo gedit ~/.bashrc \[sudo\] password for gu
相关 java.lang.StackTraceElement source code
package java.lang; /\\ \ \ 表示栈轨迹的元素,它定位在某类的某个方法的某行 \ \ comment by liqiang \
相关 Graph-Based Pattern-Oriented, Context-Sensitive Source Code Completion
本文首先阐述目前存在的IDE中,例如eclipse等等,自动补全代码的效率太低。本论文目的在于提高代码自动补全效率,提高程序员编程效率。 要解决的问题: IDE中代码
相关 Source Code of Java - Boolean
/ %W% %E% Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
相关 Source Code of Java - StringBuffer
/ Copyright (c) 1994, 2008, Oracle and/or its affiliates. All rights reserved. ORA
还没有评论,来说两句吧...