miwaiwai

导航

2022年7月3日 #

名词

摘要: 名词 1.名词短语 2.代词 3.数词 4.不定式 5.动名词 6.句子 4,5,6做主语: 1.当做是单数 2.可能造成头重脚轻,用it做形式主语/宾语 阅读全文

posted @ 2022-07-03 17:20 米歪歪 阅读(36) 评论(0) 推荐(0)

名词构成

摘要: 名词的构成: 限定词 修饰词 主题词 限定词构成 冠词a,an,the 2.形容词物主代词.my,his 3.名词所有格one`s tom`s 4.指示代词this,that 5.不定代词some,every,another 6基数词one,two 7.一问代词what,which 阅读全文

posted @ 2022-07-03 16:30 米歪歪 阅读(151) 评论(0) 推荐(0)

不定代词

摘要: 第一组 第二组 some both any either every neither each all no none 第二组 第三组 many llittle much a little more few most a few 第四组 other others another the other 阅读全文

posted @ 2022-07-03 10:52 米歪歪 阅读(133) 评论(0) 推荐(0)

指示代词

摘要: this these that those 阅读全文

posted @ 2022-07-03 10:29 米歪歪 阅读(13) 评论(0) 推荐(0)

人称代词

摘要: 主格 宾格 形物代 名物代 反身代 I me my mine myself You you your yours yourself He him his his himself she her her hers herself It it its its itsself We us our ours 阅读全文

posted @ 2022-07-03 10:25 米歪歪 阅读(275) 评论(0) 推荐(0)

英语单词的可数与不可数

摘要: 从2个角度来判断:1.从这个词的出生是否可数,可以数就是可数名词 2.从这个词出生 最终是否形态发生变化,一直不变化,就是不可数,如果有变化就是可数 阅读全文

posted @ 2022-07-03 08:09 米歪歪 阅读(498) 评论(0) 推荐(0)

2022年7月2日 #

Spring学习(动力节点)

摘要: 非Spring接管下的三层项目构建: 实体类: com.bjpowernode.pojo Users 数据访问层 com.bjpowernode.dao UserMapper.java(接口) UserMapperImpl.java(实现类) 业务逻辑层 com.bjpowernode.servic 阅读全文

posted @ 2022-07-02 18:09 米歪歪 阅读(29) 评论(0) 推荐(0)

2022年6月29日 #

Spring学习(黑)

摘要: 1.spring程序开发步骤 1.导入spring开发的基j本包坐标 spring-context 2.编写Dao接口和实现类 创建bean 3.创建spring核心配置文件 applicationContext.xml 4.在Spring配置文件中配置UserDaoImpl 5.使用spring的 阅读全文

posted @ 2022-06-29 20:45 米歪歪 阅读(63) 评论(0) 推荐(0)

2022年6月27日 #

添加jason报错是由于版本问题

摘要: jar包jackson-databind和jackson-core,版本号是2.9.9.3版本,这个版本不会报这个错误 错误: Failed to instantiate [org.springframework.web.servlet.mvc.method.annotation.RequestMa 阅读全文

posted @ 2022-06-27 14:51 米歪歪 阅读(42) 评论(0) 推荐(0)

2022年6月25日 #

在spring中增加属性编辑器

摘要: 配置文件spring.xml <!-- 注册属性编辑器 --> <bean class="org.springframework.beans.factory.config.CustomEditorConfigurer"> <property name="customEditors"> <map> < 阅读全文

posted @ 2022-06-25 09:49 米歪歪 阅读(34) 评论(0) 推荐(0)