摘要: 真实可用图书管理系统,eclipse+jdk1.6+mysql+jsp常规技术实现图书管理系统,毕业设计阻击手,需要的咨询QQ:332115585 阅读全文
posted @ 2020-04-28 15:58 方坚.cn 阅读(285) 评论(0) 推荐(0) 编辑
摘要: XX项目采用前后端分离技术,前端采用目前最主流的vue框架,后端采用springboot+springcloud搭建分布式微服务 springcloud主要使用组建和功能如下: eureka:注册中心(非常好) zuul:网关(非常好) sleuth:服务链路(不太好用) springboot—se 阅读全文
posted @ 2018-10-08 16:33 方坚.cn 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1、pom文件 2、配置文件 application.properties application.yml 3、启动类 阅读全文
posted @ 2018-06-26 15:35 方坚.cn 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 已经有1年没有使用hibernate了,公司已经基本转到mybatis,一直很怀念当年hibernate通用泛型Dao的方式,只需要写好sql设置好返回的object,现在感觉mybatis这方面我还是太弱小。先定义个接口package com.fangj.core.platform.common;... 阅读全文
posted @ 2014-07-02 15:12 方坚.cn 阅读(437) 评论(2) 推荐(0) 编辑
摘要: 以上是工程文件,下面开始测试package test.testservice;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autow... 阅读全文
posted @ 2014-07-02 14:56 方坚.cn 阅读(969) 评论(0) 推荐(0) 编辑
摘要: service接口package com.fangjian.core.platform.service;import com.fangjian.core.platform.po.User;public interface UserService { void saveUser(User use... 阅读全文
posted @ 2014-07-02 14:51 方坚.cn 阅读(886) 评论(0) 推荐(0) 编辑
摘要: jdbc.properties#hibernate settings hibernate.show_sql=truehibernate.format_sql=truehibernate.cache.use_query_cache=truehibernate.cache.provider_class=... 阅读全文
posted @ 2014-07-02 14:47 方坚.cn 阅读(960) 评论(0) 推荐(0) 编辑
摘要: json_test login.jsp contextConfigLocation classpath:com/config/spring/spring-*.xml org.springframework.web.conte... 阅读全文
posted @ 2014-07-02 14:44 方坚.cn 阅读(4752) 评论(2) 推荐(2) 编辑
摘要: IE8下测试通过,测试告诉我在火狐浏览器中出现问题,打断点发现问题1、不进入springmvc解决办法是:;jsessionid= //上传处理程序url 'uploader' : '${path}/bpmAttachController/fileUpload.do;jsessionid=2、进入s... 阅读全文
posted @ 2014-06-30 16:48 方坚.cn 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: 1、使用datagrid实现列表table,注意参数singleSelect:true,2、formatter ID的显示 frozenColumns:[[{ field:'id', hidden:false, formatte... 阅读全文
posted @ 2014-06-30 16:35 方坚.cn 阅读(2616) 评论(0) 推荐(0) 编辑