- 浏览: 78019 次
- 性别:
- 来自: 合肥
最新评论
-
lslsday:
djggggggggggggggggggggggggggggg ...
简单的Ckeditor--实现上传的功能 -
jps7777777:
fdsgfds
Ckeditor简单的数据提交
文章列表
对DBA或需使用exp,imp的普通用戶來说,在我们做exp的過程中可能经常会遇到EXP-00091 Exporting questionable statistics.这样的EXP信息,其实它就是exp的error message,它产生的原因是因为我们exp工具所在的环境变量中的NLS_LANG与DB中的NLS_CHARACTERSET不一致。
问题:
lpding-> exp scott/scott file=/oracle/exp/scott_emp.dmp log scott_emp.log tables=emp
Export: Release 10.2.0.1.0 - ...
struts2+spring3+mybatis3整合的jar包
Jquery Moblie学习
- 博客分类:
- HTML5
Jquery Moblie组成:header、content、footer
<!-- 文档的声明和Jquery Mobile的初始化 -->
<!-- Jquery Moblie组成有三个部分 -->
<!DOCTYPE html >
<!-- html5的文档类型的声明 -->
<html>
<head>
<meta charset="utf-8">
<title>Jquery Moblie</title>
<link rel="st ...
在网上找了这方面资料,才知道这个问题可能是common-fileupload.jar版本不对,换成比这个高点的就行了,例如commons-fileupload-1.2.jar
线程简单实例
public class Main extends Thread{
public static void main(String[] args) {
//每隔3秒执行一次这个线程
/*while (true) {
try {
Thread.sleep(3000);
System.out.println("this is thread1");
} catch (InterruptedException ex) {
e.printStackTrace();
}
}*/
// 3 ...
eclipse设置文本编辑器字体大小
- 博客分类:
- Eclipse
学习,Window --> Preference --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font 找到后设置大小为10即可和Java中一样的字体大小
首先是对于server.xml文件,原来的文件
<?xml version='1.0' encoding='utf-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The A ...
Struts2.0.11+spring2+Hibernate3jar包
Ext+struts2.1.6+spring2+hibernate3的jar包
因为jar包比较大,所以分成两个压缩包进行上传