公司线上数据有几千万数据,有时候索引碎片会导致索引达不到我们的预期查询效率,这个时候将索引重建将会提升一定效率,不过重建的时候一定得晚上用户少的时候,索引重建需要一定时间。 直接贴自动重建索引脚本吧 Read More
posted @ 2017-04-20 11:16 恝置 Views(1308) Comments(0) Diggs(0) Edit
在生成PDF使用windows自带字体雅黑的时候不停的报“Font 'C:\WINDOWS\FONTS\msyh.ttc' with 'Identity-H' is not recognized”的错误 解决方案 将 static BaseFont yaHei = BaseFont.CreateFo Read More
posted @ 2017-03-24 11:36 恝置 Views(9749) Comments(3) Diggs(3) Edit
1。设置字体 2.生成PDF文件流返回byte数组 Read More
posted @ 2017-03-23 17:32 恝置 Views(8776) Comments(0) Diggs(0) Edit
使用的是iTextSharp添加PDF水印,由于是接口动态生成PDF,所以采用的是全部是内存流的形式,而且水印是平铺是。iTextSharp版本是5.5 Read More
posted @ 2017-03-22 15:50 恝置 Views(3850) Comments(2) Diggs(0) Edit