zhangv on November 14th, 2008

Continue reading about 企业关务风险mindmap

zhangv on July 11th, 2008

Cross-Tab Reports
Sometimes it is necessary to rotate results so that columns are presented horizontally and rows are presented vertically. This is known as creating a PivotTable?, creating a cross-tab report, or rotating data.
Assume there is a table Pivot that has one row per quarter. A SELECT of Pivot reports the quarters vertically:
Year      Quarter      Amount
—-      ——-      […]

Continue reading about SQLServer 交叉报表

zhangv on June 14th, 2008

记录blog的修改维护历史
1.首先上传并安装wordpress(meyu不支持ssh,所以只能ftp所有的文件)
2.在meyu的管理页面设置好域名转向(添加A记录)
3.在域名注册商的网站上添加相应的A记录
4.在wordpress上设置Blog URL和wordpress URL为: zhangv.com和zhangv.com/wordpress(相应要在空间根目录方一个wordpress的文件夹,拷贝index.php到里面)
5.在meyu的管理页面添加wordpress的数据库
6.把之前备份的wordpress数据导入
7.添加计数器(histats),在sidebar的模板里加入相应的javascript
8.添加chicklet插件
9.加入google analytcs 添加sitemap插件
10.加了一个广告在最不显眼的位置(sidebar的最下面)
11.添加delicious的widget
12.加了一个favicon
13.wp-comments-post.php放到4里说的wordpress文件夹里,否则留言时会报500错误
14.添加clustrmaps,在sidebar的模板里添加一段代码
15.添加fanfou插件(sidebar模板)
16.添加wp-t-wap插件,让blog支持wap浏览。也试了wp-wap,但是不支持wp2.5。可以通过zhangv.com/wap/index.php访问
17.添加google account widget,可以通过google账户登录

Continue reading about 日志的日志