删除用户,创建用户命令drop user goda
cascade;删除用户及其下所有对象,包括表CREATE USER qdcenter IDENTIFIED BY qdcenter DEFAULT
TABLESPACE data1 TEMPORARY TABLESPACE temp1 QUOTA...
分类:
数据库 时间:
2014-04-30 05:00:45
阅读次数:
569
public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
Ifactory ifactory =...
分类:
其他好文 时间:
2014-04-30 00:33:52
阅读次数:
504
public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
//工厂模式 Ifactory if...
分类:
其他好文 时间:
2014-04-30 00:13:13
阅读次数:
512
1,date_default_timezone_set(PRC)
设定一个脚本中所有日期函数的默认时区,PRC设置中国时区2,microtime(true) 返回当前unix微秒时间戳 1398681491.8171
,一秒=1000毫秒,1毫秒=1000微秒3,round($str,int) .....
分类:
Web程序 时间:
2014-04-29 22:32:48
阅读次数:
578
A LiveJournal course of developmentis a project
in the 99 years began in the campus, a few people do as a hobby such an
application, in order to achie...
分类:
其他好文 时间:
2014-04-29 19:38:16
阅读次数:
589
Most of the database intensive applications are
worring about the default values of these variables obviously. Developers used
to inform me that they ...
分类:
数据库 时间:
2014-04-29 15:26:38
阅读次数:
739
一、 分类-Category1.
基本用途OC中如何在不改变原来类模型的前提下,给类扩充一些方法?有2种方式 1>.继承 2>.分类(Category)2.
格式分类的声明@interface 类名 (分类名称)// 方法声明@end分类的实现@implementation 类名 (分类名称)/.....
分类:
其他好文 时间:
2014-04-29 11:23:47
阅读次数:
384
package com.utils;import
java.beans.Introspector;import java.beans.PropertyDescriptor;import
java.lang.reflect.Field;import java.lang.reflect.Method;i...
分类:
编程语言 时间:
2014-04-29 10:38:46
阅读次数:
472
1. abstract (抽象类)参考12. interface (接口)参考1
分类:
其他好文 时间:
2014-04-29 09:45:46
阅读次数:
298
1,创建主窗体 在内存中实例化JFrame对象
通过使用setSize(),setBounds()或者pack()方法给JFrame设置大小
通过使用setTitle()设置标题,setDefaultCloseOperation()设置关闭策略,setLocationRelativeTo()设...
分类:
其他好文 时间:
2014-04-28 11:16:39
阅读次数:
486