一.需求.我们公司要对自己的各个网站进行数据采集,想了解一个用户在我们网站的整个浏览轨迹,但是我们每个二级域名都对应自己的项目,也就是说对应自己的jsessionid,我们无法把这些数据关联起来,所以想到让所有的二级域名都公用一个jsessionid,这样用户的整个浏览数据我们..
分类:
Web程序 时间:
2014-08-08 16:33:38
阅读次数:
305
聚合 和 分组聚合:PlayMorphia 给开发者提供了基于models的组合和分组的友好接口设想你定义了一个model,class Sales: @Entity public class Sales extends Model {
public String employeeId;
public String department;
public String regi...
分类:
其他好文 时间:
2014-08-08 16:05:46
阅读次数:
195
通常定义Controller时一般都定义成public:package net.mingyang.modules.system;@Controller@RequestMapping("/control/system/config")public class ConfigController{ ...
分类:
Web程序 时间:
2014-08-08 12:06:15
阅读次数:
268
org.hibernate.AnnotationException: No identifier specified for entity: net.mingyang.modules.system.ConfigGroup org.hibernate.cfg.InheritanceState.d...
分类:
Web程序 时间:
2014-08-08 09:28:35
阅读次数:
238
.PHONY:allall:cleanmodulesinstall.PHONY:modulesmodules: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)modules.PHONY:cleanclean: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)clean.PHONY:installinstall: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)INSTALL_MOD_DIR=$(RTKDIR)modules_install可..
分类:
其他好文 时间:
2014-08-07 19:22:51
阅读次数:
808
Hello all, In this tutorial we are going to configure JAAS for jboss 7.1 and mysql for Form based authentication to be used in a web application. . We...
分类:
数据库 时间:
2014-08-07 18:53:50
阅读次数:
386
In this article we will discuss how can we load jars residing over NFS in JBoss AS-7 classpath. In some development environment, when there are multip...
分类:
其他好文 时间:
2014-08-07 12:50:10
阅读次数:
323
当我们创建一个module的时候,对应的path alias就已经创建。比如我们定义了一个module: www12345'modules'=>array('www'=>array('class'=>'applications.modules.www.WwwModule',),),打印:echo Y...
分类:
其他好文 时间:
2014-08-06 10:25:21
阅读次数:
251
本文出自blog.csdn.net/svitter
jade是什么?
模板引擎
如何在Ubuntu下使用?
github上给的答案是 使用
npm install jade 来安装使用。
但是在ubuntu下没有办法直接在命令行使用jade。
你需要找到~/node_modules/jade/bin下的jade.js
如果使用deb安装的node,那么node在命令...
分类:
系统相关 时间:
2014-08-05 22:38:32
阅读次数:
269
第一步:查看当前的配送方式是否支持货到付款 ECSHOP支持货到付款的配送方式不是很多 ? 例如: 想让顺丰快递能支持 货到付款. 在ecshop 程序的主目录下:? 找到 includes/modules/shipping/sf_express.php? 这个...
分类:
其他好文 时间:
2014-08-05 19:41:10
阅读次数:
261