设置价格格式 <#setting number_format = "currency" /> <#assign price = 42 /> ${price}- ${price?string}-- ${price?string.number} ${price?string.currency} ${pr ...
分类:
其他好文 时间:
2016-12-08 18:06:24
阅读次数:
221
Atitit 数据存储的数据表连接attilax总结 1.1. 三种物理连接运算符:嵌套循环连接、合并连接以及哈希连接1 1.2. a、嵌套循环连接(nested loops join)1 1.3. b、合并连接(merge join)3 1.4. c、哈希连接(hash join) 4 1.5. ...
分类:
其他好文 时间:
2016-12-07 23:13:14
阅读次数:
369
ssh项目启动报错: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect 一开始以为是数据库连接的事,后来发现是hibernate在实体对 ...
分类:
其他好文 时间:
2016-12-07 20:46:20
阅读次数:
148
前言 此源码其实是在4月中旬就看了,而且当初也写了一份word文档,但不打算直接把word发上来。还是跟着以前的笔记、跟踪代码边看边写吧。 其实当初看源码的理由很简单,1、才进新公司,比较有空闲。2、面试老是问spring的问题,我理论又不好,所以想看下。 但现在,我重新看的目的其实不在于其实现原理... ...
分类:
编程语言 时间:
2016-12-04 07:53:06
阅读次数:
1587
一、部分标签无法使用 原因:没有util导入命名空间 解决方法:在bean配置文件头部引用命名空间 类似的导入context命名空间 二、nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The ma ...
分类:
编程语言 时间:
2016-12-02 11:53:41
阅读次数:
219
maven install 报错 org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lan ...
分类:
编程语言 时间:
2016-12-02 11:36:38
阅读次数:
1018
嵌套Fragment的使用及常见错误 嵌套Fragments (Nested Fragments), 是在Fragment内部又添加Fragment. 使用时, 主要要依靠宿主Fragment的 getChildFragmentManager() 来获取FragmentManger. 虽然看起来和在 ...
分类:
移动开发 时间:
2016-11-30 17:10:12
阅读次数:
256
以下内容均来自MDN,仅作为笔记参考使用: https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals Nested statements are a specific subset of at-rule, ...
分类:
Web程序 时间:
2016-11-30 14:49:15
阅读次数:
334
非常精巧地使用stack。push all the nestedList into the stack from back to front,so when we pop the stack, it returns the very first element 执行hasNext()的时候,如果pe ...
分类:
其他好文 时间:
2016-11-24 09:19:40
阅读次数:
202
转自:http://blog.sina.com.cn/s/blog_6988593e0101e6i4.html 程序没有任何配置文件,那么它对外是全封闭的,一旦程序需要修改一些参数必须要修改程序代码本身并重新编译,为了让程序出厂后还能根据需要进行必要的配置,所以要用配置文件;配置文件有很多种,如IN ...
分类:
其他好文 时间:
2016-11-23 12:44:10
阅读次数:
242