db=# \help可用的说明: ABORT ALTER AGGREGATE ALTER
COLLATION ALTER CONVERSION ALTER DATABASE ALTER DEFAULT PRIVILEGES ALTER DOMAIN
ALTER EVENT TRIGGER ALTER...
分类:
数据库 时间:
2014-05-20 01:05:36
阅读次数:
459
FreeMarker的插值有如下两种类型:1,通用插值${expr};2,数字格式化插值:#{expr}或#{expr;format}${book.name?if_exists
} //用于判断如果存在,就输出这个值${book.name?default(‘xxx’)}//默认值xxx${book....
分类:
其他好文 时间:
2014-05-19 11:48:14
阅读次数:
346
遇到的问题:当点击上面的logs时,会出现下面问题:这个解决方案为:By default,
Hadoop stores the logs of each container in the node where that container was
hosted. While this is irre...
分类:
其他好文 时间:
2014-05-19 10:33:13
阅读次数:
369
-------------------------------source---------------------------------#include
#include #include #include #include /* 函数声明 */void tty_write_message1(s...
分类:
系统相关 时间:
2014-05-19 10:30:33
阅读次数:
468
setColumnView是可以用,setRowView还是没效果是这样的来个更诡异的Java代码 收藏代码import java.io.*; import
jxl.*; import jxl.write.*; public class JxlTest { public static void .....
分类:
其他好文 时间:
2014-05-19 10:24:28
阅读次数:
167
Do you know how to write the for-loop
efficiently? Read this to get it. :)
分类:
编程语言 时间:
2014-05-18 19:24:37
阅读次数:
382
jvm性能优化及内存分区2012-09-17 15:51:37分类:JavaSome of the
default values for Sun JVMs are listed below.JDK 1.3.1_06 Initial Size Maximum
SizeClient JVM 1MB 32...
分类:
其他好文 时间:
2014-05-18 02:46:12
阅读次数:
311
1.同时使用out和response的输出字符流给页面输出数据。");
response.getWriter().write("lucy");%>输出结果是lucy
jack。因为以上两个都是字符流且带有自己的缓冲区,因此JSPWriiter的缓冲区数据在JSP执行完毕之后才将数据刷新给Respon...
分类:
其他好文 时间:
2014-05-18 00:42:04
阅读次数:
269
5.使用spring注解注入service,DAOaction:@ParentPackage(value =
"struts-default")@Namespace("/")@Controller@Scope("prototype")public class
BookAction extends A...
分类:
其他好文 时间:
2014-05-17 20:52:45
阅读次数:
218
使用高德地图API需要申请一个开发者ID号以及我所用的相关资源:
http://pan.baidu.com/disk/home?fr=ibaidu
该文件夹中有一个官方文档,AMap_IOS_API_Guid,提供了使用方法供开发者参阅。