摘要:
数据绑定之DataFormatString设定BoundField的DataFormatString,通常有以下几种 DataFormatString= "{0:C}" 货币,货币的格式取决于当前Thread中Culture的设置 DataFormatString= "{0:E}" 科学计数法 Da... 阅读全文
摘要:
Office2007需要借助SaveAsPDFandXPS的插件完成,Office2010可以直接兼容。Office2PDF主要采用的是Microsoft.Office.Interop的方式进行,PDF2SWF主要采用的是SWFTools的pdf2swf工具。至于SWFTools的各种命令,网上有很... 阅读全文
摘要:
向表字段为日期类型的字段中插入空值数据库显示值为1900-01-01 阅读全文
摘要:
需要安装office 2007 还有一个office2007的插件OfficeSaveAsPDFandXPS下载地址[url]http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79E... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
摘要:
一 Servlet及web服务器相关概念(了解)tomcat配置(能熟练操作)二 Servlet基础(重点,必须熟记于心)a.Servlet的调用过程b.Servlet接口c.servlet的生命周期d.MVC框架 e.Servlet的控制流转 f.Servlet的url-pattern三 Sess... 阅读全文
摘要:
项目要求,生成一个private key 和 public key ,用 Public Key 加密,用Private key 解密,我是这样实现的, 希望对有这方面需求朋友的一个帮助. 源代码如下: 1.生成一对keys: /// <summary> /// generate private ke 阅读全文
摘要:
function CopyCode(key){var trElements = document.all.tags("tr");//获取tr元素var i;for(i = 0; i < trElements.length; ++i){ if(key.parentElement.parentElement.parentElement == trElements[i].parentElement)//是同一个tbody时,就将innerText放到剪切版 { window.clipboardData.setData("Text", trElements 阅读全文
该文被密码保护。 阅读全文