MySQL Administrator 创建表MyEclipse Database
Explorer视图:1. New2 .Driver template: MySQL Connector/JDriver name:
给定一个连接名称Connection URL:jdbc:mysql://[]/相应...
分类:
系统相关 时间:
2014-05-01 10:48:33
阅读次数:
696
MyEclipse中出现如下错误:java.lang.NoClassDefFoundError: org/apache/jsp/licence_jsp
(wrong name: org/apache/jsp/Licence_jsp)解决方法:把D:\MyEclipse\Workspaces\.m.....
分类:
编程语言 时间:
2014-05-01 09:21:04
阅读次数:
326
网上很多关于apache无法启动的原因,新手遇到最多的是80端口被占用。今天为了解决apache和tomcat端口共存问题,修改了httpd.conf的配置,由于增加位置没有做明显标识,重启apache后,发现apache无法启动,netstat
-a后,没有查看到80端口,也就是80端口不仅没被占...
分类:
其他好文 时间:
2014-05-01 09:19:02
阅读次数:
362
1、web.xml1 2 struts23
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter4 5 6
struts27 /*8 2、struts.xml 1 2 5 6 7 ...
分类:
其他好文 时间:
2014-05-01 07:30:35
阅读次数:
274
vector的标准模板是:template > class
T>而普通模板则是template class
T>,如何创建一个模板能包容以上两个形式通用?http://zhidao.baidu.com/question/412950067.html
分类:
编程语言 时间:
2014-05-01 06:06:16
阅读次数:
331
直接在hql中使用中文会报错:org.apache.hadoop.ipc.RemoteException: java.io.IOException:
java.lang.RuntimeException: com.sun.org.apache.xerces.internal.impl.io.Malf...
分类:
其他好文 时间:
2014-05-01 04:26:42
阅读次数:
415
Struts2简介
Struts 2框架作为Struts 1.X框架的替代技术,相对Struts 1.X来说,有着本质上的改变, Struts 2框架是从WebWork框架发展而来的.Apache Struts 2即是大家之前所熟悉的webwork2.随着各自的发展,webwork和Struts社区决定将二者合并为Struts2,新版本的Struts与以前版本一样更易于使...
分类:
其他好文 时间:
2014-04-29 13:36:20
阅读次数:
249
Problem Description
In the Wide Web World, Which web server was popular in web site? Apache, nginx, lighttpd? Baidu.com use Apache, and many web sites like 163.com use nginx. Why? Its configuration i...
分类:
其他好文 时间:
2014-04-29 13:24:20
阅读次数:
355
set容器是以红黑树容器为基础实现的,在其基础上稍加改变接口即可
#ifndef MY_SET_H_INCLUDED
#define MY_SET_H_INCLUDED
#include"my_rb_tree.h"
namespace juine
{
template
struct identity
{
const T& operator()(cons...
分类:
其他好文 时间:
2014-04-29 13:16:20
阅读次数:
376
建立elements目录
mkdir -p elements/lamp/install.d/
vim 70-lamp
#!/bin/bash
set -eux
install-packages wordpress mariadb-server httpd memcached
生成一个带wordpress的镜像
export ELEMENTS_PATH=...
分类:
其他好文 时间:
2014-04-29 13:14:21
阅读次数:
475