program by the way......
ostrich
birds
fruit
apple
constructor
height
weight
method
overload
override
base
sub
inherit
extends
composite
package
import
static
math
include
public
private
protected
final:最后的,最终的,决定性的,不可更改的。
creature
animal
wolf
password
button
library
axure
flow chart
variable:变量
constant:常量
pool
conversion
instance
instanceof
boolean
Integer
Exception
edit:编辑
standard:标准的
edition:版本
JavaSE:Java标准版
enterprise:企业级的
JavaEE:Java企业版
comparable
world
war
game
system
WWGS
great
beat
breath
init
name
age
gender
phone
address:地址
eat
drink
play
sleep
address list
abstract
interface
lambda
enum
wrapper class
automatic
autoboxing
autoanboxing
primitive
character
signed
unsigned
compare
accept
agreement
trust
manager
enable
safe
reading
mode
enable safe reading mode
cancel
launch
access
singleton:一个,独身,单独。
physical data model
precition
date of birth
reference:引用、参照
reference variable:引用变量
school
tools
auto increment
Display Preferences
format
modify
alter
fill
selected symbols
describe
relationship
unique key
local:局部的、本地的
local variable:局部变量
replace:替换
join:连接、结合、参加
immutable:不可改变的
detail:详述、仔细汇报、各种细节
post code:邮政编码、记入代码
cache:电脑缓存区
shape:形状、模型、状态、身材
calculate:计算
perimeter:周长
type:类型
triangle:三角形
sides:侧面、面
circle:圆、圆状物
radius:半径
turn:旋转、使转动
rate:速度、比率
turn rate:转速
speed:速度、疾行、加速
meter:计量器、计量仪
speed meter:速度计
implements:执行、贯彻、实现
product:产品
produce:制造、生产
produce time:生产日期
command:命令、指挥、控制
process:过程、处理、加工
program by the way......的更多相关文章
- [project euler] program 4
上一次接触 project euler 还是2011年的事情,做了前三道题,后来被第四题卡住了,前面几题的代码也没有保留下来. 今天试着暴力破解了一下,代码如下: (我大概是第 172,719 个解出 ...
- Solved: “Cannot execute a program. The command being executed was \roslyn\csc.exe”
When you publish your ASP.NET project to a hosting account such as GoDaddy, you may run into the iss ...
- 关于The C compiler "arm-none-eabi-gcc" is not able to compile a simple test program. 的错误自省...
在 GCC ARM Embedded https://launchpad.net/gcc-arm-embedded/ 上面下载了个arm-none-eabi-gcc 用cmake 编译时 #指定C交叉 ...
- c中使用gets() 提示warning: this program uses gets(), which is unsafe.
今天在C代码中使用gets()时提示“warning: this program uses gets(), which is unsafe.”,然后这个程序还能运行,无聊的我开始查阅资料,为啥gets ...
- Unable to load R3 module D:\Program Files\Oracle\VirtualBox/VBoxDD.DLL (VBoxDD): GetLastError=1790 (VERR_UNRESOLVED_ERROR).
Unable to load R3 module D:\Program Files\Oracle\VirtualBox/VBoxDD.DLL (VBoxDD): GetLastError=1790 ( ...
- Git for Windows - The Program can't start because libiconv2.dll is missing
今天在新装的win10 预览版上面,发现git不能启动了,提示信息主要是: The Program can't start because libiconv2.dll is missing 于是我在网 ...
- C:\Program Files (x86)\Common Files\microsoft shared\DevServer\10.0
C:\Program Files (x86)\Common Files\microsoft shared\DevServer\10.0
- Program.cs
Program.cs using System; namespace HelloWorld { class Program { [STAThread] static void Main(string[ ...
- sudo: no tty present and no askpass program specified(转)
sudo: no tty present and no askpass program specified 2012-11-30 09:30 5040人阅读 评论(1) 收藏 举报 修改sudo配置文 ...
- 委托的例子,from C# advanced program
class BubbleSorter { static public void Sort<T>(IList<T> sortArray, Func<T, T, bool&g ...
随机推荐
- 解决Visual Studio “无法导入以下密钥文件”的错误
错误1无法导入以下密钥文件: Common.pfx.该密钥文件可能受密码保护.若要更正此问题,请尝试再次导入证书,或手动将证书安装到具有以下密钥容器名称的强名称 CSP: VS_KEY_ 1110Co ...
- html-字体
字体大小 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF- ...
- python入门-测试代码
断言 测试函数 def get_formatted_name(first,last): """generate a neatly formattef full name& ...
- centos7.3下curl支持https协议
1 由于自己的curl是默认安装的,查看了下 不支持https协议 [root@izwz90bp6do7s3cr45cw6az ~]# curl --version curl (x86_64-redh ...
- 77. sqlserver 锁表解决方式
select request_session_id spid, OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tra ...
- 【Javascript Demo】遮罩层和百度地图弹出层简单实现
其实想做的就是显示百度地图的弹出层,现在已经简单实现了.示例和代码如下,点击按钮可以看到效果: 1.示例: 2.代码: <!DOCTYPE html PUBLIC "-//W3C/ ...
- ADODB 调用存储过程
追加参数法调用存储过程 追加参数通过CreateParameter方法,用来指定属性创建新的Parameter对象.具体语法如下: Set parameter = command.CreatePara ...
- vim-git for window 默认编辑器
vim其实是linux的一个文本编辑器,所以 vi+文件名 后,其实是进入vi程序了.vi有两种模式,编辑模式和命令模式 在命令模式下,我们可以直接按 i ,此时就会切换到编辑模式,如上图,下方有个i ...
- linux 安装禅道
1. 查看Linux服务器版本信息 # cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) 2. 禅道开源版安装包下载 # wge ...
- vmadm命令
VMADM(1M)VMADM(1M) 名称 vmadm - 管理SmartOS虚拟机 概要 / usr / vm / sbin / vmadm <command> [-d] [-v] [特 ...