2011年5月21日

mysql & gbase 常用函数

摘要: MYSQL查询表结构1 show columns from 表名 (describe 表名);show full fields from `tsysmenu`// 比上面那个更全面SHOW FULL TABLES FROM `tjjsw` LIKE 't%'查询库中所有的表名2show create table 表名;//查建表语句use information_schemaselect * from columns where table_name='表名'/*this can see the table information*/show table sta 阅读全文

posted @ 2011-05-21 23:57 mefly 阅读(976) 评论(0) 推荐(0) 编辑

log4j 简明配置

摘要: monitorWebFlex正在用的<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"><log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/' ><!-- 日志文件appender定义 --><ap... 阅读全文

posted @ 2011-05-21 23:54 mefly 阅读(141) 评论(0) 推荐(0) 编辑

导航