"> My JSP '001.jsp' starting page --> "); out.println(""); out.println("姓名"); out.print... ...
分类:
Web程序 时间:
2017-04-05 13:54:26
阅读次数:
202
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%><%@ page import="java.sql.*" %><%@ page import="com.mysql.jdbc.*" %> <jsp:useBean ...
分类:
数据库 时间:
2017-04-05 12:57:44
阅读次数:
250
一、关闭数据库和资源 1、节点1 [root@node1 bin]# pwd /u01/app/11.2.0/grid/bin [root@node1 bin]# ./crsctl stop crs CRS-2791: Starting shutdown of Oracle High Availab... ...
分类:
其他好文 时间:
2017-04-03 12:50:05
阅读次数:
256
运行一个index.jsp,运行提示如下错误:点击服务器 解决办法1: 点击Tomcat服务器,将服务器里的web工程删除掉,再重新运行index.jsp。 解决办法2: 关闭Tomcat,最简单的方法是:到你的tomcat目录,例如:F:\apache-tomcat-6.0.29\bin, 双击: ...
分类:
其他好文 时间:
2017-03-31 15:45:01
阅读次数:
7896
Description T is a complete binary tree consisting of n vertices. It means that exactly one vertex is a root, and each vertex is either a leaf (and do ...
分类:
其他好文 时间:
2017-03-29 22:32:24
阅读次数:
267
严重: Exception starting filter encodingFilterjava.lang.ClassCastException: org.springframework.web.filter.CharacterEncodingFilter cannot be cast to jav ...
分类:
编程语言 时间:
2017-03-29 20:12:07
阅读次数:
263
PYTHON修饰器的函数式编程 Hello World 下面是代码: 文件名:HELLO.PY 1 2 3 4 5 6 7 8 9 10 11 12 def hello(fn): def wrapper(): print "hello, %s" % fn.__name__ fn() print "g ...
分类:
编程语言 时间:
2017-03-27 15:21:56
阅读次数:
253
Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive intege ...
分类:
移动开发 时间:
2017-03-24 17:23:50
阅读次数:
220
1.代码没有注释 2.代码格式布局都不合理 3.整个代码运行后,界面布局不整齐 ...
分类:
其他好文 时间:
2017-03-24 16:46:09
阅读次数:
100
Given a binary tree, find the maximum path sum. For this problem, a path is defined as any sequence of nodes from some starting node to any node in th ...
分类:
其他好文 时间:
2017-03-23 16:39:09
阅读次数:
133