【Swift初步】1、第一个swift程序。 You don’t need to import
a separate library for functionality like input/output or string handling. Code
written at global s...
分类:
其他好文 时间:
2014-06-16 08:30:56
阅读次数:
204
JSTL (jsp standard tag library) 标准标记库JSTL 安装,
注意你的每一个项目都需要一个 JSTL副本, 并把它放在WEB-INF/lib 目录下, 在 Tomcat 5 中,
随Tomcat发布的示例应用中已经安装了JSTL, 所以你只需copy 一份到你自己应用的...
分类:
Web程序 时间:
2014-06-16 07:16:31
阅读次数:
194
1.Tuples(元组)
元组是多个值组合而成的复合值。元组中的值可以是任意类型,而且每一个元素的类型可以是不同的。
1>定义:使用()包含所有元素,用逗号分开,也可以对每个元素做命名let http404Error = (404, "Not Found")let
http200Status =.....
分类:
其他好文 时间:
2014-06-16 00:14:17
阅读次数:
360
解决方案:将c3p0.jar包换成c3p0-0.9.0.2.jar,c3p0这个包应该有bug引用如下:com.mchange.v2.log.MLogDetermines
which library c3p0 will output log messages to. By default, if l...
分类:
其他好文 时间:
2014-06-12 19:17:23
阅读次数:
419
log4j配置文件不生效,log4j:WARN No appenders could be
found for logger
分类:
移动开发 时间:
2014-06-12 16:37:34
阅读次数:
211
Set theTIdHTTP.HandleRedirectsproperty to True.
It is False by default.function FetchUrl(const url: string): string; var idhttp
: TIdHTTP; begin id...
分类:
其他好文 时间:
2014-06-12 14:53:09
阅读次数:
286
tablib简介-----------Tablib is a format-agnostic
tabular dataset library, written in Python.Tablib
是一个格式未知的表格操作库,使用python编写,目前(2014-06-11)支持如下格式:Excel 、...
分类:
其他好文 时间:
2014-06-12 09:08:53
阅读次数:
190