摘要:http://blog.csdn.net/leixiaohua1020/article/details/43936415/http://www.tuicool.com/articles/ERVVRzm 试下来 pc端 chrome浏览器只能放r...
阅读全文
摘要:基础知识:http://www.cnblogs.com/best/archive/2016/09/12/5695570.html第三方websocket:http://goeasy.io/以maven方式接入,值得注意的是,之前配置镜像时mirror of 配成了*导...
阅读全文
摘要:下载intellj idea 16破解:windows:http://blog.csdn.net/rickyit/article/details/51790069linux:http://blog.csdn.net/lzh984294471/article/detai...
阅读全文
摘要:拦截器public class CrmTokenInterceptor extends AbstractInterceptor{ private static final long serialVersionUID = -6027604464670201140L...
阅读全文
摘要:http://www.cnblogs.com/flying607/p/4652010.html转:http://hi.baidu.com/iduany/item/20f8f8ed24e1dec5bbf37df7 近日测试用例,发现这样一个现象:在业务代码中,有如下两...
阅读全文
摘要:spring 配置 aop <aop:config> <aop:aspect id="asp1" ref="monitorApi"> <!-- 配置一个切入点,相当于@Pointcut --> <aop:pointcut expression="execution(* com.xxx.xxx.imp
阅读全文
摘要:http://www.mamicode.com/info-detail-503994.html CentOS7的yum源中默认好像是没有mysql的。为了解决这个问题,我们要先下载mysql的repo源。 1. 下载mysql的repo源 2. 安装mysql-community-release-e
阅读全文
摘要:1. 安装git,yum install git (也安装下vim,yum install vim)如果自行定制版本,则点击打开链接2. 安装java下载jdk:点击打开链接安装:点击打开链接3. 安装maven安装:点击打开链接镜像:点击打开链接4. 部署tom...
阅读全文
摘要:http://www.cnblogs.com/fuyuanming/p/5804695.htmlyum install git1.安装编译git时需要的包# yum install curl-devel expat-devel gettext-devel openss...
阅读全文
摘要:http://www.cnblogs.com/linjiqin/archive/2011/10/28/2227454.html今天结合Java的Annotation和Struts2进行注解拦截器权限控制。功能需求:添加、查找、删除三个功能,添加、查找功能需进行权限拦截...
阅读全文
摘要:http://www.cnblogs.com/leftice/p/3820306.html在angular的controller中有时候会使用到自定义的回调,比如异步请求的回调函数一般返回之后都需要更新页面的数据,即更新$scope.xx 但是如果直接 $scope....
阅读全文
摘要:http://www.cnblogs.com/pigtail/archive/2013/02/16/2913195.htmllog4j.rootCategory=INFO, stdout , R log4j.appender.stdout=org.apach...
阅读全文
摘要:http://blog.csdn.net/taoli1986/article/details/52816681比如我有个项目是AAA,用eclipse发到tomcat上,路径应该是xxx.com/AAA,但是到了使用了IDEA,那么访问xxx.com/AAA就会报40...
阅读全文