摘要:
Thread (ParameterizedThreadStart) 初始化 Thread 类的新实例,指定允许对象在线程启动时传递给线程的委托。Thread (ThreadStart) 初始化 Thread 类的新实例。由 .NET Compact Framework 支持。Thread (ParameterizedThreadStart, Int32) 初始化 Thread 类的新实例,指定允许对象在线程启动时传递给线程的委托,并指定线程的最大堆栈大小。Thread (ThreadStart, Int32) 初始化 Thread 类的新实例,指定线程的最大堆栈大小。由 .NET Compac 阅读全文
posted @ 2014-01-24 15:44
易独
阅读(547)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace ConsoleApplication{ class Program { static void Main(string[] args) { ////线程方法1 //if (ThreadPool.QueueUserWorkItem(new WaitCallback(Program.WritePara), "这是传进去的参数")) //{ // Con 阅读全文
posted @ 2014-01-24 15:41
易独
阅读(377)
评论(0)
推荐(0)
摘要:
1、打开SQL Plus,根据提示输入用户名密码登录。 注意:如果是系统用户的话,只能用sysdba登录。例如:sys as sysdba,输入User的密码进行登录。2、登录成功后,首先创建表空间,此处我的表空间“StationSpace”。Create TableSpace StationSpace DataFile'E:\oracle\oradata\StationSpace\StationSpace.dbf' Size 1024M UniformSize 128k;3、表空间创建成功后,接着创建用户。Create User UserName Identified by 阅读全文
posted @ 2014-01-24 11:10
易独
阅读(229)
评论(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;using Oracle.DataAccess.Client;namespace OracleDataAccess{ public partial class Form1 : Form { public Form1() { InitializeCo 阅读全文
posted @ 2014-01-24 10:12
易独
阅读(311)
评论(0)
推荐(0)

浙公网安备 33010602011771号