摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/***@author*@date2008.9.13*@version1.0*/importjava.io.*;/***Classthathascommonlyusedfunctions**@author**/publicclassUtility{/***Staticmethodtowriteafile**@paramfilePath*@paramfileContent*@throwsE 阅读全文
posted @ 2008-09-23 12:47 N/A2011 阅读(190) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?phpclassUserDataBase{publicstaticfunctioninsert($instance){$pdo=newPDO(AppVariable::getODBC(),AppVariable::getDataBaseUserID(),AppVariable::getDataBasePassword());$statement=$pdo->prepare 阅读全文
posted @ 2008-09-04 11:47 N/A2011 阅读(322) 评论(0) 推荐(0) 编辑
摘要: [代码][代码][代码][代码] 阅读全文
posted @ 2008-09-04 11:37 N/A2011 阅读(286) 评论(0) 推荐(0) 编辑
摘要: [代码][代码][代码] 阅读全文
posted @ 2008-09-04 11:28 N/A2011 阅读(441) 评论(0) 推荐(0) 编辑
摘要: [代码][代码][代码] 阅读全文
posted @ 2008-09-04 11:24 N/A2011 阅读(245) 评论(0) 推荐(0) 编辑
摘要: [代码][代码][代码][代码] 阅读全文
posted @ 2008-09-04 11:16 N/A2011 阅读(201) 评论(0) 推荐(0) 编辑
摘要: [代码][代码][代码] 阅读全文
posted @ 2008-08-01 05:12 N/A2011 阅读(179) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2008-07-26 02:54 N/A2011 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-... 阅读全文
posted @ 2008-07-26 02:53 N/A2011 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.W 阅读全文
posted @ 2008-07-26 02:52 N/A2011 阅读(301) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; usin... 阅读全文
posted @ 2008-07-22 13:37 N/A2011 阅读(315) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->this.ClientScript.RegisterClientScriptBlock(this.GetType(), "refreshOpener", ""); this.ClientScript.Re... 阅读全文
posted @ 2008-07-19 01:21 N/A2011 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Select column_name from OpenRowset( 'SQLOLEDB', 'Server=ServerName;UID=User;PWD=password;Database=databasetouse', 'Exec stored_procedure_or_select' ) SELECT another_col... 阅读全文
posted @ 2008-07-16 22:43 N/A2011 阅读(124) 评论(0) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Collections; using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serialization; using System.Web; using System.Text; public class Se... 阅读全文
posted @ 2008-06-19 23:59 N/A2011 阅读(199) 评论(0) 推荐(0) 编辑
摘要: originally from: http://ryanolshan.com/articles/c-gridview-sorting-paging-w-o-a-datasourcecontrol-datasource/ C# GridView Sorting/Paging w/o a DataSourceControl DataSource written by rolshan on Frid... 阅读全文
posted @ 2008-06-19 22:58 N/A2011 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; namespace WebSurfer { class PageReader { "Attributes"#region "... 阅读全文
posted @ 2008-06-14 00:03 N/A2011 阅读(268) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlCont... 阅读全文
posted @ 2008-06-13 23:36 N/A2011 阅读(285) 评论(0) 推荐(0) 编辑
摘要: From: http://blog.monstuff.com/archives/000040.html C# events vs. delegates We have looked at delegates and their implementation in two previous articles. But if you searched some more information a... 阅读全文
posted @ 2008-05-29 00:36 N/A2011 阅读(319) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace NLS { class RegularExpressionReader { public stat... 阅读全文
posted @ 2008-05-26 22:51 N/A2011 阅读(171) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; using System.Web.Script.Services; using System.Collections.Generic; using Doma... 阅读全文
posted @ 2008-05-26 22:43 N/A2011 阅读(639) 评论(1) 推荐(0) 编辑
摘要: User Table: UserID(pk) Survey Table: SurveyID(pk) Question Table: QuestionID(pk) SurveyID(fk) Answer Table: AnswerID(pk) QuestionID(fk) Mark Result Table: AnswerID(pk) UserID(pk) Role Table: RoleID Us... 阅读全文
posted @ 2008-05-09 13:31 N/A2011 阅读(205) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.U... 阅读全文
posted @ 2008-05-07 22:46 N/A2011 阅读(424) 评论(0) 推荐(0) 编辑
摘要: (不填,搜索全部;填,搜索包含) (不填,搜索全部... 阅读全文
posted @ 2008-04-28 13:11 N/A2011 阅读(479) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using ... 阅读全文
posted @ 2008-04-26 02:22 N/A2011 阅读(196) 评论(0) 推荐(0) 编辑
摘要: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER FUNCTION [dbo].[JoeySplitWords](@text nvarchar(4000)) RETURNS @words TABLE (word nvarchar(4000)) AS BEGIN DECLARE @wordBegin smallint, ... 阅读全文
posted @ 2008-04-16 03:15 N/A2011 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 转自 http://ca3.php.net/mssql_execute: if(!defined('dbMSSQL_Types')) { define('dbMSSqlTypes',1); $MSSQL_types[127] = SQLINT4; /* bigint*/ $MSSQL_types[104] = SQLBIT; /* bit*/ ... 阅读全文
posted @ 2008-04-13 08:53 N/A2011 阅读(446) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Joe... 阅读全文
posted @ 2008-04-09 13:46 N/A2011 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Event Search ... 阅读全文
posted @ 2008-03-27 22:26 N/A2011 阅读(256) 评论(0) 推荐(0) 编辑
摘要: " runat="server" OnSelecting="sdsEye_Selecting"> ... 阅读全文
posted @ 2008-03-27 22:24 N/A2011 阅读(256) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.W... 阅读全文
posted @ 2008-03-27 22:23 N/A2011 阅读(320) 评论(0) 推荐(0) 编辑
摘要: http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowupdating.aspx .NET Framework Class Library GridView..::.RowUpdating Event Occurs when a row's Update button is cli... 阅读全文
posted @ 2008-03-18 02:52 N/A2011 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 原创: Untitled Page using System; using System.Collections; us... 阅读全文
posted @ 2008-03-15 23:01 N/A2011 阅读(572) 评论(0) 推荐(0) 编辑
摘要: Untitled Page ... 阅读全文
posted @ 2008-03-04 13:25 N/A2011 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.gridviewguy.com/ArticleDetails.aspx?articleID=139 Introduction: In this article I will show you how you can use the ObjectDataSource with the GridView control to do editing, updating, ... 阅读全文
posted @ 2008-03-04 12:37 N/A2011 阅读(295) 评论(0) 推荐(0) 编辑
摘要: USE [MLS] GO /**//****** Object: UserDefinedFunction [dbo].[SplitWords] Script Date: 02/25/2008 15:55:17 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE FUNCTION [dbo].[SplitWords]... 阅读全文
posted @ 2008-02-26 06:58 N/A2011 阅读(224) 评论(0) 推荐(0) 编辑
摘要: No name using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using Syst... 阅读全文
posted @ 2008-02-21 06:54 N/A2011 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Residential Iframe $0 $2M+ ... 阅读全文
posted @ 2008-02-21 06:51 N/A2011 阅读(603) 评论(1) 推荐(0) 编辑
摘要: 转自: http://www.google.com/uds/solutions/localsearch/reference.html#_resultlist Instructions for adding this to your site Assuming you already have a working maps application, adding the control is a... 阅读全文
posted @ 2008-02-15 09:37 N/A2011 阅读(930) 评论(0) 推荐(0) 编辑
摘要: 转自:http://visualstudiomagazine.com/features/article.aspx?editorialsid=1337 Give Your Users a Voice .NET 3.0 introduces several new features that simplify utilizing speech in your applications. June... 阅读全文
posted @ 2008-02-09 11:04 N/A2011 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 转自: http://iraniweb.com/blog2/?p=5 Seems a little ugly for what it does, but hey it’s OO-fantastic. Statement stmt = null; Connection con = null; try { Class.forName(”com.microsoft.sqlserver.jdbc.SQ... 阅读全文
posted @ 2008-02-02 15:12 N/A2011 阅读(419) 评论(0) 推荐(0) 编辑