设置标题栏背景1> 准备背景图片:
background_pix.png注:用背景图片比用颜色好处,可以让背景看起来有凹凸感.2>
drawable文件夹下放xml文件bitmap_repeat.xml 3> 定义样式文件style.xml4>
在manifest.xml中引用主题android:t...
分类:
移动开发 时间:
2014-05-09 18:10:48
阅读次数:
530
错误信息:HTTP Status 404 - There is no Action mapped
for namespace [/] and action name [updateUser!getUserByName] associated with
context path [/123shop].
分类:
其他好文 时间:
2014-05-09 18:04:52
阅读次数:
281
单纯的为DOM树添加结点。 1 #!/usr/bin/env python 2 #
Generating XML with DOM - Chapter 8 - domgensample.py 3 4 from xml.dom import
minidom, Node 5 6 doc = mini.....
分类:
编程语言 时间:
2014-05-09 17:46:01
阅读次数:
468
Log4J的配置文件(Configuration
File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1.
配置文件Log4J配置文件的基本格式如下: #配置根Loggerlog4j.rootLogg...
分类:
其他好文 时间:
2014-05-09 17:24:38
阅读次数:
436
ASP.NET连接LDAP数据库的有关信息一、封装在DAL层中的获取用户信息的函数//////按照用户Id查找用户信息/////////publicDirectoryEntry
GetUser(string username){string path = System.Configuration.....
分类:
Web程序 时间:
2014-05-09 16:53:59
阅读次数:
418
#coding:utf8import sys,osdef process(path): for f
in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:
编程语言 时间:
2014-05-09 12:41:07
阅读次数:
362
用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
1 /** 2 * Definition for binary tree 3 * public
class TreeNode { 4 * int val; 5 * TreeNode left; 6 * TreeNode right; 7 *
TreeNo...
分类:
其他好文 时间:
2014-05-09 12:16:45
阅读次数:
232
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