03 2017 档案
摘要:SELECT #CONCAT("truncate table ",table_name,";") table_name FROM information_schema. TABLESWHERE table_schema = 'scdm'AND TABLE_NAME NOT IN ( SELECT t
阅读全文
摘要:import http://64239.blog.51cto.com/54239/1846372/ 1、 对子查询的优化表现不佳。 2、 对复杂查询的处理较弱 3、 查询优化器不够成熟 4、 性能优化工具与度量信息不足 5、 审计功能相对较弱|伦理片 http://www.gxuy.com/ 6、
阅读全文
摘要:备份所有数据库且不锁表 mysqldump -h 192.168.1.1 -uusername -ppwd --all-databases --skip-lock-tables >aaa.sql mysqldump -uroot –p -n -t -q -e --databases db1 db2
阅读全文
摘要:UPDATE user SET Password = PASSWORD('123456') WHERE user = 'root'; alter user 'root'@'localhost' identified by '123'; set password for 'root'@'localho
阅读全文
摘要:我的电脑》》》》》》》管理》》》》》“计算机管理(本地local)” “系统工具” “事件查看器”》》》》Windows日志》》》》应用程序
阅读全文
摘要:1、打开命令行窗口。win+r弹出“运行”命令框,在“运行”里输入 cmd 后回车。 2、sc delete "服务名称"
阅读全文
摘要:# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html# *** DO NOT EDIT THIS FIL
阅读全文
摘要:http://jingyan.baidu.com/article/948f592413ab60d80ef5f964.html?qq-pf-to=pcqq.c2c
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8" standalone="no"?> <templates> <template autoinsert="true" context="gettercomment_context" deleted="false" descrip
阅读全文
摘要:ORDER BY FIELD(id,'4','5','6')
阅读全文
摘要:http://malagis.com/arcgis-desktop-10-2-full-cracked-installation-tutorial-with-win7-32-64.html 安装&破解步骤 运行ESRI.exe 与ArcGIS 10.1的安装破解不同,10.2不需要安装第3方修改的L
阅读全文
摘要:任务管理器结束进程javaw.exe
阅读全文
摘要:select a.file_name,a.tablespace_name,to_char(b.creation_time,'yyyy-mm-dd') creation_time from dba_data_files a,v$datafile b where a.file_id=b.file# or
阅读全文
摘要:重启....
阅读全文
摘要:List rptResult = new ArrayList(); List tempResult = new ArrayList(); tempResult = //从数据库取出已order的数据集; rptResult = sortRPT(tempResult); @SuppressWarnin
阅读全文
摘要:double b= 4.1625;java.math.BigDecimal d= new java.math.BigDecimal( b);
阅读全文
摘要:show processlist; kill ***********
阅读全文