摘要:
//把文字转换成图片 if (!string.IsNullOrEmpty(present_no)) //如果文字不为空 { try { if (!Directory.Exists(@sinpath)) { Directory.CreateDirectory(@sinpath); //用于存在图片的... 阅读全文
posted @ 2014-07-03 10:55
画风
阅读(396)
评论(0)
推荐(0)
摘要:
添加MergePDFImage类到项目中using System;using System.Collections.Generic;using System.Linq;using System.Web;using iTextSharp.text.pdf;using iTextSharp.text;u... 阅读全文
posted @ 2014-07-03 10:54
画风
阅读(1164)
评论(0)
推荐(0)
摘要:
1、 將簽名檔通過系統配置的形式放在指定目錄下,如下是我存放簽名當的SQL:Delete from fm_form_config where form_kind='ASO.FORM.20' and item_name='signedpath' ;Insert into fm_form_config ... 阅读全文
posted @ 2014-07-03 10:53
画风
阅读(561)
评论(0)
推荐(0)
摘要:
1、 //将空白添加到第1行if (ds.Tables[0].Rows.Count > 0) { this.ddlStoreType.DataSource = ds.Tables[0]; DataTable dt = ds.Tables[0]; DataRow dr = dt.NewRow(); d... 阅读全文
posted @ 2014-07-03 10:52
画风
阅读(753)
评论(0)
推荐(0)
摘要:
方法一: /// /// 显示Alert提示信息 /// /// public void ShowAlert(string _strMessage) { ScriptStartup("alert('" + _strMessage.Replace("\r", @"\r").Replace("\n... 阅读全文
posted @ 2014-07-03 10:51
画风
阅读(159)
评论(0)
推荐(0)
摘要:
--修改一张数据库表 ,增加一个字段,将该段sql生成可重复执行的脚本IF NOT EXISTS(SELECT 0 FROM sys.syscolumns WHERE id=OBJECT_ID('ref_store_data') AND name='TW_STORE_TYPE')Alter tabl... 阅读全文
posted @ 2014-07-03 10:46
画风
阅读(878)
评论(0)
推荐(0)

浙公网安备 33010602011771号