目录
一、概要
英语对提升软件开发水平非常重要。
如果你英文水平不高,这并不影响你成为一个普通程序员,程序更多是靠逻辑思维。
如果做了多年开发的你发现自己的水平一直上不去,你可能要提高自己的英文水平了,英语就是你技术的瓶颈,对有些人可能是硬伤。
我周围的高水平的开发者英文都不差,官方API,专业英文资料、书籍没问题,代码质量也明显也高许多(比如说命名)。
英语是世界上使用最广泛的语言之一,是欧盟、许多国际组织与英联邦国家的官方语言之一。如今英语也是与电脑联系最密切的语言,大多数编程语言都与英语有关系。
英语在软件行业、编程世界里都占有压倒性的优势,它能够帮助人们在关键词和代码库的选择上带来灵感。根据HOPL编程语言在线数据库的统计,全球有8500种以上的编程语言,大概2400种起源于美国,600种是在英国发展起来的,160种是来自加拿大的,75种是在澳大利亚发展起来的。换句话说,世界上三分之一以上的编程语言是在以英语为母语的国家发展起来的。可见,英语在编程语言里是多么的重要。
计算机相关的书籍质量英文原版明显高于中文版。
看中文文档肯定比都英文方便,节省时间,但软件的主流技术是在国外,这种对翻译依赖使许多程序员失去获取第一手资料的宝贵机会。
在日常中大量阅读英文书籍和资料是提高计算机英语水平的最佳途径。目前市场上大量的计算机原版影印图书为我们提供绝好的机会,阅读英文计算机图书一开始是啃的感觉,比较费时费力,对于英文基础不是很好的人,来说应该是相当艰苦的,但是我们要是要去做,对于不太好的地方,不妨拿起笔来逐行逐字的翻译出来,这对英语水平的提高很有帮助
一般完整阅读2-3本原版书籍以后,你就能发现读原版的乐趣,并受益终生
我的英文水平很一般,但我坚持学习,最近我同事“David”(又称军爷:)向我推荐了一本比较适合阅读的英文原版计算机书籍《object-oriented-javascript》,翻译过来是"javascript面向对象编程",有翻译稿与原版:
image这本书有第二版了。
image上面是David翻译的,非常棒。
二、常用单词
2.1、初级单词
第一节
void:[vɔid] 空的
main:[mein] 主要的
class:[klɑ:s] 类
system:['sistəm] 系统
out:[aut] 出,外,输出
print:[print ] 打印
public['pʌblik] 公共的,公用的
static['stætik] 静的;静态的;静止的
oracle: [ˈɔ:rəkl] 甲骨文公司
eclipse:[i'klips] java编程软件
第二节
int:[int] 整型
char:[tʃɑ:] 字符型
scanner:['skænə] 接收输入,扫描器
integer:['intidʒə]整数 整型
type:[taip]类型
string:[striŋ] 字符串类型
double:['dʌbl] 双精度浮点型
第三节
boolean:['bu:li:ən] 布尔类型真假二值
true:[tru:]真
false:[fɔ:ls]假 不正确的
if:[if] 如果
else:[els] 否则
break:[brek] 打破,跳出
第四节
case:[keis] 情况,实例
default:[di'fɔ:lt] 默认
switch:[switʃ] 开关,切换
break:[breik] 退出
match:[mætʃ] 匹配
exception:[ik'sepʃən] 异常
equals:['i:kwəls] 相等
第五节
while:[hwail] 当什么时候,常作循环
index:['indeks] 索引
bug:[bʌg] 缺陷
debug:[di:'bʌg] 调试
step:[step] 步骤
error:['erə] 错误
answer:['ɑ:nsə] 答案 回答
第六节
rate:[reit] 比率
young:[jʌŋ] 年轻的
customer:['kʌstəmə] 顾客 买主
birthday:['bə:θdei] 生日
point:[pɔint] 分数 得分 点
continue:[kən'tinju:] 继续、进入到下一个循环
return:[ri'tə:n] 返回
total:['təutl] 合计、总人数,,全体的
第七节
array:[ə'rei] 数组
length:[leŋθ] 长度
sort:[sɔ:t] 分组 排序
primitive:['primitiv] 初始的 简单的
reference:['refərəns] 参照 证明 关系
info:['infəu] 通知 报告 消息
interface:['intəfeis] 接口
第八节
random:['rændəm] 随机
insert:[in'sə:t] 插入 嵌入
compare:[kəm'pɛə] 比较 对照
ignore:[ig'nɔ:] 忽视 不理会
invert:[in'və:t] 使转位 倒转
password:['pɑ:swə:d] 密码 口令
第九节
bit:[bɪt] 位,0或1
byte:[baɪt] 字节,8个bit
put:[pʊt] 放
log:[lɔ:g] 日志
show:[ʃoʊ] 展示,显示
第十节
change:[tʃeindʒ] 交换 互换
administrator:[əd'ministreitə] 管理员
initial:[i'niʃəl] 开始的、最初的
class:[klɑ:s] 类
object:['ɔbdʒikt] 物体 对象
encapsulation:[in,kæpsju'leiʃən] 封装
null:[nʌl] 空的
第十一节
person:['pə:sn] 人
start:[stɑ:t] 开始
menu:['menju:] 菜单
login:[lɔg'in] 登陆
main:[mein] 主要的
document:['dɔkjumənt] 文档
display:[di'splei] 显示
method:['meθəd] 方法 条理
version:['və:ʃən] 版本
parameter:[pə'ræmitɚ] 参数
since:[sins] 自…..之后
calculator:['kælkju,leitə] 计算器
第十二节
shape:[ʃeip] 形状
open:[əup] 打开
date:[deit] 日期
operate:['ɔpə,reitə] 操作
protect:[prə'tekt] 保卫 护卫
private:['praivit] 私人的 私有的
第十三节
manage:['mænidʒ] 控制,管理
search:[sə:tʃ] 搜寻 查找
upper:['ʌpə] 上面的
第十四节
equal:['i:kwəl] 相等的
ignore:[ig'nɔ:] 忽视 驳回
lower:['ləuə] 较低的 下部的
last:[lɑ:st] 最后的
trim:[trim] 裁切
concatenate:[kɔn'kætineit] 使连锁 连成一串 使连接
buffer:['bʌfə] 缓冲
final:['fainl] 最后的 最终的
第十五节
定义变量中常用的单词
score:[skɔ:]成绩
price:[prais]价钱
test:[test]实验,测试
demo:['deməu]示例
sum:[sʌm] 和
num:[nʌm] 数字
height:[hait] 身高
weight :[weit] 体重
music:['mju:zik] 音乐
computer:[kəm'pju:tə] 电脑
student:['stju:dənt] 学生
total:['təutl] 总计的,总括的,全体的
第十六节
max 最大的
min 最小的
avg 平均分
Add 加
Minus 减
multiply:['mʌltiplai] 乘
divide:[di'vaid] 除
Monday:['mʌndei] 星期一
Tuesday:['tju:zdi] 星期二
Wednesday:['wenzdi] 星期三
Thursday:['θə:zdi] 星期四
Friday:['fraidi] 星期五
Saturday:['sætədi] 星期六
Sunday:['sʌndi] 星期日
月份+缩写
一月:January Jan.
二月:February Feb.
三月:March Mar.
四月:April Apr.
五月:May –
六月:June –
七月:July –
八月:August Aug.
九月:September Sept.
十月:October Oct.
十一月:November Nov.
十二月:December Dec
2.2、高级部分
image下载区可以下到Excel文件。
三、《Java语言程序设计》书中单词频率排行
使用工具软件可以把一本电子档中的单词全部提取出来,并分析其出现频率,如:
image下面是我分析一本电子书的单词:
image查看所有单词:
image序号 单词 频率 意思
public 1138 公共
string 994 字符串
out 692 输出
system 681 系统
class 584 类
print 556 打印
int 545 整型
new 501 新的
void 426 空的
static 403 静态的
import 284 导入
list 263 列表
this 248 这个
main 245 主要的
double 223 双重的
file 219 文件
jdbc 217 java数据库访问
name 209 名称
try 198 尝试
args 184 参数
catch 173 抓住
object 163 对象
person 158 人
if 156 如果
return 156 返回
map 154 地图
test 153 测试
private 150 私有的
util 147 利用
IO 146 输入输出
dog 137 狗
start 135 开始
thread 135 线
animal 132 动物
in 131 在里面
for 129 对于
str 127 字符
age 125 年龄
method 125 方法
null 122 空
SQL 122 结构化查询语句
exception 120 异常
extends 120 继承
set 120 设置
synchronized 119 同步
value 119 价值
final 111 最终的
add 110 加
annotation 110 注解
throws 110 抛出
while 103 虽然
boolean 100 布尔
point 100 指向
arraylist 98 数组表
end 98 结束
tostring 95 转换为字符串
jdk 94 JDK
line 93 线
demo 92 演示
byte 89 字节
index 89 指数
run 87 运行
super 82 超级的
finally 79 最后
TRUE 79 真的
allset 77 特别
hello 77 你好
char 76 烧焦
print 75 打印
cat 73 猫
sphere 73 球
iterator 70 迭代器
api 69 应用程序编程接口
average 69 平均的
date 69 日期
get 69 得到
collection 67 收集
lang 67 语言简写
package 66 包裹
statement 66 陈述
divide 65 分
obj 65 对象简写
interface 64 接口
else 63 其他的
key 63 钥匙
url 62 网址
float 61 浮动
length 61 长度
equals 59 等于
sun 58 太阳
integer 57 整数
of 57 属于
type 57 类型
array 56 阵列
sound 54 声音
the 53 这个
pattern 52 模式
www 52 万维网
com 51 通用域名格式
FALSE 51 错误的
input 51 输入
loop 51 环
sleep 51 睡觉
duck 50 鸭子
long 50 长的
outputstream 50 输出流
abstract 49 摘要
resultset 49 结果集
to 48 到
is 47 是
preparedstatement 47 预处理语句
spaniel 47 猎犬
txt 47 文本文件后缀名
block 46 块
implements 46 实现了
all 45 全部的
inputstream 45 输入流
breed 44 繁殖
close 44 关闭
user 44 用户
cn 43 域名中国
result 43 结果
collections 41 收藏
employee 41 雇员
printstacktrace 41 printStackTrace
calendar 40 日历
random 40 随机
callablestatement 39 CallableStatement
applet 38 小程序
fileoutputstream 38 FileOutputStream
do 37 做
iter 37 ITER
printstream 37 可
ps 37 PS
reflect 37 反映
stringbuffer 37 StringBuffer
testscores 37 考试成绩
classpath 36 类路径
drivermanager 36 DriverManager
radius 36 半径
separator 36 分离器
field 35 领域
scanner 35 扫描仪
testscoretable 35 testscoretable
vector 34 矢量
next 33 下一个
box 32 箱
conn 32 Conn
count 32 计数
flea 32 跳蚤
getname 32 getName
reader 32 读者
runnable 32 可运行
abc 31 ABC
connection 31 连接
dbms 31 数据库管理系统
math 31 数学
short 31 短的
stmt 31 支撑
temp 31 临时雇员
work 31 工作
month 30 月
number 30 数
serializable 30 序列化
bean 29 豆
matcher 29 匹配
patternstr 29 patternstr
protected 29 受保护的
put 29 放
se 29 东南方
ultraedit 29 UltraEdit
world 29 世界
d 28 D
forname 28 forName
join 28 参加
code 27 代码
len 27 伦恩
simpledateformat 27 不是
comparable 26 可比
day 26 白天
entry 26 进入
read 26 阅读
c 25 C
con 25 反对的论点
dateformat 25 日期格式
default 25 违约
fileinputstream 25 文件输入流
switch 25 转换
arithmeticexception 24 算术异常
clone 24 克隆
col 24 Col
example 24 例子
execute 24 执行
mm 24 mm
myclass 24 MyClass
per 24 每
sex 24 性别
abreed 23 abreed
b 23 B
ball 23 球
compareto 23 通过对比
getconnection 23 getConnection
getstring 23 getString
oracle 23 神谕
score 23 分数
throwable 23 Throwable
treeset 23 TreeSet
alllist 22 alllist
dataarr 22 dataarr
err 22 犯错
getxxx 22 getXXX
hashmap 22 散列表
intern 22 实习生
max 22 最大值
override 22 重写
student 22 学生
fruit 21 水果
petdog 21 宠物狗
pi 21 圆周率
retention 21 保留
size 21 大小
threads 21 螺纹
windows 21 窗户
ee 20 EE
getclass 20 getClass
gregoriancalendar 20 公历
newinstance 20 一个实例
teacher 20 老师
throw 20 扔
volatile 20 不稳定的
classvar 19 classvar
cstmt 19 cstmt
doc 19 doc
ename 19 员工姓名
instancevar 19 instancevar
objectoutputstream 19 对象
sequence 19 序列
sync 19 同步
table 19 桌子
write 19 写
ab 18 AB
after 18 之后
deprecated 18 过时的
hasnext 18 hasNext
html 18 HTML
john 18 厕所
nextint 18 nextInt
objectinputstream 18 对象输入流
row 18 行
select 18 选择
sortedset 18 SortedSet
target 18 目标
training 18 训练
week 18 周
writer 18 作家
yyyy 18 年份
at 17 在
awt 17 AWT
bufferedreader 17 BufferedReader
constructor 17 构造函数
driver 17 司机
first 17 第一
jvm 17 JVM
manager 17 经理
pstmt 17 pstmt
runtime 17 运行时
setx 17 SETX
values 17 价值观
addall 16 所有
case 16 案例
cpu 16 CPU
data 16 数据
executequery 16 ExecuteQuery
instanceof 16 运算符
password 16 密码
pet 16 宠物
process 16 过程
regex 16 正则表达式
sb 16 某人
superclass 16 父类
text 16 文本
today 16 今天
users 16 用户
year 16 年
bigeardog 15 bigeardog
caught 15 抓住了
cloneable 15 可复制的
cons 15 欺骗
dd 15 DD
filewriter 15 FileWriter
from 15 从
helloworldapp 15 helloworldapp
hp 15 惠普
mo 15 瞬间
path 15 路径
setname 15 集名称
syncthread 15 syncthread
zhinangtuan 15 zhinangtuan
zs 15 ZS
a 14 一
apple 14 苹果
cd 14 CD
ch 14 中国
datainputstream 14 输入流
dataoutputstream 14 DataOutputStream
dos 14 DOS
ex 14 前任
externalizable 14 Externalizable
getresultset 14 getresultset
getupdatecount 14 getupdatecount
hashcode 14 hashCode
isalive 14 IsAlive
iso 14 ISO
net 14 网
pos 14 销售时点情报系统
remove 14 去除
retentionpolicy 14 retentionpolicy
setstring 14 如果
sety 14 塞提
yourpet 14 你的宠物
and 13 和
conversions 13 转换
documented 13 记录
elementtype 13 ElementType
gdnf 13 胶质细胞源性神经营养因子
locale 13 现场
me 13 我
num 13 号码
sum 13 总和
time 13 时间
wait 13 等待
application 12 应用
arrayindexoutofboundsexception 12 对象的大小时抛出
call 12 呼叫
classname 12 类的名称
error 12 错误
executeupdate 12 executeUpdate
fruitcolor 12 果实着色
ibm 12 IBM
id 12 身份证件
inherited 12 继承
interview 12 采访
invoke 12 援引
layegg 12 layegg
lib 12 lib
objectholder 12 objectholder
ois 12 OIS
oos 12 OOS
org 12 org
pm 12 下午
sortedmap 12 建模
stack 12 堆栈
timer 12 定时器
variable 12 变量
append 11 追加
by 11 通过
createstatement 11 createstatement
entered 11 进入
exit 11 出口
flag 11 旗帜
getmoreresults 11 getMoreResults
getx 11 模拟X
gety 11 盖蒂
hashset 11 容器
http 11 HTTP
i 11 我
info 11 信息
inputstreamreader 11 inputstreamreader
introduce 11 介绍
jointhread 11 jointhread
lxh 11 勒时
matches 11 比赛
member 11 成员
microsoft 11 微软
mypackage 11 mypackage
s 11 S
scan 11 扫描
setxxx 11 setXXX
title 11 标题
transient 11 瞬态
unicode 11 Unicode
volume 11 体积
y 11 Y
apoint 10 点
applecolor 10 applecolor
applename 10 applename
arithmetic 10 算术
atype 10 A型
buf 10 buf
bytearrayinputstream 10 从字节数组读取的输入流
collectionsdemo 10 collectionsdemo
column 10 柱
empid 10 舞虻
enum 10 枚举
getbytes 10 其中
getcount 10 getCount
getmessage 10 GetMessage
indexof 10 指数
init 10 初始化
interruptedexception 10 InterruptedException
jack 10 杰克
kvill 10 kvill
linkedlist 10 双链表
nested 10 嵌套
notify 10 通知
paramlist 10 paramlist
petoutput 10 petoutput
printpoint 10 printpoint
receive 10 接收
registeroutparameter 10 registeroutparameter
round 10 圆
sayhello 10 打招呼
subclass 10 子类
suppresswarnings 10 suppresswarnings
suspend 10 暂停
th 10 TH
val 10 瓦尔
xcenter 10 xcenter
ycenter 10 ycenter
zcenter 10 zcenter
address 9 地址
am 9 是
arrayname 9 数组名
ascii 9 ASCII码
birthdate 9 出生日期
break 9 打破
classcastexception 9 ClassCastException
creator 9 造物主
delete 9 删除
digit 9 数字
filereader 9 FileReader
format 9 格式
gui 9 GUI
interrupt 9 打断
listiterator 9 ListIterator
methodname 9 方法名
newcentury 9 新世纪
output 9 输出
outputstreamwriter 9 outputstreamwriter
post 9 邮递
preparestatement 9 preparestatement
sales 9 出售
serialversionuid 9 serialVersionUID
setint 9 setint
sleepthread 9 sleepthread
soft 9 软的
source 9 来源
staticsyncblock 9 staticsyncblock
stuname 9 stuname
theanimal 9 动物
tryblocktest 9 tryblocktest
watt 9 瓦
xml 9 XML
zero 9 零
again 8 再一次
animaltest 8 动物实验
apos 8 APOS
appleservice 8 appleservice
before 8 之前
birthday 8 生日
bytearrayoutputstream 8 写入字节数组的输出流
callme 8 我打电话
color 8 颜色
commit 8 犯罪
db 8 DB
dbconnection 8 类
die 8 死亡
dis 8 数字化信息系统
filenotfoundexception 8 不要为
fromindex 8 从指标
fruitname 8 fruitname
full 8 满的
getage 8 getAge
getmethod 8 方法
getmodifiers 8 getmodifiers
helloeducation 8 helloeducation
helloworld 8 HelloWorld
hh 8 HH
home 8 家
inout 8 INOUT
jar 8 罐子
listvalues 8 listvalues
localhost 8 本地服务器
medium 8 中等的
mydb 8 mydb
n 8 n
native 8 本地的
offset 8 偏移
oo 8 面向对象
pre 8 之前
project 8 项目
rate 8 率
replacement 8 置换
split 8 分裂
staticmethod 8 静态法
stop 8 停止
tax 8 税
tinyint 8 TINYINT
toarray 8 toArray
trace 8 追踪
update 8 更新
userid 8 用户标识符
x 8 X
xxx 8 XXX
an 7 一个
arraylength 7 获取数组长度
auto 7 汽车
boy 7 男孩
closeable 7 闭合
compile 7 编译
contains 7 包含
copy 7 复制
dataoutput 7 数据输出
docs 7 文档
edition 7 版本
eightball 7 困境
executed 7 执行
fields 7 领域
find 7 找到
fmt 7 FMT
gbk 7 GBK
generated 7 生成
getclassvar 7 getclassvar
getinstancevar 7 getinstancevar
getint 7 返回一个值
getobject 7 GetObject
getter 7 吸气剂
girl 7 女孩
gram 7 克
inc 7 股份有限公司
lastindexof 7 字符串
listfiles 7 listfiles
ls 7 LS
methods 7 方法
mypet 7 我的宠物
newball 7 newball
objectinput 7 objectinput
objectoutput 7 objectoutput
one 7 一
or 7 或
ounces 7 盎司
petchoice 7 petchoice
preparecall 7 preparecall
property 7 财产
pt 7 PT
ptvalue 7 什么
res 7 物件
resume 7 简历
sample 7 样品
sdf 7 自卫队
setaccessible 7 设置为可访问
setobject 7 setobject
setter 7 二传手
show 7 显示
species 7 物种
sqlserver 7 数据库
sqrt 7 sqrt
stub 7 树桩
stubean 7 stubean
sybase 7 Sybase
todo 7 待办事项
treesetdemo 7 treesetdemo
userbo 7 userbo
var 7 VaR
writeobject 7 writeObject
xxxx 7 XXXX
zerodividexception 7 zerodividexception
button 6 按钮
change 6 改变
chars 6 字符
chihuahua 6 奇瓦瓦
chinese 6 中国人
create 6 创造
dateformatsymbols 6 dateformatsymbols
displayname 6 DisplayName
dosomething 6 做的事
eclipse 6 日食
elements 6 元素
empno 6 工号
enter 6 进入
examscore 6 考试成绩表
filedemo 6 filedemo
foreach 6 foreach
fruitprovider 6 fruitprovider
gc 6 气相色谱法
generic 6 通用
getbyte 6 getbyte
getinstance 6 getInstance
gnasher 6 咬人的
hashtable 6 哈希表
holder 6 持有人
inches 6 英寸
inner 6 内部的
isempty 6 是空的
isinterrupted 6 isinterrupted
jiangker 6 jiangker
lifecycle 6 生命周期
localpoint 6 localpoint
lxb 6 LXB
memory 6 记忆
methodtype 6 methodtype
mike 6 迈克
modifier 6 改性剂
move 6 移动
oldpoint 6 oldpoint
outer 6 外面的
parseexception 6 ParseException
pow 6 战俘
printer 6 打印机
properties 6 性能
red 6 红色
reflection 6 反射
returntype 6 类型
rover 6 漫游者
rows 6 排
rt 6 RT
sal 6 萨尔
second 6 第二
sequencenumber 6 序列号
serdemo 6 serdemo
showtaste 6 showtaste
sqlexception 6 错误
ss 6 SS
stringarray 6 stringarray
systemdemo 6 systemdemo
tan 6 棕褐色的
ton 6 吨
treemap 6 树状图
unknown 6 未知的
usernotfoundexception 6 usernotfoundexception
varchar 6 varchar
wombat 6 袋熊
aduck 5 鸭子
annotatedelement 5 annotatedelement
anobject 5 一个对象
apet 5 APET
appleprovider 5 appleprovider
appletviewer 5 APPLETVIEWER
be 5 是
blog 5 博客
booktypelist 5 booktypelist
bos 5 BOS
bounds 5 界限
can 5 可以
classes 5 类
clonenotsupportedexception 5 clonenotsupportedexcept
datainput 5 数据输入
declare 5 声明
division 5 分开
element 5 要素
employeetest 5 employeetest
exceptiondemo 5 exceptiondemo
executing 5 执行
expression 5 表达
f 5 F
fieldname 5 字段名
filed 5 提出
flush 5 脸红
flushable 5 可冲洗
foo 5 Foo
fred 5 弗莱德
fruits 5 水果
general 5 一般的
getannotation 5 getannotation
getconstructors 5 getconstructors
getfield 5 GetField
getsex 5 获得性别
gettime 5 获取时间
informix 5 Informix
insert 5 插入
instance 5 实例
intarray 5 参数
internet 5 互联网
interrupted 5 打断
intersecta 5 intersecta
intro 5 简介
isannotationpresent 5 isannotationpresent
jdbcodbcdriver 5 JdbcOdbcDriver中的一个JDBC驱动
kit 5 配套元件
limit 5 限制
linux 5 Linux
message 5 消息
methodoverloading 5 methodoverloading
microsystems 5 微系统
moon 5 月亮
more 5 更多
my 5 我的
myage 5 myAge
newarr 5 newarr
numberformatexception 5 出现
old 5 古老的
oldsphere 5 oldsphere
ouncetogram 5 ouncetogram
populate 5 填充
printdog 5 printdog
printf 5 printf
readchar 5 readChar
readobject 5 readObject
replaceall 5 简单的
rfc 5 RFC
rollback 5 回降
sa 5 SA
setage 5 setage
setout 5 四
standard 5 标准
ten 5 十
testscore 5 成绩
testscorse 5 testscorse
thepets 5 宠物
tin 5 锡
tuesday 5 星期二
types 5 类型
unchecked 5 选中
utf 5 UTF
visual 5 视觉的
where 5 哪里
will 5 将
years 5 年
you 5 你
zone 5 区
abs 4 防抱死制动系统
ad 4 广告
adog 4 一只狗
annotationclass 4 annotationclass
anotherstring 4 anotherstring
appendtail 4 appendtail
aspaniel 4 aspaniel
atlas 4 阿特拉斯
base 4 基础
begins 4 开始
binarysearch 4 二
bis 4 二
bo 4 博
bw 4 BW
character 4 性格
charat 4 charAt
charsequence 4 字符序列
classnotfoundexception 4 时抛出
clear 4 清楚的
closeconnection 4 密切的联系
colorprinter 4 colorprinter
comparator 4 比较器
compute 4 计算
continue 4 持续
core 4 核心
counter 4 柜台
createnewfile 4 创建空文件
createsphere 4 创建球体对象
databasemetadata 4 databasemetadata
datatype 4 数据类型
ddl 4 DDL
does 4 做
dreadfulproblemexception 4 dreadfulproblemexception
dser 4 DSER
e 4 E
emp 4 EMP
entryset 4 entrySet
equal 4 平等的
equalsignorecase 4 equalsignorecase
fang 4 方
findbyid 4 findById
firstleveltitle 4 firstleveltitle
fontcolor 4 字体颜色
form 4 形式
fruitlist 4 fruitlist
fw 4 FW
gb 4 GB
getarea 4 GetArea
getcirclearea 4 getcirclearea
getdeclaredconstructors 4 getdeclaredconstructors
getdeclaredfields 4 getdeclaredfields
getkey 4 getkey
getlength 4 长度
getproperties 4 预
getsquare 4 getsquare
gettestdata 4 gettestdata
getvalue 4 GetValue
getvar 4 getVar
gmt 4 GMT
goes 4 去
good 4 好的
goto 4 goto
graphics 4 绘图
green 4 绿色
hashmapdemo 4 hashmapdemo
headset 4 头戴式耳机
hellothread 4 hellothread
ide 4 石斑鱼类
inch 4 英寸
inchtomm 4 inchtomm
increment 4 增量
infoimp 4 infoimp
initially 4 最初
inputstreamdemo 4 inputstreamdemo
insensitive 4 不敏感
it 4 它
jre 4 JRE
june 4 六月
locales 4 区域设置
meta 4 元
millis 4 球磨机
minutes 4 分钟
myannotation 4 myannotation
netscape 4 Netscape
not 4 不
o 4 o
off 4 远离的
on 4 在
ounce 4 盎司
param 4 参数
parent 4 起源
parse 4 解析
passtest 4 passtest
pat 4 拍打
pc 4 PC
perl 4 Perl
price 4 价格
priv 4 证人
processs 4 过程
provider 4 供应商
readline 4 readline
rectangle 4 矩形
removeall 4 全部
rmb 4 人民币
rowcount 4 行数
salemanager 4 销售经理
ser 4 SER
setbyte 4 setbyte
seterr 4 seterr
setsex 4 setsex
statements 4 声明
stringarraylist 4 stringarraylist
strtmp 4 strtmp
styles 4 款式
sublist 4 子列表
subset 4 子集
substring 4 子串
sysprops 4 sysprops
t 4 T
tag 4 标签
tailset 4 尾跟位
than 4 比
theradius 4 半径
timertask 4 TimerTask
tm 4 TM
toon 4 香椿
tryinitializetion 4 tryinitializetion
unix 4 UNIX
use 4 使用
valueof 4 价值
variabledemo 4 variabledemo
variablename 4 变量名
varname 4 变量名
watts 4 瓦
web 4 网状物
weekdays 4 平日
xdelto 4 xdelto
xend 4 Xen
xstart 4 xStart
xval 4 xVal
ydelto 4 ydelto
yend 4 yEnd
your 4 你的
ystart 4 ystart
yval 4 yval
z 4 Z
aaa 3 AAA
abcd 3 ABCD
abstractlist 3 abstractlist
abstractset 3 abstractset
access 3 接近
aeiou 3 可
analysesale 3 analysesale
annotations 3 注释
annotion 3 注释
ansi 3 ANSI
answer 3 回答
apis 3 API
appendreplacement 3 appendreplacement
are 3 是
arraydemo 3 arraydemo
arraystoreexception 3 数组存储异常
as 3 作为
bar 3 酒吧
basic 3 基本的
baz 3 巴兹
bin 3 箱子
black 3 黑色
borland 3 Borland
bufferedwriter 3 BufferedWriter
caller 3 来电
circus 3 马戏团
columns 3 柱
computationdemo 3 computationdemo
containskey 3 containsKey
containsvalue 3 containsvalue
conversionfactors 3 转换因子
daffy 3 傻乎乎的
databasename 3 数据库名称
ddd 3 DDD
definition 3 定义
dept 3 部
details 3 细节
develop 3 发展
development 3 发展
display 3 显示
distance 3 距离
draw 3 画
drivers 3 司机
dstbegin 3 dstbegin
dynamic 3 动态
empty 3 空的
ending 3 结束
enumeration 3 枚举
event 3 事件
exceptionlist 3 ExceptionList
exceptiontype 3 基础
exists 3 存在
fido 3 FIDO
files 3 文件夹
filterinputstream 3 filterinputstream
filteroutputstream 3 filteroutputstream
firstkey 3 FIRSTKEY
free 3 自由的
freememory 3 freememory
fruitrun 3 fruitrun
getasciistream 3 getasciistream
getbigdecimal 3 getbigdecimal
getchars 3 GetChars
getdateinstance 3 getDateInstance
getdeclaredfield 3 getdeclaredfield
getdisplaynames 3 getdisplaynames
getename 3 getename
getflea 3 getflea
getparametertypes 3 getparametertypes
getproperty 3 getProperty
group 3 组
height 3 高度
hour 3 小时
hours 3 小时
hptowatt 3 hptowatt
human 3 人类
ifdemo 3 ifdemo
information 3 信息
initialize 3 初始化
intes 3 展博
intranet 3 Intranet
isdirectory 3 判断目录
item 3 项目
january 3 一月
juin 3 六月
jul 3 7月
july 3 七月
keyset 3 键盘
lastkey 3 lastkey
level 3 水平
lili 3 莉莉
linel 3 1
log 3 日志
logical 3 符合逻辑的
loopdemo 3 loopdemo
mon 3 周一
mooon 3 月亮
myarea 3 myarea
myrunnable 3 myrunnable
mysql 3 MySQL
names 3 名称
nextfloat 3 nextfloat
no 3 不
oak 3 橡树
objectreference 3 对象引用
objects 3 物体
ok 3 好啊
only 3 只有
oout 3 专科
operator 3 操作人员
order 3 秩序
original 3 起初的
outside 3 外部
paint 3 油漆
paramtypes 3 paramtypes
pass 3 通过
pathseparator 3 PathSeparator
poodle 3 贵宾犬
postgresql 3 PostgreSQL
pounds 3 英镑
poundtogram 3 poundtogram
power 3 权力
program 3 程序
queue 3 队列
readint 3 readInt
realj 3 realj
reverse 3 颠倒
root 3 根
rose 3 玫瑰
running 3 运行
salary 3 薪水
scannerdemo 3 scannerdemo
setclassvar 3 setclassvar
setename 3 setename
setfield 3 SetField
setinstancevar 3 setinstancevar
setlong 3 setlong
shopping 3 购物
sign 3 签名
sina 3 新浪
smallint 3 短整型
something 3 某物
sort 3 分类
sqlserverdriver 3 sqlserverdriver
square 3 广场
srcbegin 3 srcbegin
ssoft 3 ssoft
st 3 ST
stuage 3 stuage
students 3 学生
stusex 3 stusex
sunday 3 星期日
suppresswarnnings 3 suppresswarnnings
swap 3 互换
swing 3 摆动
syncblock 3 syncblock
take 3 拿
technetwork 3 TechNetwork
that 3 那个
thisdate 3 所
threadflag 3 threadflag
threadinterrupt 3 #NAME?
tolowercase 3 toLowerCase
totalmemory 3 totalmemory
ttt 3 TTT
twodigithours 3 twodigithours
typeid 3 typeid
updatemax 3 updatemax
userprinter 3 userprinter
using 3 使用
wasnull 3 wasnull
watttohp 3 watttohp
width 3 宽度
win 3 赢
with 3 具有
worker 3 工人
writechar 3 writeChar
yy 3 YY
zones 3 区
abyssinian 2 阿比西尼亚
accounts 2 账户
acme 2 极致
across 2 穿过
addfirst 2 addfirst
addr 2 地址
aeio 2 AEIO
allaire 2 阿莱尔
allsub 2 所有的
anotherobj 2 anotherobj
appendable 2 可追加
arraycopy 2 数组复制
arraylistdemo 2 arraylistdemo
aspecies 2 一种物质
attribute 2 属性
ax 2 斧头
aylesbury 2 艾尔斯伯里
bea 2 东亚银行
beans 2 豆
been 2 被
begin 2 开始
beginindex 2 beginIndex
bigdecimal 2 BigDecimal
bill 2 账单
boon 2 恩
bread 2 面包
buck 2 巴克
buff 2 浅黄色
bule 2 布列
cafe 2 咖啡馆
calculatesalary 2 calculatesalary
capacity 2 容量
cast 2 铸造
catalog 2 目录
catherine 2 凯瑟琳
cause 2 原因
cbuf 2 控制块更新设施
ccc 2 CCC
changed 2 改变
changeint 2 changeint
changeobjvalue 2 changeobjvalue
changeradius 2 changeradius
charsetdemo 2 charsetdemo
child 2 小孩
china 2 瓷器
classbean 2 classbean
classl 2 L类
clazz 2 类
clock 2 时钟
cobol 2 COBOL语言
coll 2 科尔
collie 2 牧羊犬
compound 2 复合
concat 2 concat
connect 2 连接
const 2 const
containsall 2 包含所有
contents 2 内容
converionfactors 2 converionfactors
createarray 2 createarray
createthread 2 CreateThread
currentthread 2 设置
custno 2 custno
cx 2 CX
datails 2 详情
dbnet 2 dbnet
dce 2 DCE
defaultdbvalue 2 defaultdbvalue
dest 2 DeST
dispatch 2 派遣
dns 2 DNS
doctest 2 doctest
doesn 2 不
don 2 大学教师
done 2 完成
down 2 向下
drawstring 2 束带
drop 2 滴
dst 2 DST
ea 2 EA
eat 2 吃
edt 2 美国东部时间
eee 2 EEE
ejb 2 EJB
elementdata 2 elementdata
emptylist 2 emptylist
emptyset 2 emptyset
encoding 2 编码
enterprise 2 企业
environment 2 环境
era 2 时代
exceptionname 2 exceptionname
exceptions 2 例外
expressions 2 表达
fd 2 FD
fieldvalue 2 值
financemanager 2 财务经理
forget 2 忘记
formatted 2 格式化
fortran 2 FORTRAN
found 2 建立
friday 2 星期五
fromelement 2 fromelement
fromkey 2 关键
fruitinfoutil 2 fruitinfoutil
garbage 2 垃圾
gbc 2 GBC
getannotations 2 getannotations
getapplecolor 2 getapplecolor
getapplename 2 getapplename
getareatest 2 getareatest
getbinarystream 2 getbinarystream
getbreed 2 getbreed
getdatetimeinstance 2 getdatetimeinstance
getdeclaredmethod 2 getdeclaredmethod
getdisplayname 2 getdisplayname
getfields 2 getfields
getfloat 2 getFloat
getfruit 2 getfruit
getfruitinfo 2 getfruitinfo
getfuncname 2 getfuncname
getid 2 getID
getindex 2 getindex
getinterfaces 2 getinterfaces
getmodifier 2 getmodifier
getruntime 2 getRuntime
getstuaddress 2 getstuaddress
getstuage 2 getstuage
getstuclass 2 getstuclass
getstuname 2 getstuname
getstupasswd 2 getstupasswd
getstuphone 2 getstuphone
getsuperclass 2 getsuperclass
gettype 2 方法
getunicodestream 2 getunicodestream
getuserid 2 getuserid
getusers 2 GetUsers
getweekdays 2 getweekdays
gm 2 通用汽车公司
google 2 谷歌
grape 2 葡萄
has 2 有
hasnextfloat 2 hasnextfloat
hasnextint 2 hasnextint
he 2 他
headmap 2 headmap
heap 2 堆
here 2 在这里
herinterface 2 herinterface
hi 2 你好
hibyte 2 高位字节
hotspot 2 热点
how 2 怎样
identifier 2 标识符
illustrate 2 说明
inside 2 里面
interfacenamelist 2 interfacenamelist
interfaces 2 接口
introspection 2 反思
iteratordemo 2 iteratordemo
j 2 J
jan 2 简
jsf 2 JSF
jsp 2 JSP
juni 2 Juni
just 2 只是
kawa 2 卡瓦
keys 2 钥匙
last 2 最后的
libtest 2 libtest
linetest 2 在线考试
loader 2 装载机
local 2 地方的
mdb 2 MDB
membertest 2 membertest
metadata 2 元数据
methodl 2 方法
methodoverloadingtest 2 methodoverloadingtest
micro 2 微型的
min 2 min
mis 2 管理信息系统
mkdir 2 mkdir
mmm 2 嗯
monday 2 星期一
mono 2 单
myball 2 myball
mydate 2 创建
myinterface 2 myinterface
mystring 2 mystring
nanos 2 Nano
netbeans 2 NetBeans
newstr 2 纽世达
nodbcolumn 2 nodbcolumn
nonstatic 2 非静态
notifyall 2 notifyAll
now 2 现在
numbers 2 数
numchars 2 numchars
nums 2 号
objectname 2 对象
objectstreamconstants 2 objectstreamconstants
oboy 2 oboy
orange 2 橙色
orcl 2 Oracle
oro 2 奥罗
outputstreamdemo 2 outputstreamdemo
pacific 2 太平洋
parseint 2 parseInt
pathname 2 路径名
payable 2 应付的
pda 2 PDA
pdt 2 PDT
pipedoutputstream 2 输出管道
poundsweight 2 poundsweight
press 2 按
prevent 2 防止
prices 2 价格
printdemo 2 printdemo
printin 2 印刷
python 2 蟒蛇
rawtypes 2 rawtypes
readerdemo 2 readerdemo
readexternal 2 readexternal
readfloat 2 readfloat
ref 2 裁判
repeatdemo 2 repeatdemo
replace 2 代替
represents 2 代表
reset 2 复位
retainall 2 retainAll
retentionpoicy 2 retentionpoicy
revisetotal 2 revisetotal
robin 2 罗宾
roll 2 卷
ruby 2 红宝石
runtimeexception 2 RuntimeException
saturday 2 星期六
see 2 看见
semicolon 2 分号
setapplecolor 2 setapplecolor
setapplename 2 setapplename
setdemo 2 setdemo
setfuncname 2 setfuncname
setseed 2 setseed
settime 2 编码电路
setusers 2 setusers
setvar 2 设置变量
sj 2 SJ
sm 2 SM
software 2 软件
sophisticated 2 复杂的
sparc 2 SPARC
sss 2 SSS
startindex 2 startIndex
strdate 2 strdate
strsql 2 如何
studentdao 2 studentdao
studio 2 工作室
study 2 学习
styletext 2 styletext
subc 2 小组委员会
submap 2 子图
superclassname 2 superclassname
supplied 2 提供
suppresswarning 2 suppresswarning
symantec 2 赛门铁克
tab 2 标签
tailmap 2 tailmap
task 2 任务
testtable 2 数据
textpad 2 TextPad
thefirstclass 2 thefirstclass
thefirstinterface 2 thefirstinterface
them 2 他们
thepoint 2 点
there 2 那里
thesecondclass 2 thesecondclass
thethrow 2 thethrow
thin 2 薄的
threadname 2 threadname
three 2 三
thursday 2 星期四
timezone 2 时区
toelement 2 toelement
toindex 2 指数
tokey 2 东京
tomcat 2 Tomcat
total 2 全部的
touppercase 2 toUpperCase
tpn 2 TPN
twodimarraydemo 2 twodimarraydemo
typespecifier 2 typespecifier
up 2 向上的
updatetesttable 2 updatetesttable
us 2 我们
usage 2 使用
usedelimiter 2 usedelimiter
v 2 v
variables 2 变量
vista 2 远景
waiting 2 等待
warning 2 警告
we 2 我们
wed 2 结婚
wednesday 2 星期三
when 2 什么时候
winrar 2 WinRAR
worldwide 2 全世界
writechars 2 writechars
writeexternal 2 writeExternal
writeint 2 writeint
writerdemo 2 writerdemo
xlint 2 xlint
xx 2 XX
abbreviated 1 缩写
abcde 1 ABCDE
ability 1 能力
abstractcollection 1 收集的
account 1 解释
addressname 1 addressname
addstu 1 addstu
admin 1 管理员
ado 1 ADO
affected 1 影响
affter 1 自从
against 1 反对
alaways 1 永远
alietr 1 alietr
american 1 美国人
amount 1 数量
andressen 1 市安迪森
animale 1 动物
annotaton 1 annotaton
another 1 另一个
anotherdate 1 anotherdate
app 1 应用程序
appli 1 应用
applypattern 1 applypattern
april 1 四月
araylis 1 araylis
area 1 地区
arefieldsset 1 arefieldsset
arg 1 精氨酸
argument 1 论点
arithmentic 1 算术
arithmeticfxception 1 arithmeticfxception
aritnmetic 1 aritnmetic
asp 1 ASP
assert 1 断言
assign 1 分配
august 1 八月
available 1 可获得的
axithmeticexeeption 1 axithmeticexeeption
baen 1 弛
baidu 1 百度
balanceaccount 1 结算
ballvolume 1 ballvolume
ban 1 禁令
bbb 1 血脑屏障
bc 1 公元前
beijing 1 北京
ben 1 本
beta 1 贝塔
binding 1 结合
bits 1 位
blocked 1 此路不通
bon 1 Bon
born 1 出生
boston 1 波士顿
bound 1 跳跃
breadfulproblemexception 1 breadfulproblemexception
bridge 1 桥
buffer 1 缓冲区
buffered 1 缓冲
bufferedinputstream 1 BufferedInputStream
bufferedoutput 1 bufferedoutput
bufferedoutputstream 1 缓冲输出流
bufferedreaderdemo 1 bufferedreaderdemo
bufferinputstream 1 bufferinputstream
bufferoutputstream 1 bufferoutputstream
buin 1 布因
bun 1 包子
byn 1 N
bynn 1 bynn
bytearraydemo 1 bytearraydemo
bytecode 1 字节码
bytes 1 字节
ca 1 CA
cachesize 1 CacheSize
cancel 1 取消
cannot 1 不能
canversivnfactors 1 canversivnfactors
capture 1 捕获
cation 1 阳离子
caughr 1 caughr
ceo 1 首席执行官
characterencoding 1 字符编码
characters 1 字符
charset 1 字符集
check 1 检查
checkforcomodification 1 checkforcomodification
chm 1 chm
chp 1 热电联产
cio 1 CIO
circle 1 圆圈
classloader 1 类加载器
classmethod 1 类
classtype 1 类类别
clause 1 条款
clean 1 清洁的
clearparameters 1 clearparameters
cli 1 CLI
clonable 1 可克隆的
collectian 1 收集
collector 1 收藏家
command 1 命令
compaq 1 康柏
comparableobjectholder 1 comparableobjectholder
compare 1 比较
compared 1 相比
compares 1 比较
componenttype 1 成分类型
computedata 1 computedata
computeinterest 1 computeinterest
computer 1 计算机
conditional 1 有条件的
connectivity 1 连接
conrrersionfactors 1 conrrersionfactors
constant 1 常数
consumer 1 消费者
conversianfactars 1 conversianfactars
conversianfactors 1 conversianfactors
conversinnfactors 1 conversinnfactors
conversionfactaors 1 conversionfactaors
corrected 1 修正
country 1 国家
covariant 1 协变
coversionfactors 1 coversionfactors
creditcardbalance 1 creditcardbalance
creditlimit 1 信用卡额度
cupertino 1 苹果
custbirth 1 custbirth
custscore 1 custscore
dat 1 DAT
database 1 数据库
datainputstreamdemo 1 datainputstreamdemo
dataoutputstreamdemo 1 dataoutputstreamdemo
datearray 1 datearray
daylight 1 日光
dbo 1 dbo
dbq 1 DBQ
dcenaming 1 dcenaming
dead 1 死去的
december 1 十二月
decimal 1 十进制的
decimalformat 1 DecimalFormat
defaul 1 默认的
defineclass 1 defineclass
deprecation 1 贬低
derivation 1 推导
derived 1 衍生
destpos 1 destpos
df 1 DF
dienstag 1 星期二
direct 1 直接的
dirty 1 肮脏的
displaydata 1 显示数据
diviser 1 因子
divisir 1 divisir
dock 1 码头
doe 1 雌鹿
donald 1 唐纳德
downloads 1 下载
earth 1 地球
edu 1 edu
education 1 教育
egg 1 鸡蛋
eider 1 羽绒
ellison 1 埃里森
emptymap 1 emptymap
endindex 1 停止页
english 1 英语
ensurecapacityinternal 1 ensurecapacityinternal
entexed 1 entexed
entrylevel 1 入门级
environments 1 环境
equivalent 1 相等的
everest 1 珠峰
exam 1 考试
examine 1 检查
exceptiontypel 1 exceptiontypel
exec 1 exec
exeception 1 例外
executeupdatestoredprocedure 1 executeupdatestoredprocedure
execution 1 执行
extensioncase 1 extensioncase
fallthrough 1 fallthrough
february 1 二月
fileoutput 1 FileOutput
fillinstacktrack 1 fillinstacktrack
filllnstacktrack 1 filllnstacktrack
fillnatacktrace 1 fillnatacktrace
fillstacktrack 1 fillstacktrack
finalclassname 1 finalclassname
findcolumn 1 findcolumn
findstulist 1 findstulist
fine 1 好的
fix 1 修理
flavors 1 口味
fleal 1 fleal
fleatest 1 fleatest
fles 1 文件
floating 1 浮动
fo 1 法罗群岛
fomatedinput 1 fomatedinput
fooey 1 fooey
foot 1 脚
foreachdemo 1 foreachdemo
formatting 1 格式化
forte 1 复地
fout 1 四
france 1 法国
fruitservice 1 fruitservice
fujitsu 1 富士通
fut 1 FUT
g 1 G
gage 1 计
gd 1 GD
genericdeclaration 1 genericdeclaration
generics 1 仿制药
germany 1 德国
getappleprovider 1 getappleprovider
getboolean 1 getboolean
getcaunt 1 getcaunt
getcomponenttype 1 getcomponenttype
getconncetion 1 getconncetion
getconstructor 1 getconstructor
getcursorname 1 getcursorname
getdate 1 取得日期/时间信息
getdeclaredannotation 1 getdeclaredannotation
getdeclaredannotations 1 getdeclaredannotations
getdeclaredconstructor 1 getdeclaredconstructor
getdeclaredmethods 1 getdeclaredmethods
getdisplaycountry 1 getdisplaycountry
getdouble 1 getdouble
getempid 1 getempid
getempno 1 getempno
getfirst 1 先富起来
getfruitlist 1 getfruitlist
getimports 1 getimports
getlnterfaces 1 getlnterfaces
getlong 1 getlong
getmax 1 getmax
getmaxfieldsize 1 getmaxfieldsize
getmetadata 1 getmetadata
getmethods 1 getMethods
getmetricweight 1 getmetricweight
getmonths 1 getMonths
getnessage 1 getnessage
getnext 1 GetNext
getprivatemethods 1 getprivatemethods
getprocedures 1 getprocedures
getrealpath 1 getrealpath
getsal 1 getsal
getshort 1 获取
getsid 1 getsid
getspecies 1 getspecies
gettimeinstance 1 gettimeinstance
gettimestamp 1 gettimestamp
gettitle 1 和
ggg 1 GGG
ggle 1 斗争
gh 1 GH
given 1 鉴于
gjt 1 GJT
gle 1 GLE
glob 1 水珠
globe 1 地球
gmtoffsettimezone 1 gmtoffsettimezone
gooogle 1 Gooogle
gooooogle 1 gooooogle
goooooogle 1 goooooogle
grade 1 等级
greeting 1 招呼
groupcount 1 groupcount
h 1 H
handle 1 手柄
hashsetdemo 1 hashsetdemo
hasnextrow 1 hasnextrow
hasnextxxx 1 hasnextxxx
helios 1 太阳神
helloeducaiton 1 helloeducaiton
helloworldwideweb 1 helloworldwideweb
hibernate 1 冬眠
hisinterface 1 hisinterface
hislnterface 1 hislnterface
hollow 1 空洞的
hounds 1 猎犬
ibernate 1 ibernate
icode 1 ICODE
identity 1 身份
identityhashmap 1 identityhashmap
ie 1 IE
ifxdriver 1 ifxdriver
income 1 收入
increments 1 增量
indexoutofboundsexception 1 indexoutofboundsexception
infinity 1 无穷
informixserver 1 informixserver
inheritance 1 继承
initializetion 1 initializetion
inpue 1 inpue
inputdata 1 输入数据
inputstramdemo 1 inputstramdemo
inputstreamreaderdemo 1 inputstreamreaderdemo
integers 1 整数
integes 1 integes
integrated 1 集成
intel 1 英特尔
intered 1 埋葬
interestrate 1 利率
interfacename 1 interfacename
interpreter 1 口译译员
into 1 进入之内
isbridge 1 isbridge
isbuttonpressed 1 isbuttonpressed
isdigit 1 IsDigit
isset 1 设置
istimeset 1 istimeset
iterable 1 可迭代的
itself 1 它本身
jakarta 1 雅加达
jbuilder 1 JBuilder
jbulider 1 jbulider
jdbcapi 1 JDBC API
jdbcnull 1 jdbcnull
jdeveloper 1 JDeveloper
jndi 1 JNDI
jni 1 JNI
joy 1 快乐
jun 1 君
keyword 1 关键词
kgh 1 分
kv 1 kV
l 1 l
laid 1 奠定了
larry 1 拉里
lase 1 激光
latin 1 拉丁语
layeggs 1 产卵
letter 1 信
li 1 锂
library 1 图书馆
linking 1 链接
listofsuperinterface 1 listofsuperinterface
loading 1 加载
login 1 登录
longvarbinary 1 longvarbinary
longvarchar 1 longvarchar
lookingat 1 看看
lottery 1 彩票
lower 1 降低
luck 1 运气
m 1 M
ma 1 妈妈
machine 1 机器
mail 1 邮件
maim 1 残废
make 1 制作
malloc 1 malloc
management 1 管理
marc 1 马克
march 1 前进
mardi 1 狂欢
match 1 比赛
may 1 可以
methoc 1 法
metod 1 方法
millisecond 1 毫秒
minute 1 分钟
mips 1 MIPS
mmmmm 1 mmmmm
mn 1 锰
modcount 1 modcount
mooooon 1 mooooon
moth 1 飞蛾
multiple 1 倍数
mustang 1 野马
mydataformat 1 mydataformat
myfet 1 myfet
mylist 1 mylist
mypassword 1 mypassword
myrandom 1 myrandom
myuser 1 中
namelentry 1 namelentry
navigator 1 领航员
nend 1 需
nestedloop 1 nestedloop
newbalance 1 NewBalance
newchar 1 将
newlnstance 1 newlnstance
newval 1 newval
nextboolean 1 nextboolean
nextbytes 1 nextbytes
nextdouble 1 nextDouble
nextgaussian 1 nextgaussian
nextlong 1 nextlong
nextrow 1 nextrow
nf 1 NF
nfirst 1 没有
nis 1 NIS
notepad 1 便条簿
november 1 十一月
npolicy 1 npolicy
nstack 1 nstack
nulpointerexception 1 nulpointerexception
numberformat 1 解析
ock 1 玉珠
ocm 1 OCM
ocompareto 1 ocompareto
october 1 十月
oldchar 1 在
oldval 1 oldval
ole 1 好啊
open 1 打开
operators 1 运营商
opp 1 目镜肺体积描记图
oracledriver 1 OracleDriver
ot 1 OT
other 1 其他
otherwise 1 否则
outputstreamwriterdemo 1 outputstre
overloading 1 超载
packagel 1 packagel
packages 1 包装
pang 1 庞
paradigm 1 范式
parameter 1 参数
part 1 部分
pascal 1 帕斯卡
passingscore 1 passingscore
passwd 1 口令
patternexpress 1 patternexpress
patternsyntaxexception 1 patternsyntaxexception
paubes 1 paubes
pause 1 暂停
pettern 1 木模
phone 1 电话
pipedinputstream 1 输入管道
pipedoutput 1 pipedoutput
points 1 点
polymorphism 1 多态性
pound 1 英镑
ppc 1 PPC
pressent 1 礼物
previousbalance 1 previousbalance
primitive 1 原始的
pring 1 春天
printdata 1 printdata
printle 1 printle
printwriter 1 输出流
pritstacktrace 1 pritstacktrace
procedure 1 程序
producer 1 制片人
products 1 产品
projcet 1 项目
propery 1 性能
pst 1 PST
pub 1 酒吧
pubs 1 酒吧
putall 1 把全部
pwd 1 PWD
qeor 1 qeor
qeora 1 qeora
querystringwithunknownresults 1 querystringwithunknownresults
r 1 R
randomaccess 1 随机存取
rangecheck 1 rangecheck
rdo 1 RDO
readable 1 可读
readxxx 1 readxxx
ready 1 准备好的
rectangletest 1 rectangletest
redmond 1 雷蒙德
reference 1 参考
register 1 登记
reiflable 1 reiflable
removelast 1 移动至最后
rename 1 重命名
renameto 1 renameTo
repalcefirst 1 repalcefirst
repeatable 1 可重复的
reportdemo 1 reportdemo
resultsetmetadata 1 元数据
retentio 1 留着
retrieve 1 检索
returning 1 返回
room 1 房间
rtti 1 RTTI
runtimeexceptian 1 runtimeexceptian
runtimeexceptxon 1 runtimeexceptxon
rutime 1 rutime
salesanalysis 1 销售分析
same 1 相同的
sas 1 SAS
savedata 1 存档
schedule 1 日程安排
scholarshipid 1 scholarshipid
scope 1 范围
scroe 1 小学分
sdk 1 SDK
seed 1 种子
sename 1 sename
september 1 九月
serial 1 串行
server 1 服务器
setappleprovider 1 setappleprovider
setbread 1 setbread
setbreed 1 setbreed
setcharat 1 setcharat
setclassname 1 setclassname
setdaemon 1 setdaemon
setempid 1 setempid
setempno 1 setempno
setflea 1 setflea
setfloat 1 setfloat
setgregorianchange 1 setgregorianchange
setid 1 压缩文件SetID
setin 1 设置
setisolationlevel 1 setisolationlevel
setpriority 1 设置调度优先级
setsal 1 setsal
setshort 1 setshort
setsid 1 setsid
setstuaddress 1 setstuaddress
setstuage 1 setstuage
setstuclass 1 setstuclass
setstuname 1 setstuname
setstupasswd 1 setstupasswd
setstuphone 1 setstuphone
settitle 1 settitle
settransactionisolation 1 settransactionisolation
setuserid 1 setuserid
setvalue 1 设定值
seuperclass 1 seuperclass
sgi 1 SGI
sid 1 希德
signature 1 签名
simple 1 简单的
simpledataformat 1 simpledataformat
sleeping 1 睡觉
socket 1 插座
solaris 1 Solaris
someclass 1 someclass
sorted 1 排序
sortedmapdemo 1 sortedmapdemo
space 1 空间
specified 1 明确规定
speniel 1 speniel
spring 1 春天
sqli 1 C
src 1 SRC
srcend 1 srcend
srcpos 1 srcpos
sssz 1 sssz
stmtnew 1 stmtnew
storo 1 斯托罗
strictfp 1 strictfp
stringinterntest 1 stringinterntest
stringtest 1 stringtest
strlist 1 strlist
structure 1 结构
struts 1 Struts
studentage 1 studentage
studentid 1 有
stuinfo 1 stuinfo
stuno 1 stuno
stusys 1 stusys
sub 1 附属的
sunny 1 晴朗的
sunworld 1 天伦
supportspositioneddelete 1 supportspositioneddelete
supportspositionedupdate 1 supportspositionedupdate
supportsstoredprocedures 1 supportsstoredprocedures
suppresswarings 1 suppresswarings
suspended 1 暂停的
swt 1 SWT
sybdriver 1 sybdriver
sychronized 1 同步
symbian 1 Symbian
synchronzied 1 synchronzied
sys 1 系统
tablename 1 数据表名
takeout 1 外卖
tbn 1 总碱值
tcn 1 TCN
tds 1 TDS
testarray 1 testarray
testbufferedwriter 1 testbufferedwriter
testclass 1 试验等级
testemployee 1 testemployee
testfile 1 测试文件
testinterface 1 测试
testlooptrycatch 1 testlooptrycatch
testmythread 1 testmythread
testpassword 1 testpassword
testquery 1 testquery
testserializable 1 testserializable
testtrycatch 1 testtrycatch
testuser 1 testuser
textual 1 文本
thefet 1 若场效应管
thepet 1 电化学测试表明
threadable 1 螺纹
thrown 1 扔
tochararray 1 tochararray
tom 1 汤姆
tongfang 1 清华同方
tool 1 工具
tools 1 工具
transaction 1 交易
tree 1 树
trim 1 修剪
truts 1 truts
tryblockles 1 tryblockles
tryblocklest 1 tryblocklest
trycalendate 1 trycalendate
trydateformates 1 trydateformates
trygenmetry 1 trygenmetry
tryhlocktest 1 tryhlocktest
trying 1 尝试
tryinitialization 1 tryinitialization
tryinitializativn 1 tryinitializativn
trysblocktext 1 trysblocktext
tue 1 星期二
twn 1 TWN
two 1 二
tx 1 TX
u 1 u
uid 1 UID
unboxing 1 拆箱
uncommitted 1 未提交
undecimber 1 undecimber
unknwon 1 对一些未知的
unsupportedoperationexception 1 UnsupportedOperationException
unused 1 未使用的
updatestu 1 updatestu
username 1 用户名
uses 1 使用
useun 1 useun
utility 1 效用
valid 1 有效的
variabletest 1 variabletest
vax 1 VAX
verifier 1 验证者
verify 1 验证
virtual 1 事实上的
visualage 1 VisualAge
vs 1 VS
wa 1 洼
wangl 1 连通网络
want 1 希望
was 1 是
weakhashmap 1 WeakHashMap
websphare 1 websphare
weglogic 1 weglogic
welcome 1 欢迎
wildcard 1 通配符
wirter 1 作家
woof 1 纬
word 1 单词
wordpad 1 写字板
works 1 作品
yield 1 产量
View Code
四、常见异常与错误翻译
4.1、java中
//算术异常
ArithmeticExecption//空指针异常类
NullPointerException//类型强制转换异常
ClassCastException//数组负下标异常
NegativeArrayException//数组下标越界异常
ArrayIndexOutOfBoundsException//违背安全原则异常
SecturityException//文件已结束异常
EOFException//文件未找到异常
FileNotFoundException//字符串转换为数字异常
NumberFormatException//操作数据库异常
SQLException//输入输出异常
IOException//方法未找到异常
NoSuchMethodException//抽象方法错误,当应用试图调用抽象方法时抛出
java.lang.AbstractMethodError//断言错误,用来指示一个断言失败的情况
java.lang.AssertionError//类循环依赖错误,若检测到类之间循环依赖则抛出该异常
java.lang.ClassCircularityError//类格式错误
java.lang.ClassFormatError//错误基类,标识严重程序运行问题,不应被应用程序捕获的反常情况
java.lang.Error//非法访问错误,违反域或方法的可见性声明
java.lang.IllegalAccessError//不兼容的类变化错误,当正在执行的方法所依赖的类定义发生了不兼容的改变时,抛出该异常
java.lang.IncompatibleClassChangeError//实例化错误,构造一个抽象类或者接口时抛出该异常
java.lang.InstantiationError//内部错误
java.lang.InternalError//链接错误
java.lang.LinkageError//未找到类定义错误,找不到该类的定义时抛出该错误
java.lang.NoClassDefFoundError//域(成员变量,字段)不存在错误
java.lang.NoSuchFieldError//方法不存在错误
java.lang.NoSuchMethodError//内存不足错误
java.lang.OutOfMemoryError//堆栈溢出错误,如递归调用的层次太深
java.lang.StackOverflowError//线程已结束
java.lang.ThreadDeath//未知错误
java.lang.UnknownError//未满足的链接错误
java.lang.UnsatisfiedLinkError//不支持的类版本错误
java.lang.UnsupportedClassVersionError//验证错误
java.lang.VerifyError//虚拟机错误
java.lang.VirtualMachineError//算术条件异常,如整数除零
java.lang.ArithmeticException//数组索引越界异常
java.lang.ArrayIndexOutOfBoundsException//数组存储异常,存放非数组声明类型
java.lang.ArrayStoreException//类型转换异常
java.lang.ClassCastException//找不到类异常
java.lang.ClassNotFoundException//克隆不支持异常,如没有实现Cloneable接口
java.lang.CloneNotSupportedException//枚举常量不存在异常
java.lang.EnumConstantNotPresentException//根异常
java.lang.Exception//非法访问异常
java.lang.IllegalAccessException//非法的监控状态异常
java.lang.IllegalMonitorStateException//非法的状态异常
java.lang.IllegalStateException//非法的线程状态异常
java.lang.IllegalThreadStateException//索引越界异常
java.lang.IndexOutOfBoundsException//实例化异常
java.lang.InstantiationException//被中断异常
java.lang.InterruptedException//数组大小为负值异常
java.lang.NegativeArraySizeException//属性不存在异常,当访问某个类的不存在的属性时抛出该异常
java.lang.NoSuchFieldException//方法不存在异常
java.lang.NoSuchMethodException//空指针异常。当应用试图在要求使用对象的地方使用了null时,抛出该异常
java.lang.NullPointerException//数字格式异常
java.lang.NumberFormatException//运行时异常
java.lang.RuntimeException//安全异常
java.lang.SecurityException//字符串索引越界异常
java.lang.StringIndexOutOfBoundsException//类型不存在异常
java.lang.TypeNotPresentException//不支持的方法异常
java.lang.UnsupportedOperationException//Jsp页面异常
javax.servlet.jsp.JspException//JSP引擎解析异常
org.apache.jasper.JasperException//Servlet异常
javax.servlet.ServletException//对象已被删除异常
org.hibernate.ObjectDeletedException
4.2、.NET中
System.Exception //所有异常的基类型
System.ApplicationException //发生非致命应用程序错误时引发的异常
System.SystemException //为System命名空间中的预定义异常定义基类
System.SystemException //异常根类
System.AccessViolationException //在试图读写受保护内存时引发的异常
System.ArgumentException //在向方法提供的其中一个参数无效时引发的异常
System.Collections.Generic.KeyNotFoundException //指定用于访问集合中元素的键与集合中的任何键都不匹配时所引发的异常
System.IndexOutOfRangeException //访问数组时,因元素索引超出数组边界而引发的异常
System.InvalidCastException //因无效类型转换或显示转换引发的异常
System.InvalidOperationException //当方法调用对于对象的当前状态无效时引发的异常
System.InvalidProgramException //当程序包含无效Microsoft中间语言(MSIL)或元数据时引发的异常,这通常表示生成程序的编译器中有bug
System.IO.IOException //发生I/O错误时引发的异常
System.NotImplementedException //在无法实现请求的方法或操作时引发的异常
System.NullReferenceException //尝试对空对象引用进行操作时引发的异常
System.OutOfMemoryException //没有足够的内存继续执行程序时引发的异常
System.StackOverflowException //挂起的方法调用过多而导致执行堆栈溢出时引发的异常
System.ArgumentException //参数异常
System.ArgumentNullException //当将空引用传递给不接受它作为有效参数的方法时引发的异常
System.ArgumentOutOfRangeException //当参数值超出调用的方法所定义的允许取值范围时引发的异常
System.ArithmeticException //算术异常
System.DivideByZeroException //试图用零除整数值或十进制数值时引发的异常
System.NotFiniteNumberException //当浮点值为正无穷大、负无穷大或非数字(NaN)时引发的异常
System.OverflowException //在选中的上下文中所进行的算数运算、类型转换或转换操作导致溢出时引发的异常
System.IOException //派生的异常类型
System.IO.DirectoryNotFoundException //当找不到文件或目录的一部分时所引发的异常
System.IO.DriveNotFoundException //当尝试访问的驱动器或共享不可用时引发的异常
System.IO.EndOfStreamException //读操作试图超出流的末尾时引发的异常
System.IO.FileLoadException //当找到托管程序却不能加载它时引发的异常
System.IO.FileNotFoundException //试图访问磁盘上不存在的文件失败时引发的异常
System.IO.PathTooLongException //当路径名或文件名超过系统定义的最大长度时引发的异常
ArrayTypeMismatchException //试图在数组中存储错误类型的对象
BadImageFormatException //格式错误异常,如32位应用访问64位系统Dll引起
DivideByZeroException //除零异常
DllNotFoundException //找不到引用的dll
FormatException //参数格式错误
MethodAccessException //试图访问私有或者受保护的方法
MissingMemberException //访问一个无效版本的dll
NotSupportedException //调用的方法在类中没有实现
PlatformNotSupportedException //平台不支持某个特定属性时抛出该错误
ArgumentException //参数异常
ArgumentNullException //空参数异常
ArgumentOutOfRangeException //参数值超出范围
ArithmeticException //算术异常
ArrayTypeMismatchException //类型不匹配异常
IndexOutOfRangeException //索引超出范围异常
InvalidcastException //不正确的类型转换异常
InvalidOperationException //不正确的操作异常
MethodAccessException //方法访问异常
MissingMemberException //丢失成员异常
NotFiniteNumberException //无穷大数字异常
NotSupportedException //操作不支持异常
NullReferenceException //空引用异常,如调用没有实例化的对象的成员
OutOfMemoryException //内存空间不够
PlatformNotSupportedException //平台不支持某个特定属性时抛出该错误
StackOverflowException //堆栈溢出 </pre>
五、学习软件推荐
5.1、百词斩 APP
百词斩是由成都超有爱科技有限公司针对英语学习开发的一款“图背单词软件”。软件为每一个单词提供了趣味的配图和例句,让记单词成为一种乐趣。
image image image百词斩覆盖了从初高中、四六级、考研、到雅思、托福、SAT、GMAT、GRE等全部英语考试词表。适合从12岁到24岁的所有学生群体,备考英语。
image1、支持离线使用,0流量背单词。
2、一个单词一张图,利用图形建立单词与真实环境的联系,打造最易记、最难忘的背单词软件。
3、直接添加好友,既能互相看见学习动态,还能一起冲刺每周排行榜。背单词,不再是一个人。
4、提供单词TV和单词电台,英语老师原创趣味内容去深度解读10000+个单词,提供更多样的学习方式。
5、参考美国SAT的词汇量评估模型,准确测试单词量,记录你成长的每一步。
6、锁屏背单词,在锁屏界面即可完美背单词,充分利用每天的琐碎时间。
7、初中/高中/ 四级/六级/考研/托福/雅思/专四/专八/SAT/GRE/GMAT全覆盖!
8、5种方式复习,背单词绝不能重复再重复!
我每天只记15个但坚持,基本没有漏掉过,但有时候软件在没有网络的情况下会打卡失效。
5.2、滴答双语阅读 APP
“滴答双语阅读”真正实现了中英文分段对照阅读,点击英文即可打开或关闭对应段落的译文;内嵌词典能够离线查单词;网络书库提供数十本双语书籍下载。
1. 中英文分段对照阅读, 一键打开或关闭对应段落的译文
2. 内嵌词典能够离线查单词,可以直接点击单词查询,不需要手工输入
小成本软件,但适合英语水平一般的人看小说,比背单词效果可能还好,一直想要一个8英寸左右的墨水屏Android系统平板,kindle好像扩展性不强
image image image5.3、新东方背单词
新东方背单词软件不同于普通模式的单词记忆工具,它提供了更为强大、更有方向的记忆手段使您每一次单词记忆都变的更有效率,本款为新东方背单词5.0下载,在原有基础上对常用词汇进行了更新,让你背起单词来更加事半功倍
功能:单词初记、单词复习、测验与游戏、书籍管理、笔记本管理
4款让你事半功倍的帮助背单词的趣味游戏:单词拆图、迷宫赛跑、单词速降和无敌枪手
可以让你解决在英语学习中最大的障碍,即英语单词的词汇量问题
发音标准,例句多,形式多样
image image image六、提高英文水平的建议与资源
6.1、提高英文水平的个人建议
(1)、自己起一个英文名称,作为网名和登录名。
(2)、将自己电脑中的中文版或汉化软件换成英文版,可以挑战一下英文操作系统,建议从英文手机系统开始。
(3)、选择一本适合自己的计算机英文教材。
(4)、保证一年至少读1-2本原版影印的计算机书,并坚持读完。
(5)、上网尽量多访问英文技术论坛和网站。不使用汉化帮助。
(6)、在程序中使用英文名称,坚持不用中文或汉语拼音作为变量名、字段名、文件和文件夹名(上过中文路径当的朋友是不是深有同感)
(7)、每月至少看1-2部原版电影,双语初学,去字幕练习听力,反复。
(8)、每天坚持记录和复习遇到的生词,对于缩略语,一定要搞清楚每个英文字母的含义。
(9)、最重要的一条:相信自己能学会(世界上最难的中文你都可以学会英文肯定没问题),遇到英文不逃避、坚持、重复、再坚持(制定计划)。
(10)、以前一段时间我很喜欢去Youtube看新闻与自己喜欢的节目,主要是看评论,原汁原味,还很有趣;后来就被墙了...
欢迎更多建议与方法,谢谢了!
6.2、翻译与双语视频字幕网站
http://fanyi.baidu.com/ 百度翻译,比以前要进步很多了,可以选择意思
http://fanyi.youdao.com/ 有道翻译,计算翻译比较准确
http://translate.google.cn/ google翻译,老牌翻译,大,强,但这几年变化不大
http://www.yinbiao5.com 音标网,支持批量单词音标
http://dict.cn/ 海词,例句多
http://assrt.net/ 射手网 双语字幕
http://subhd.com/main Sub HD 字幕站
6.3、双语电影
原声外语电影、电视剧、视频节目等作为学习材料,进行口语、听力、词句等方面的学习,称为“看电影学英语”。原声电影的原汁原味、内容丰富多彩、人物口音各异、语言环境真实,非常有助于练就一口地道口语。为大家整理出来55部最适合学习英语的中英文动画电影,有完整电影视频+中英字幕:
image疯狂原始人
image魔法奇缘
image image个人认为看这些双语电影时尽量慢,一句看懂、听懂、反复看自己喜欢的几部
下载字幕更加清楚,也可以是其它的英语电影或喜欢的节目
如果需要这55部电影麻烦告诉我您的邮箱地址,不直接分享是版权问题,请理解。
6.4、用听的学英语与背单词
如果您每天上下班坐车时间很长,跑步或其它运动时可以利用碎片化的时间学习英语,这里有两个方法:
1、有很多手机App像《喜马拉雅山》、《蜻蜓》、《凤凰FM》等自媒体平台上有不少可以听着学英语的栏目
2、我以前还找到了一些听着背单词的mp3,感觉还可以,基础2000个,进阶3000个,共1.08G:
image6.5、AI机器人聊天
一直在想现在人工智能发展这么快找一个陪你用外语聊天的机器人应该不难做到,果然有:
6.5.1、cleverbot 聪明机器人
image有APP,有发音的,有些服务收费,用久了发现我们每个人的聊天记录在相互自助,不算太满意
6.5.2、andychatbot
Easy way to start talking in English. Practice English with a friendly robot Andy. Study language by actually using it in a conversation. Take grammar lessons and learn new words every day!
image可下载Android 及iOS 的版本,网页版则是直接结合Facebook Messenger 来使用,基本上就是一个FB 对话机器人的概念,不过跟他聊天你会发现还蛮生活化的,不会觉得很机器人的感觉。
如果你不安装应用的话,可以从官网的Messenger 按钮进入并和Andy 聊天了,跟他有对话后,其实就可以回到Facebook 的画面来,不一定要用那个画面。不论你想讲什么、问什么,都不用客气,也不用怕打错,用力的和机器人聊。
image6.5.3、跟Aco學英語app
image這個集所有功能於一身的英語學習應用程序可以幫助你學習英語聽說讀寫,對話,發音,翻譯,語法和詞彙。現在,你不必上英語課程,就可以每天學習英語。你??不需要參加任何英語班,就可以接受英語教育。無論是英語閱讀還是英語書寫,你現在都可以免費學習!即刻開始吧!
GaGaMatch
类似的大家可以到应用市场或app store上搜索,应该不少,欢迎推荐,谢谢!
七、下载
单词统计:https://pan.baidu.com/s/1bTy84u
新东方背单词:https://pan.baidu.com/s/1jIn1e0e 密码: z4eg
单词统计高级Excel: https://pan.baidu.com/s/1pKWvWtd 密码: 7xpu
其它的背单词软件可以在软件市场搜索,如果实在找不到请给我留言!当然适合自己的才是最好的。
需要书籍《object-oriented-javascript.pdf》高清版本与中文翻译版的请留下您的邮箱,不上传的原因是版权问题,您也可以上网搜索。
image如果需要这55部电影麻烦告诉我您的邮箱地址
image第一批已发送完成,请大家查收,没有收到请留言,我再发一次,谢谢!
imageI love three things in this world,the sun ,the moon and you.The sun for the day,the moon for the night,and you forever!
For the world you are somebody,but for somebody you are the world!
I opend my wallet and found it empty,reached into my pocket and found a few coins,searched my life and I found you!Then I realized how rich I am.
I drop a tear in the ocean and the day you find it is the day I will stop loving you !
People laugh and people cry,some say hi while some bye,some give up and some always try,others may forget you but never will I.
八、开发者英文网站集合
这是一份对开发者有用的英文网站清单,涉及到从初学者到行业大牛成长的方方面面,还有很多事英语学习的网站,请相信我,这些肯定会对你有所帮助的。
问答社区
- Stack Overflow : subscribe to their weekly newsletter and any other topic which you find interesting
- Quora : A place to share knowledge and better understand the world
- Learn Anything : Community curated knowledge graph of best paths for learning anything
- devRant : Community where you can rant and release your stress
- Codementor : A mentorship community to learn from fellow developers via live 1:1 help and more.
新闻
- Hacker News : news aggregator for programmers where civility is king, try a newsletter to get top news to your inbox:
- Hacker Newsletter : curated by hand, delivered weekly
- Hacker News Digest : curated automatically, delivered as frequently as you want
- Ars Technica : posts unique quality articles
- ACM TechNews
- Lobsters : Lobsters is a technology-focused community centered around link aggregation and discussion.
- TechCrunch : another good website for tech news
- GSMArena.com : news related to latest mobile phones and android.
- product hunt : Discover your next favorite thing
- AlternativeTo : Crowdsourced software recommendations
- Better Dev Links : Weekly links to help you become a better developer
初学者的编程练习
- freeCodeCamp : Learn to code and build projects for nonprofits. Build your full stack web development portfolio today
- Reddit.com/r/dailyprogrammer : interesting programming challenges where you can learn from looking at other’s code , even if you are not able to solve code you can look at how others solved.
- Programming by Doing : very good site for those who want to start with absolute basics
- CodeAbbey – a place where everyone can master programming : Best place to begin with problems that start at the easiest and gradually increase difficulty with each problem.
- Exercism.io : download and solve practice problems in over 30 different languages, and share your solution with others.
- Programming Tasks : large collection of small programs
- karan/Projects-Solutions Solutions to most of the problems in the link above
- Lod – Cloud : The Linking Open Data cloud diagram
- Cave of programming : Learn to program, Upgrade your skills.
- Codeacademy : Learn to code interactively, for free.
找找项目灵感
- martyr2s-mega-project-ideas-list : contains about 125 project ideas from beginner to intermediate level.
- karan/Projects : a large collection of small projects for beginners with
- Wrong “big projects” for beginners : How to choose where to start
- vicky002/1000-Projects : Mega List of practical projects that one can solve in any programming language!
大牛的建议
- Things I Wish Someone Had Told Me When I Was Learning How to Code — Free Code Camp : What I’ve learned from teaching others
- Lessons From A Lifetime Of Being A Programmer : The Codist Header Lessons From A Lifetime Of Being A Programmer
- Principles of Good Programming : The Principles of Good Programming
- What every computer science major should know : The Principles of Good Programming
- How to become a programmer, or the art of Googling well
- Code Review Best Practices : Kevin London’s blog
- Dieter Rams : 10 Principles of Good Product Design
- 10-ways-to-be-a-better-developer
- Working as a Software Developer
- Software design pattern : The entire collection of Design Patterns.
- Design Patterns : Design Patterns explained in detail with examples.
编码规范
- CS 106B Coding Style Guide : must see for those who create spaghetti
- Google C++ Style Guide
- Airbnb JS Style Guide : A mostly reasonable approach to JavaScript
- Airbnb Ruby Style Guide : A ruby style guide by Airbnb
- What are some bad coding habits you would recommend a beginner avoid getting into?
- Good C programming habits. ? /r/C_Programming
- How to Report Bugs Effectively
- Debugging Faqs
- Stuff you need to Code Better!
- Directory of Online CS Courses
- Directory of CS Courses (many with online lectures)
- Angular 1 Style Guide : Officially endorsed style guide by John Pappa
通用工具
- regex101 : Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
- CodePen : Front End Developer Playground & Code Editor in the Browser
面试准备
- Pramp | A free on demand interview practice platform for Software Engineers : Practice coding interviews with real peers
- GeeksforGeeks | A computer science portal for geeks : also subscribe to their feeds to get links to their new articles.
- A site for technical interview questions, brain teasers, puzzles, quizzles : whatever the heck those are) and other things that make you think!
- Problems | LeetCode OJ : Coding practice for interviews
- Programmer And Software Interview Questions Answers
- Reddit.com/user/ashish2199/m/puzzles : Logic Puzzles
- A Collection of Quant Riddles With Answers
- Aptitude Questions and Answers : Quant and aptitude preparation
- Interview Archives – Java Honk
- Top 10 Algorithms for Coding Interview
- Algorithm design canvas)
- Big-O Algorithm Complexity Cheat Sheet
- Unix / Linux Cheat Sheet
- How to interview
- How to Ace an Algorithms Interview
- Delightful Puzzles
- visualising data structures and algorithms through animation
- Here’s How to Prepare for Tech Interviews ? /r/cscareerquestions
- Guide to Tech Interviews
- Why You Make Less Money ? /r/cscareerquestions
- IIT Delhi Placement Experience
- what_are_your_goto_questions_for_the_do_you_have?
- /r/cscareerquestions : Here’s a pretty big list of programming interview questions I compiled while studying for big 4 interviews. I think you guys will find it useful! ?
- Interviewing At Jane Street
- How to prepare for an interview – 1
- Summer Internship: The Ultimate Guide
- The 25 most difficult HR questions
- Job interviews News, Videos, Reviews and Gossip – Lifehacker
- How to Answer the Toughest 40 Job Interview Questions | ICS Job Portal
- Job Interview Questions and Best Answers
- How to Answer “Tell Me a Little About Yourself” | The Art of Manliness
- Job Interview: How to Ace a Job Interview | The Art of Manliness
- Give your résumé a face lift
- BIG O Misconceptions
- Bitwise tricks
- Core Java Interview questions – Interview question on each topic
- Java Interview Questions and Answers
- Big collection of interview preparation links ? /r/cscareerquestions
- Unsolicited_advice_for_job_seekers_and_employers
- five-essential-phone-screen-questions – steveyegge2
- CS9: Problem-Solving for the CS Technical Interview
- Mission-peace/interview problems : A large collection of coding interview problems
- SQL Joins explained using venn diagram
- 10 Frequently asked SQL Query Interview Questions
- Get Ready to Learn SQL: 8. Database Normalization Explained in Simple English – Essential SQL
- Programming Language Concepts: Lecture Notes : OOPs concepts and programming language concepts.
- We Help Coders Get Hired : website offering courses on system design, interview strategies, soft skills etc
- checkcheckzz/system-design-interview
- How to Break Into the Tech Industry – a Guide to Job Hunting and Tech Interviews
- Freshers Interviews
- C PUZZLES, Some interesting C problems
- wu :: riddles(hard) : logic puzzles and riddles
- github.com/odino/interviews : list of important questions for interview
- svozniuk/java-interviews : Java interview questions
- kimberli/interviews : study sheet for Interview
- Determining the big-O runtimes of these different loops? : really good stackoverflow question that covers basics of calculating runtime complexity.
- ChiperSoft/InterviewThis : questions to ask during on a interview to know more about the company.
- SQL interview questions : great SQL test
视频
- Machine that Changed the World – a very good documentary about history of computers
- Triumph of the Nerds : Play-list
- Project Code Rush – The Beginnings of Netscape / Mozilla Documentary
- The Code: Story of Linux documentary
- Breaking the Code: Biography of Alan Turing
- Mechanical Computer (All Parts) : a very good video from 1950s explaining how mechanical computers used to work without all the modern day electronics.
- Download: The True Story of the Internet : Play-list of discovery channel documentary on browser wars , dot com bubble and more.
- Teach Yourself Computer Science
- How does CPU execute program (video)
- Machine Code Instructions (video)
- Harvard CS50 – Asymptotic Notation (video)
- Cracking The Code Interview
- Cracking the Coding Interview – Fullstack Speaker Series
- Ask Me Anything: Gayle Laakmann McDowell (author of Cracking the Coding Interview)
MOOCs
- Class Central : a directory of 100,000+ student reviews of thousands of MOOCs.
- NPTEL Vidoes COMP_SCI_ENGG
- Coursera.org
- edX
- MOOC.fi : Free online courses from the University of Helsinki
- Udacity
- Kadenze | Creative Programming: Programming courses focused on art and creativity
- UCBerkeley
- MIT OCW Electrical Engineering and Computer Science
- CS50
- prakhar1989/awesome-CS-courses : List containing large amount of CS courses
- Computer Science Resources : list of MOOCs for autodidacts
Java
- Java Revisited : good for learning about Java Language and interview preparation.
- The Java? Tutorials: The best tutorials for Java.
- Java Corner at Artima.com
- Java Visualizer : helps visualize references , values of variables ect
- Java Lecture Notes
- Learning Java : a free online textbook for learning Java
- Free Online Chapters of Inside the Java Virtual Machine by Bill Venners
- Understanding JVM Internals
- How Garbage Collection Works
- Welcome to JavaWorld.com
- The Java Memory Model
- Netbeans Keyboard Shortcuts : Keyboard shortcuts to enhance your productivity when working in Netbeans.
- XyzWs Java FAQs : large collection of java interview questions
- Search Open Source Java API : view source of java library and learn how things are implemented.
- JournalDev – Java, Java EE, Android, Web Development Tutorials
- Implementation of Algorithms and Data Structures, Interview Questions and Answers
- what-is-garbage-collection : Demystify the garbage collection
- Best books for learning java must read : Get basics of Java
- Garbage collection (Java); Augmenting data str (video)
- Compilers (video)
- Deep Dive Java: Garbage Collection is Good!
- The C++ Programming Language : The C++ Programming Language.
- Bjarne Stroustrup’s FAQ : The C++ FAQ
- Bjarne Stroustrup’s C++ Style and Technique FAQ : The C++ FAQ
- C++11 – the new ISO C++ standard : The C++11 FAQ
AI
- Unsupervised Sentiment Neuron : Unsupervised Sentiment Neuron
- Robots that learn : Robots that Learn
- grakn.ai : The Database for AI
学习写作
- Advice on Research and Writing
- Seminar and reports
- PHD MS Articles
- Practical Tips for Talking at Usergroups and Conferences and Giving presentation on software project to non-programmers
YouTube 频道
- Computerphile : Must watch for every CS student
- ComputerHistory : for those who like to know how we reached where we are.
- GoogleTechTalks : videos on trending topics and cool stuff happening in the tech industry.
- Placement Grid : Interview and campus placement experience
- Google Developers
- Facebook Developers
- O’Reilly : interviews and talks of world’s best technical writers.
- Java : talks related to java
- JavaOne : Java Conference
- CppCon : C++ Conference
- C++Now (BoostCon) : C++Now (previously BoostCon) conference
- Meeting C++ YT Kanalseite : Talks on C++
- ThinMatrix : blogs and tutorials developer making a 3d game in Java using opengl
- yegor256
- Scott Meyers: Past Talks
- thoughtbot : talks on various topics
- code::dive conference : code::dive conference organized by NOKIA Wroc?aw Technology Center
- HowToBecomeTV : contains good interviews of developers and people related to tech industry.
- Siraj Raval : Artificial Intelligence and deep learning tutorials videos
- Netflix UI Engineering : great videos to watch for web developers, mobile developers and those interested in some of Netflix’s tech stack
- Coding Blocks : Tutorials, how to’s, tips and tricks
- Fun Fun Function : A weekly series from Mattias Petter Johansson on an assortment of programming topics, including some not directly related to coding.
一些文章集合
- Expectations of a Junior Developer
- The Key To Accelerating Your Coding Skills
- A Software Developer’s Reading List : Some good books and links in there.
- 40 Keys Computer Science Concepts Explained In Layman’s Terms
- What every programmer should know about memory, Part 1
- We are reinventing the retail industry through innovative technology
- Unicode
- What every programmer absolutely, positively needs to know about encodings and character sets to work with text
- List of algorithms
- Dive into the byte code
- Data Structure Map
- A Gentle Introduction To Graph Theory
- Linux Inside
- A programmer friendly language that compiles to Lua.
播客
- Coding Blocks – Learning principles, patterns and better practices on the go
- MS Dev Show
- The Cynical Developer
- Herding Code
- Code Newbie
- Software Engineering Radio : A podcast targeted at the professional software developer. The goal is to be a lasting educational resource, not a newscast.
- JavaScript Jabber : A weekly discussion about JavaScript, front-end development, community, careers, and frameworks.
- Developer Tea : A podcast for developers designed to fit inside your tea break.
- Full Stack Radio : Everything from product design and user experience to unit testing and system administration.
- Software Engineering Daily : A daily technical interview about software topics
- The Bike Shed : Guests discuss their development experience and challenges with Ruby, Rails, JavaScript, and others.
- The Changelog : A weekly conversation that gets to the heart of open source technologies and the people who create them.
- Front End Happy Hour : A podcast featuring a panel of Software Engineers from Netflix, Evernote, Atlassian & LinkedIn talking over drinks about all things Front End development.
构建一个简单的编译器/解释器
- Awesome Compilers : Curated list of awesome resources on Compilers, Interpreters and Runtimes.
- Resources for Amateur Compiler Writers
- Possibly the smallest compiler ever
- Writing My First Compiler
- Structure and Interpretation of Computer Programs
- Let’s Build A Simple Interpreter. Part 1.
- Growing a compiler
教程
- Subtle | Poor Man’s CI : Learn how continuous integration platforms work under the hood, by building one of your own on top of git with Node.js
- Tutorialspoint
- W3Schools Online Web Tutorials
- Open Data Structures : Excellent resource for learning about DS and algos , provides code in various languages C++ , Java , pseudocode
- Data Structures and Algorithms by John Morris : another good source with code and its analysis
- CMSI 281: Data Structures : light weight introduction to DS
- How to Program in C++ : Good resource for revising C++ topics and STL
- TopCoder Tutorials
- A Hacker’s Guide to Git : for those wanting to learn git with a solid foundation
- Git from the inside out
- Learn UNIX in 10 minutes
- The Bash Guide : very good guide for learning the Bash Shell
- Linux Tutorial : good resource for learning Linux
- UNIX Tutorial – Introduction
- Linux Tutorial for Beginners
- Learning the shell.
- Dynamic programming – PrismoSkills : very good resource if want to learn how to solve DP problems.
- Deep C : very good presentation on C language
- C programming language Frequently Asked Questions
- OS Course Notes : Chapter wise course notes according to Galvin’s book
- SQL (Structured Query Language) in one page : SQL.SU : a very good SQL cheat sheet
- Introduction to C Programming
- MySQL Essentials
- http://www.mysqltutorial.org/
- Best Of – Gustavo Duarte : contains articles on various topics
- Collecting all the cheat sheets : cheat sheets for lots of programming languages
- The Descent to C : for those moving to C from some higher programming language like java or python.
- VimTutor+ : learn VIM from browser itself
- Linux Journey : good site for learning linux
- C Programming
- CS 2112/ENGRD 2112 Fall 2015 : Good notes on data structures and algorithms.
- More about Github-flavored markdown
- The Unix Programming Environment
- The Linux Command Line: A Complete Introduction
- TCP/IP Illustrated Series
- Head First Design Patterns
- Design Patterns: Elements of Reusable Object-Oriented Software : aka the “Gang Of Four” book, or GOF
- UNIX and Linux System Administration Handbook, 4th Edition
- Programming, Web Development, and DevOps news, tutorials and tools for beginners to experts
阅读他人的代码
- LiveEdu.tv : screencast of people building application, websites, games, ect.
程序员须知
- Programmer Competency Matrix : article for knowing what our level as a programmer is.
- GitHub.com Build software better, together : Place to showcase your project and collaborate with others. (Must know Git in order to use it effectively)
- Gitlab offers free unlimited (private) repositories and unlimited collaborators.
编程比赛
- WakaTime : leaderboards of coding metrics collected via editor plugins
- HackerRank
- Codeforces
- topcoder
- UVa Online Judge : hundreds of problems supporting multiple languages.
- HackerEarth – Programming challenges and Developer jobs
- CodeChef
- PKU ACM ICPC Practice problems
- Archived Problems – Project Euler
- Google Code Jam Practice and : past contest problems for practice
- Sphere Online Judge (SPOJ)
- Art of Problem Solving
- Riddles.io AI Games : Compete with your bot and dominate the leaderboards!
- Codingame : Learn coding through games and challenges!
- Codewars : Rank up by completing code kata
- Codefights : Test your coding skills
计算机图书
- IT eBooks – Free Download – Big Library : website for downloading ebooks without any advertisement and instant downloads.
- github.com/vhf/free-programming-books : More than 500 free ebooks on almost any language you can think of
- Computer Science Books Online : about 150 computer free ebooks
- Best books for GATE CSE
- cses.fi/book.html
- Become a Programmer, Motherfucker (list of books) : Exhaustive list of books from Zed A. Shaw.
视频教程
- Tushar Roy : Algorithm and Data structure tutorial by an Indian Youtuber.
- Derek Banas : good quality tutorials
- thenewboston : good but with too much talk as compared to actual content
- mycodeschool : Data structures and algorithms tutorials
- CodingMadeEasy : C++ tutorials
- XDA-University – Helping You Learn Android Development
- DevTips : web dev tutorials
- codedamn : front end web dev tutorials
- Design and Analysis of Algorithms
- Vim Tutorial Videos – Flarfnoogins : good video tutorial for learning vim
- CS1: Higher Computing – Richard Buckland UNSW : a very good introductory CS course
- Kathryn Hodge : Has good videos for beginners
在线编译
- CodePad : Code editor to try, test and run 25+ languages
- JSFiddle : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor
- Ideone.com : online compiler and debugging tool for more than 60 programming languages
- Pastebin.com
- Godbolt.org: Excellent tool for exploring the assembly output of different compilers with and without optimization.
一些不错的博客
- Coding Horror : one the best coding blog
- WildMl : A blog for machine learning.
- Armin Ronacher’s Thoughts and Writings : blog on Python and open source
- Eli Bendersky : everything from Python to LLVM
- Joel on Software
- Stephen Haunts { Coding in the Trenches }
- Programming in the 21st Century
- Clean Coder Blog : blog of author of book “Clean Code”
- Programming Blog : programming blog of Yegor Bugayenko
- CodeAhoy : Blog on software and human factors. 100% Tested on Humans.
- stevehanov.ca
- Geek Land
- Late Developer
- IT Enthusiast
- blog.might.net
- CSE Blog – quant, math, computer science puzzles
- Small Programming Challenges and Puzzles
- My Tech Interviews
- HackerEarth Blog
- Algo-Geeks
- CoderGears Blog Insights from : the CoderGears Team
- Runhe Tian Coding Practice
- Paul Graham Essays
- Dan Dreams of Coding
- Antonio081014’s Algorithms Codes
- Math ∩ Programming
- Takipi Blog : mainly focuses on Java and JVM languages
- Coding Geek – A blog about IT, programming and Java
- Daedtech.com : Stories about software
- Archives — Ask a Manager : HR related stuff
英语学习
- Quia – English
- Punctuation and Capitalization Rules
- Guide to Grammar and Writing : for those who want to improve their english language skills
- Purdue University Online Writing Lab (OWL)
- Englishclub.com/learn-english
无聊时可以看看这些
- r/ProgrammerHumor : Subreddit dedicated to exactly what it sounds like
- Vsauce : The best youtube channel
- TED : Great talks about technology, entertainment, and design
- CrashCourse : small courses on various subjects
- National Geographic : High volume of high quality content from all over the world
- Barcroft TV : Daily short documentaries about the incredible variety of people that make up the world
- ColdFusion : Past, present, and future of technology
- SmarterEveryDay : Lots of amazing scientific information about the world around us, usually captured with a high-speed camera
- SciShow : Answers to interesting questions that you’ve always wondered about
- Big Think : Expert driven, actionable, educational content, featuring experts ranging from Bill Clinton to Bill Nye
- Every Frame a Painting : High quality analysis of films and filmmaking
- TestTube News : Interesting information about news from around the world
- Reddit the front page of the internet : Where free time goes to die
九、双语字幕播放器
射手播放器最大的特色是可以自动下载字幕、开源、小巧。
射手播放器是由射手网(http://shooter.cn/)创建与维护的开源播放器项目。内核基于MPC、MPC-HC与ffmpeg。采用最新DirectX硬件加速技术,特有画面增益,清晰播放720p、1080p高清。是真正属于中文用户的开源播放器。
- H.264、x264、Divx、Xvid、RMVB、PMP、BIK、SCM ... 所有影音格式全能解码。
- 全面支持硬件高清加速:DXVA、DXVA2、EVR和CUDA
- 智能化网络字幕匹配:抛弃浏览器,也不必再收集。只要一人播放过且同意共享,全球华人都可在启动播放的同时下载到恰好匹配影片的字幕。
- 双字幕显示,同时显示中英双语,共同学习提高。
- 被分割为多段的视频,可以直接使用未分割的字幕来播放。
很可惜射手网被和谐了:( 但射手影音还是可以用。
image image
网友评论