摘要: 1、可以在enum中添加变量和方法 先来看一段代码示例: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 public enum 阅读全文
posted @ 2016-12-05 19:24 穆穆兔兔 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 可以使用filter, 也可以使用autoconfig 详细请见 http://www.openwebx.org/docs/autoconfig.html 阅读全文
posted @ 2016-12-05 17:51 穆穆兔兔 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 最近在研究Spring中的定时任务功能,最好的办法当然是使用Quartz来实现。对于一个新手来说,花了我不少时间,这里我写个笔记,给大家参考。 我使用的是Maven来管理项目,需要的Jar包我给大家贴出来。 quartz-1.8.5.jar commons-logging.jar spring-co 阅读全文
posted @ 2016-12-05 17:41 穆穆兔兔 阅读(1682) 评论(0) 推荐(0) 编辑
摘要: 1. CPC(Cost-per-click):对于广告主来说,就是每次点击(广告)的(付给网站主的)成本;对于媒体(或网站主)来说,就是用户每次点击(广告)(向广告主收取)的费用。可以用公式表示为:CPC = Cost / Click。 2. CPM(Cost Per 1000 Impression 阅读全文
posted @ 2016-12-05 16:08 穆穆兔兔 阅读(15376) 评论(0) 推荐(0) 编辑