上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 106 下一页
摘要: --Common Table Expressions(CTE)WITH HighSample (SampleId,SampleTitle,SampleContent) AS( SELECT SampleId,SampleTitle,SampleContent From CompetitionS... 阅读全文
posted @ 2015-01-21 11:50 ®Geovin Du Dream Park™ 阅读(524) 评论(0) 推荐(0) 编辑
摘要: ---循环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™ 阅读(320) 评论(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™ 阅读(873) 评论(0) 推荐(0) 编辑
摘要: /// /// 执行SQL语句,返回影响的记录数 /// /// SQL语句 /// 影响的记录数 public static int ExecuteSql(string SQLString, params OleDbPara... 阅读全文
posted @ 2014-12-29 23:09 ®Geovin Du Dream Park™ 阅读(290) 评论(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™ 阅读(330) 评论(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™ 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: /// /// 20141118 /// Geovin Du /// Aspose.Words创建表 /// /// /// protected void Page_Load(object s... 阅读全文
posted @ 2014-11-18 17:58 ®Geovin Du Dream Park™ 阅读(3420) 评论(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™ 阅读(571) 评论(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™ 阅读(451) 评论(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™ 阅读(340) 评论(0) 推荐(1) 编辑
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 106 下一页