上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 56 下一页
摘要: OneToMany public class OneToMany { @Test public void testAdd1() { SessionFactory sessionFactory = null; Session session = null; Transaction tx = null; 阅读全文
posted @ 2020-02-10 20:38 一只桔子2233 阅读(157) 评论(0) 推荐(0)
摘要: hibernate.cfg.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" " 阅读全文
posted @ 2020-02-05 20:30 一只桔子2233 阅读(129) 评论(0) 推荐(0)
摘要: float:left方式布局 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>页面直播测试</title> </head> <body> <div id="top" style="width:100%;height:100p 阅读全文
posted @ 2020-02-05 15:02 一只桔子2233 阅读(173) 评论(0) 推荐(0)
摘要: 项目源代码 阅读全文
posted @ 2020-02-03 23:30 一只桔子2233 阅读(318) 评论(0) 推荐(0)
摘要: LoginController /** * 登陆方法 */ @ResponseBody @RequestMapping("login2") public Map<String, String> login2(UserVo userVo, Model model) { Map<String, Stri 阅读全文
posted @ 2020-02-03 23:20 一只桔子2233 阅读(1411) 评论(0) 推荐(0)
摘要: ExprotRentUtils package com.kikyo.stat.utils; import java.awt.image.BufferedImage; import java.io.ByteArrayOutputStream; import java.io.IOException; i 阅读全文
posted @ 2020-02-03 22:50 一只桔子2233 阅读(290) 评论(0) 推荐(0)
摘要: 111111111 /** * 导出客户数据 */ @RequestMapping("exportCustomer") public ResponseEntity<Object> exportCustomer(CustomerVo customerVo, HttpServletResponse re 阅读全文
posted @ 2020-02-03 20:55 一只桔子2233 阅读(241) 评论(0) 推荐(0)
摘要: TestExprot package excel; import java.io.File; import java.io.IOException; import java.text.DateFormat; import java.util.ArrayList; import java.util.D 阅读全文
posted @ 2020-02-02 14:53 一只桔子2233 阅读(149) 评论(0) 推荐(0)
摘要: ZXingCodeEncodeUtils 生成及解析二维码项目 package utils; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Graphics2D; import java.awt.image.B 阅读全文
posted @ 2020-02-01 22:39 一只桔子2233 阅读(191) 评论(0) 推荐(0)
摘要: web.xml 配置 <!-- druid的监控页面配置开始 --> <servlet> <servlet-name>StatViewServlet</servlet-name> <servlet-class>com.alibaba.druid.support.http.StatViewServle 阅读全文
posted @ 2020-01-28 21:11 一只桔子2233 阅读(393) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 56 下一页