摘要:
SQL Server 2005下的分页SQL 阅读全文
摘要:
jQuery有一个用来作为DOM快速载入javascript的得心应手的小函数,那就是ready… 他在页面加载完成之后执行。 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$(document).ready(function(){ /... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> /**//* 原创:fcuandy 修改:bing110 功能:动态传入“表名,字段名,字段类型,默认值”四个字符串,根据新的字段名称和类型来创表表结构 不足:由于修改的表时候保留原来... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->select * from yuan where replace(Bir,year(Bir),year(getdate()))-getdate() between 0 and 7 7天内生日提示... 阅读全文
摘要:
http://www.cnblogs.com/dingxue/archive/2008/07/16/1243830.html http://www.cnblogs.com/nokiaguy/ http://www.cnblogs.com/gyche/archive/2008/02/23/1078569.html http://www.cnblogs.com/SkyD/archive... 阅读全文
摘要:
using System; using System.Security.Cryptography; using System.IO; using System.Text; namespace SharpZipLib { /**//// /// Security 的摘要说明。 /// Security类实现.NET框架下的加密和解密。 /// CopyRight ... 阅读全文
摘要:
SharpZipLib压缩文件夹及文件 阅读全文
摘要:
Interop.SQLDMO.dll 阅读全文
摘要:
//压缩 protected void btnY_Click(object sender, EventArgs e) { string rar; RegistryKey reg; string args; ProcessStartInfo procStart; Process process;... 阅读全文
摘要:
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Drawing.Printing; using System.Data; using System.Windows.Forms; namespace caiwu { public c... 阅读全文