码迷,mamicode.com
首页 >  
搜索关键字:ice    ( 9476个结果
Docker: Usage instruction
Install docker from official site, in windows. or install docker from repo as official site told, in linux.. after installation, we run by: (windows s ...
分类:其他好文   时间:2016-10-27 19:52:06    阅读次数:210
Spring AOP不拦截从对象内部调用的方法原因
拦截器的实现原理很简单,就是动态代理,实现AOP机制。当外部调用被拦截bean的拦截方法时,可以选择在拦截之前或者之后等条件执行拦截方法之外的逻辑,比如特殊权限验证,参数修正等操作。 但是最近在项目中要在一个事务中跨数据源进行操作。数据库跨源就不在这里说了,可以自行百度。 这里出现的问题就是,如果我 ...
分类:编程语言   时间:2016-10-27 15:10:18    阅读次数:196
Nginx基础知识之————RTMP模块中的中HLS专题(翻译文档)
一、在Nginx配置文件的RTMP模块中配置hls 提示错误信息: 解决办法: 查看官方RTMP源代码:nginx-rtmp-module / hls /ngx_rtmp_hls_module.c ngx_conf_merge_str_value(conf-> key_path,prev-> key ...
分类:其他好文   时间:2016-10-27 10:28:28    阅读次数:781
这个是把数据交给index.html遍历出来
public String showAllPro(){ List<Product> proList = ps.getAllPro(); ActionContext.getContext().put("proList", proList); return "data"; } INDEX.HTML <% ...
分类:Web程序   时间:2016-10-27 09:50:34    阅读次数:167
unity基本操作二
一:error1,先断网再启动点击Manual Activation点击Save License生成相应的alf文件2,联网打开https://license.unity3d.com/manual上传刚才Save的alf文件按提示NEXT下载一个ULF文件3,再次断网,按照上面不凑导入ULF二:设置... ...
分类:编程语言   时间:2016-10-27 08:06:08    阅读次数:161
正确设置Firefox下载文件文件名的方法
不同的浏览器需要特殊设置,主要是火狐比较特殊,火狐可能给文件名加上“%0d%0a"这样的编码字符(换行的意思)。不得不佩服网上的高手,这也能解决。 对于火狐的处理(标红的代码),我也是醉了,根本没看懂,但问题解决了! 【参考文献】http://www.cnblogs.com/godtrue/p/43 ...
分类:其他好文   时间:2016-10-27 07:41:34    阅读次数:264
spring Aop中aop:advisor 与 aop:aspect的区别
转载:http://blog.csdn.net/u011710466/article/details/52888277 在spring的配置中,会用到这两个标签.那么他们的区别是什么呢? <bean id="testAdvice" class="com.myspring.app.aop.MyAdvi ...
分类:编程语言   时间:2016-10-27 00:40:45    阅读次数:203
Xcode清除缓存、清理多余证书
Xcode清除缓存、清理多余证书 1、删除Xcode中多余的证书provisioning profile 手动删除: Xcode6 provisioning profile path: ~/Library/MobileDevice/Provisioning Profiles 2、清理Xcode编译项 ...
分类:其他好文   时间:2016-10-26 22:16:38    阅读次数:207
[RxJS] Multicast with a selector argument, as a sandbox
Let's explore a different use of the multicast() operator in RxJS, where you can provide a selector function as a sandbox where the shared Observable ...
分类:数据库   时间:2016-10-26 19:38:45    阅读次数:251
修改docker的默认存储位置
...
分类:其他好文   时间:2016-10-26 19:18:39    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!