2016年11月3日

摘要: 1、myEclipse 2016 主要是新推出的软件产品,还不稳定,目前市场上一般是用注册机9,或者10来进行破解 2、最好使用9.x或者10.x 的注册机,里面最好有能够替换plugins的功能 3、如果出现了五天之内破解,可以重设序列号,在10.x或者9.x有此功能 阅读全文
posted @ 2016-11-03 08:23 知其一叶 阅读(224) 评论(0) 推荐(0) 编辑

2016年11月2日

摘要: 1、基础表: 班级表: class_id,class_name,class_loc 学生表: student_id,student_name,student_birthday,class_id 2、创建基本视图: create or replace view view_c_s as select c 阅读全文
posted @ 2016-11-02 14:29 知其一叶 阅读(131) 评论(0) 推荐(0) 编辑

2016年10月19日

摘要: 要通过返回的json来显示部门的名称dname Emp 表中的deptno通过Dept dept 如何显示部门名称 field : 'dname', title : '部门名称', width : 100, sortable : true, formatter:function(value,row, 阅读全文
posted @ 2016-10-19 01:14 知其一叶 阅读(154) 评论(0) 推荐(0) 编辑

2016年10月18日

摘要: 端口被占用的问题: 最简单的方法就是在在Tomcat 7 的bin 下找到shutdown.bat 文件,然后双击即可, 就不会长生占用端口的问题,当然只是针对我在MyEcplise 2016 CI 遇到的这种情况 阅读全文
posted @ 2016-10-18 23:43 知其一叶 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 首先明确一点:git:需要注册一个账号才能提交文件到gitHub 1、首先,在gitHub 上创建一个组织 2、其次,在组织下创建一个库或者说是工程 3、再次:查询分支并复制路径 MyEcplise:创建一个工程(注意和gitHub下的工程名一致)(我使用的是带有git插件的Myecplise) 1 阅读全文
posted @ 2016-10-18 22:45 知其一叶 阅读(102) 评论(0) 推荐(0) 编辑

2016年10月16日

摘要: <insert id="insert" paramType="User"> <selecKey keyProperty="id" order="BEFORE" resultType="int"> select user_sequence.nextval form dual </selectKey> 阅读全文
posted @ 2016-10-16 14:45 知其一叶 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 异常代码: @Insert("insert into t_member(m_id,m_name,m_phone,m_level,m_card_no) values(#{m_id},#{m_name),#{m_phone},#{m_level},#{m_card_no})") 在使用Mybatis框架 阅读全文
posted @ 2016-10-16 12:58 知其一叶 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: springMVC数据绑定,对我们而言,能够更轻松的获取页面的数据,但是必须要注意的一点就是: Controller方法中的参数名和jsp页面里的参数名字是否一致或者按照绑定的规范来写 在Controller中@RequestParam("m_level") Integer m_level 那么在j 阅读全文
posted @ 2016-10-16 12:48 知其一叶 阅读(150) 评论(0) 推荐(0) 编辑

导航