Problem 2253 Salty Fish Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : 32768 KB Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : ...
分类:
其他好文 时间:
2017-07-16 23:33:11
阅读次数:
295
Problem 2253 Salty Fish Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : 32768 KB Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : ...
分类:
其他好文 时间:
2017-07-16 16:41:28
阅读次数:
154
fish []f=new fish[3]; f[0]= new fish(); f[1]=new fish(); f[2]=new fish(); f[0].age=2; f[0].name="娃娃鱼"; f[0].type="feiy"; f[1].age=2; f[1].name="娃娃鱼"; ...
分类:
其他好文 时间:
2017-07-12 20:09:00
阅读次数:
137
abstract class Animal{ abstract void eat(); } class Cat extends Animal{ void eat(){ System.out.println("eat fish"); } void catchMouse(){ System.out.pr ...
分类:
其他好文 时间:
2017-07-10 22:07:36
阅读次数:
144
// 保持了诸位的顺序,只是将谓语动词的助动词提到前面 Never have i seen such a big fish Hardly did he know tha the police were after him Nowhere could i find him Little did he ...
分类:
其他好文 时间:
2017-07-05 11:38:37
阅读次数:
283
1.一般疑问句的强调,强调疑问部分 It was he that/who gave you that fish Was it he that/who gave you fish? //只是将be提前 2.特殊疑问句的强调(特殊疑问词放在句首)强调疑问词 When and where were you ...
分类:
其他好文 时间:
2017-07-03 23:53:14
阅读次数:
243
1. 助动词+动词原形 do/did/does 对谓语动词的一种强调 He does love me // He didn't steal his purse/wallet 2.最常用的强调句式 He gave me that fish It was(时态和gave一致) he(被强调的部分) th ...
分类:
其他好文 时间:
2017-07-03 01:08:56
阅读次数:
201
package com.fish.study.instance; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; imp... ...
分类:
其他好文 时间:
2017-07-01 13:41:07
阅读次数:
129
四、用通配符过滤数据 1、LIKE模糊搜索 2、%0个1个多个字符 SELECT * FROM products WHERE prod_name LIKE 'Fish%' 区分大小写,任意位置,任意次数使用 SELECT * FROM products WHERE prod_name LIKE '% ...
分类:
数据库 时间:
2017-06-07 20:52:49
阅读次数:
177
转载请注明出处:http://blog.csdn.net/ns_code/article/details/27372033题目描写叙述:JOBDU近期来了一个新员工Fish,每天早晨总是会拿着一本英文杂志,写些句子在本子上。同事Cat对Fish写的内容颇感兴趣,有一天他向Fish借来翻看。但却读不懂 ...
分类:
其他好文 时间:
2017-05-28 22:27:58
阅读次数:
204