上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 118 下一页
摘要: Oracle: 阅读全文
posted @ 2015-01-24 13:52 ®Geovin Du Dream Park™ 阅读(1670) 评论(0) 推荐(0)
摘要: --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™ 阅读(530) 评论(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™ 阅读(327) 评论(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™ 阅读(886) 评论(0) 推荐(0)
摘要: /// /// 执行SQL语句,返回影响的记录数 /// /// SQL语句 /// 影响的记录数 public static int ExecuteSql(string SQLString, params OleDbPara... 阅读全文
posted @ 2014-12-29 23:09 ®Geovin Du Dream Park™ 阅读(303) 评论(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™ 阅读(338) 评论(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™ 阅读(1294) 评论(0) 推荐(0)
摘要: /// /// 20141118 /// Geovin Du /// Aspose.Words创建表 /// /// /// protected void Page_Load(object s... 阅读全文
posted @ 2014-11-18 17:58 ®Geovin Du Dream Park™ 阅读(3438) 评论(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™ 阅读(579) 评论(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™ 阅读(465) 评论(0) 推荐(1)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 118 下一页