# -*- coding: utf-8 -*- """ Created on Thu Mar 06 11:22:03 2014 @author: Administrator """ import win32com.client from win32com.gen_py import msof,mspp,msxl from string import uppercase from pandas import Series #%% 将常量发布到全局命…
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Data.SqlClient; using S…
转载自Kun Lee "Creating SQL Server performance based reports using Excel" 性能测试调优中对数据库的监控十分重要,使用Excel方便地生成report对我们的工作效率提高也很重要.本文用到的Excel数据在另一篇博文"怎样获取Windows平台下SQL server的性能计数器值"里有详细描写.或者进到本文中给出的博客链接"Setting up Performance Monitor to…
function addTable(){ createTable1(1000); //createTable2(1000); //createTable3(1000); //createTable4(1000); //createTable5(1000); } function createTable1(rows){ var div = document.getElementById("div1Id"); var child = div.childNodes; for(var i =…