上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页
摘要: Dim sour As String = "data source= (DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.1)(PORT" & _ "= 1521)) (CONNECT_DATA =(SERVER = DEDICATED)" & _ "(SERVICE_NAME = ORCL)))"%OraclePath%\network\admin\tnsnames.ora [ServerName]= (DESCRIPTION = (ADDRESS_L 阅读全文
posted @ 2013-04-02 15:15 sekihin 阅读(183) 评论(0) 推荐(0)
摘要: Imports System.Windows.FormsImports System.DrawingImports Usac.ControlPublic Class ExDataGridView Inherits USGrid Public Sub New() MyBase.new() End Sub Public pBorderColor As Color = SystemColors.ControlDark <System.ComponentModel.Category("カスタム")> _ <System.ComponentModel.D... 阅读全文
posted @ 2012-11-12 13:23 sekihin 阅读(490) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-11-06 15:52 sekihin 阅读(3) 评论(0) 推荐(0)
摘要: 悲催!!! 阅读全文
posted @ 2012-08-30 15:52 sekihin 阅读(243) 评论(0) 推荐(0)
摘要: CD %ProgramFiles%\Microsoft SQL Server\100\Setup Bootstrap\Releasesetup.exe /ACTION=uninstall /FEATURES=AS,SQL,RS,Tools /INSTANCENAME=SQLEXPRESS 阅读全文
posted @ 2012-08-29 09:47 sekihin 阅读(246) 评论(0) 推荐(0)
摘要: select * from a where a='AbCdE' collate Chinese_PRC_CS_AI--区分大小写select * from a where a='abCdE' collate Chinese_PRC_CI_AI--不区分大小写 阅读全文
posted @ 2012-08-20 08:48 sekihin 阅读(265) 评论(0) 推荐(0)
摘要: DataTable dt = new DataTable(); public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { dt.Columns.Add("index", typeof(Int32)); dt.Columns.Add("name", typeof(String)); ... 阅读全文
posted @ 2012-06-25 11:14 sekihin 阅读(352) 评论(0) 推荐(0)
摘要: using System;using System.Drawing;using System.Windows.Forms;using System.Windows.Forms.VisualStyles;/// <summary>/// </summary>public class MyDataGridViewButtonCell : DataGridViewButtonCell{ // By default, not set the color ot text. private bool isSetColor = false; private Color textCol 阅读全文
posted @ 2012-03-01 09:38 sekihin 阅读(3089) 评论(0) 推荐(0)
摘要: 利用System.Net.Mail发SMTP AUTH邮件 阅读全文
posted @ 2012-02-23 13:30 sekihin 阅读(337) 评论(4) 推荐(0)
摘要: .NET Framework4 をインストールする前に、IISがインストールされている場合は、ASP.NET4がIISに自動的に登録されます。ただし、先に.NET Framework4 をインストールし、IISのインストールが後であった場合は、手動で設定が必要となるので、下記を行います。<手順>aspnet_regiis -iを実行。.NETFrameworkのバージョンによって、exeの場所が異なります。.NET FrameworkのバージョンAspnet_regiis.exe ファイルの場所.NET FrameworkVersion 1%windir%\.NET\Framework\v1. 阅读全文
posted @ 2012-01-06 09:05 sekihin 阅读(298) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页