摘要:
--1 查能不能成功转换 合适的格式select sj,(case LEN(sj) when 6 then sj+'/1' when 7 then sj+'/1' else sj end) from qianyi -- 2 建一个中间字段 时间类型--alter table qianyi add s 阅读全文
摘要:
数据导出excel表格和Word文档 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebCo 阅读全文
摘要:
图片验证码 1、创建一个网站,只使用后台生成验证码,并输出图片流跟图片验证码的字符 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; us 阅读全文
摘要:
JQUERY DOM 操作列表 jQuery 文档操作方法 这些方法对于 XML 文档和 HTML 文档均是适用的,除了:html()。 jQuery 属性操作方法 下面列出的这些方法获得或设置元素的 DOM 属性。 这些方法对于 XML 文档和 HTML 文档均是适用的,除了:html()。 jQ 阅读全文