`
hnmaque
  • 浏览: 17363 次
  • 性别: Icon_minigender_1
  • 来自: 湖南
社区版块
存档分类
最新评论
文章列表

S2SI

    博客分类:
  • j2ee
简单的struts2+spring+ibatis 实现增删改查。
edittext 默认隐藏软键盘 方法一:   在 edittext 最外层的布局加入下面两句:         android:focusable="true"        android:focusableInTouchMode="true"   代码如下:  <LinearLayout        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android: ...
1.开发结构包: 在2.1之前的版本中,只有一个drawable,而2.1版本中有drawable-mdpi、drawable-ldpi、drawable-hdpi三个,这三个主要是为了支持多分辨率。   drawable- hdpi、drawable- mdpi、drawable-ldpi的区别:   (1)drawable-hdpi里面存放高分辨率的图片,如WVGA (480x800),FWVGA (480x854)   (2)drawable-mdpi里面存放中等分辨率的图片,如HVGA (320x480)   (3)drawable-ldpi里面存放低分辨率的图片,如QVG ...
下文转自:http://apps.hi.baidu.com/share/detail/30528115 设置注释模板的入口: Window->Preference->Java->Code Style->Code Template 然后展开Comments节点就是所有需设置注释的元素啦。现就每一个元素逐一介绍: 文件(Files)注释标签: /* ...
超简单的 Web 爬虫程序,不过可以在他基础之上改造一下,写出强大点的爬虫!         谢谢提供程序的 blog 友!       //一直在使用和写PHP spider的爬虫程序。如果用JAVA写的话前台可以加入spider 页面 但是jaxa部分要删去,因PHP不是多线程。下面是网上转载的一个JAVA爬虫小例。很好的学习资料。 /** * @author Jack.Wang * */ import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; import java. ...
1.用系统管理员登陆,我这里用户名是system,密码是manager 2.首先建立表空间(tablespaces),点击file->new->sql window    create tablespace MOF_TEMP //name    datafile 'D:\oracle\product\10.2.0\oradata\orcl\MOF_TEMP.dbf' size 500M        //---/oracle/oradata/orcl/portal01.dbf    autoextend on next 100M maxsize unlimited logging   ...
1、web.xml 一般来说,使用Tapestry需要在Tapestry中添加2项内容 A、    <context-param>         <!-- The only significant configuration for Tapestry 5, this informs Tapestry of where to look for pages, components and mixins. -->         <param-name>tapestry.app-package</param-name>         <para ...

jsp中JSTL应用

    博客分类:
  • j2ee
截取字的长度 [/align][align=left] <td height="25" align="center"> <c:choose> <c:when test="${fn:length(list.departName)>10}"> <font title="${list.departName }"><c:out value="${fn:substring(list.departNam ...
ation  package cn.com.webapp.action; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; impor ...
web中 <?xml version="1.0" encoding="UTF-8" ?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun ...

s2pshixian

    博客分类:
  • j2ee
action zhong public class NewTypeAction extends ActionSupport implements RequestAware, SessionAware { /** * <p> * Title:xx * </p> * <p> * Description: * </p> * <p> * Copyright: Copyright (c) 2009 * </p> * <p> * Company * </p> ...

s2p

    博客分类:
  • j2ee
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.spring ...

初级 ssh jar包

    博客分类:
  • j2ee
jar包图片格式
1. denglu.jsp  中的 <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/& ...
1。web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http ...
Global site tag (gtag.js) - Google Analytics