1.NSOperation对于NSOperation,In OS X v10.6 and later,
operation queues ignore the value returned by this method and always start
operations on a separat...
分类:
移动开发 时间:
2014-05-09 17:36:56
阅读次数:
494
A heap is a partially sorted binary tree.
Although a heap is not completely in order, it conforms to a sorting principle:
every node has a value less ...
分类:
其他好文 时间:
2014-05-09 17:34:18
阅读次数:
339
Log4J的配置文件(Configuration
File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1.
配置文件Log4J配置文件的基本格式如下: #配置根Loggerlog4j.rootLogg...
分类:
其他好文 时间:
2014-05-09 17:24:38
阅读次数:
436
///设置cookiefunction setCookie(NameOfCookie, value,
expiredays) { var ExpireDate = new
Date(); ExpireDate.setTime(ExpireDate.getTime() + (expiredays *....
分类:
Web程序 时间:
2014-05-09 16:38:32
阅读次数:
332
微软官方的文档是说,Value这个Objec 来推断是什么SqlDbType。设为0
就给推断出Null了,所以先把它装箱为Object.Convert.ToInt32皆可
分类:
数据库 时间:
2014-05-09 16:37:59
阅读次数:
296
用Eclipse直接创建的webservice客户端,调用webservice出现异常:Caused
by: org.xml.sax.SAXException: Bad envelope tag: definitionsat
org.apache.axis.message.EnvelopeBuild...
分类:
Web程序 时间:
2014-05-09 12:20:40
阅读次数:
1171
AnyGantt是完全跨浏览器和跨平台的。它可用于ASP.NET,ASP,PHP,JSP,ColdFusion,Ruby
on
Rails,简单的HTML页和PowerPoint演示文稿。AnyGantt控件使用XML作为通用数据接口,所以你可以从任何仓库显示数据:从文本文件,Excel,CSV格式...
分类:
其他好文 时间:
2014-05-09 12:13:21
阅读次数:
477
今天学习了单表查询和多表查询,编写代码过程中,调试时出现了一个500错误,错误原因是在createQuery时,字段与Student类中的字段不一样,比如说我在数据库的是StuID,而我们需要的字段是stuId.还有当我们删除了Student类时对应的配置Student.hbm.xml中的信息也要删...
分类:
其他好文 时间:
2014-05-09 12:08:03
阅读次数:
493
配置通过数据库认证用户登录打开webapp\WEB-INF目录下的deployerConfigContext.xml,替换 为
com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/db_name root 使用j...
分类:
数据库 时间:
2014-05-09 11:31:43
阅读次数:
477
其中name为"movie"的param标签的value和embed标签的src定义了嵌入内容为Flvplayer.swf的movie。
分类:
Web程序 时间:
2014-05-09 11:24:23
阅读次数:
446