流世幻羽

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年9月19日

摘要: //淘宝 http://open.taobao.com/doc2/apiList.htm //腾讯 http://wiki.open.qq.com/wiki/API%E6%96%87%E6%A1%A3 //新浪 http://open.weibo.com/wiki/API%E6%96%87%E6%A1%A3_V2 阅读全文
posted @ 2017-09-19 14:32 流世幻羽 阅读(174) 评论(0) 推荐(0) 编辑

2017年9月18日

摘要: 测试类: 阅读全文
posted @ 2017-09-18 19:29 流世幻羽 阅读(352) 评论(0) 推荐(0) 编辑

2017年8月27日

摘要: 部署一个java项目到eclipse中 阅读全文
posted @ 2017-08-27 20:18 流世幻羽 阅读(129) 评论(0) 推荐(0) 编辑

2017年8月22日

摘要: package com.szmsd.action.interfaces; import org.junit.runner.RunWith; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRu... 阅读全文
posted @ 2017-08-22 10:40 流世幻羽 阅读(439) 评论(0) 推荐(0) 编辑

2017年8月5日

摘要: package com.itheima.other; import org.junit.Test; public class WrapperTest { @Test public void fun01(){ Qq qq = new Qq(); // qq.run(); // qq.stop(); Car car = new WraperCar(qq); c... 阅读全文
posted @ 2017-08-05 16:08 流世幻羽 阅读(255) 评论(0) 推荐(0) 编辑

2017年7月3日

摘要: //需要的jar包是jsoup-1.10.3.jar //将下面的运行即可 public class JsoupDemo2 { public static void main(String[] args) throws IOException { String baseURL = "http:"; Set imgs = new Hash... 阅读全文
posted @ 2017-07-03 13:28 流世幻羽 阅读(428) 评论(0) 推荐(0) 编辑

2017年6月30日

摘要: Excel数据导出 技术:Apache POI 是用Java编写的免费开源的跨平台的 Java API,Apache POI提供API给Java程式对Microsoft Office格式档案读和写的功能。POI为“Poor Obfuscation Implementation”的首字母缩写,意为“可 阅读全文
posted @ 2017-06-30 11:37 流世幻羽 阅读(11626) 评论(0) 推荐(0) 编辑

2017年6月28日

摘要: 销售趋势分析曲线图 1.思路 :dao -service -web -前端 2.技术:HighCharts 1.dao 2.service 3.web层 4.1前端 report_trend.js 4.2html 阅读全文
posted @ 2017-06-28 22:35 流世幻羽 阅读(4078) 评论(0) 推荐(0) 编辑

摘要: 销售统计,画出饼状图(动态) 技术: Hightchart (前端) 思路:1.关联查询几张表获取数据 2.dao层将sql语句转成hql语句 3.service层 4Action 5.前端 注意配置文件 1.关联查询几张表获取数据 2.dao层将sql语句转成hql语 3.service层 4Ac 阅读全文
posted @ 2017-06-28 22:18 流世幻羽 阅读(922) 评论(0) 推荐(0) 编辑

摘要: Quartz是OpenSymphony开源组织在Job scheduling领域又一个开源项目 思路:1.依赖 2.任务 3.配置文件 4.测试 1.依赖 2.任务类 3.配置文件 阅读全文
posted @ 2017-06-28 20:59 流世幻羽 阅读(672) 评论(0) 推荐(1) 编辑