上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 119 下一页
摘要: ---循环declare @n intdeclare @rowcount int declare @name varchar(50)create table #temp( id int identity(1,1), ColumnNme nvarchar(100))insert into #temp ... 阅读全文
posted @ 2015-01-15 11:52 ®Geovin Du Dream Park™ 阅读(330) 评论(0) 推荐(0)
摘要: --SQL Server 2005, 2008 or 2012:SELECT * FROM information_schema.tables--SQL Server 2000:SELECT * FROM sysobjects WHERE xtype='U' SELECT * FROM sysobj... 阅读全文
posted @ 2015-01-06 22:23 ®Geovin Du Dream Park™ 阅读(888) 评论(0) 推荐(0)
摘要: /// /// 执行SQL语句,返回影响的记录数 /// /// SQL语句 /// 影响的记录数 public static int ExecuteSql(string SQLString, params OleDbPara... 阅读全文
posted @ 2014-12-29 23:09 ®Geovin Du Dream Park™ 阅读(306) 评论(0) 推荐(0)
摘要: /// ///參考: http://james.newtonking.com/json/help/index.html# /// 塗聚文(Geovin Du) 20141228 /// 捷為工作室 /// public partial class _Default... 阅读全文
posted @ 2014-12-28 19:42 ®Geovin Du Dream Park™ 阅读(339) 评论(0) 推荐(0)
摘要: jQuery Text-to-Speech 谷歌在线语音 http://code.google.com/p/jqtts/source/checkout/*! jQuery Text-to-Speech plugin -------------------------------------... 阅读全文
posted @ 2014-12-23 11:02 ®Geovin Du Dream Park™ 阅读(1298) 评论(0) 推荐(0)
摘要: /// /// 20141118 /// Geovin Du /// Aspose.Words创建表 /// /// /// protected void Page_Load(object s... 阅读全文
posted @ 2014-11-18 17:58 ®Geovin Du Dream Park™ 阅读(3444) 评论(0) 推荐(0)
摘要: // JavaScript Set Homepage and Favorite// 加入收藏//It calls the Add Favorite dialog box in IE and links to a url in Firefox and Safari (but again not Ope... 阅读全文
posted @ 2014-10-30 17:35 ®Geovin Du Dream Park™ 阅读(583) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.Web... 阅读全文
posted @ 2014-10-10 12:39 ®Geovin Du Dream Park™ 阅读(467) 评论(0) 推荐(1)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-09-21 20:20 ®Geovin Du Dream Park™ 阅读(350) 评论(0) 推荐(1)
摘要: /// /// 保存文件 /// 涂聚文 /// 2014-08-29 /// Geovin Du /// /// /// public static void DataGrid... 阅读全文
posted @ 2014-08-29 11:08 ®Geovin Du Dream Park™ 阅读(1112) 评论(0) 推荐(1)
上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 119 下一页