码迷,mamicode.com
首页 >  
搜索关键字:sys system sysdba sysoper    ( 67898个结果
asp.net 后台添加css,js,meta
首先导入命名空间 using System.Web.UI.HtmlControls; 1 /// 2 /// 添加JS脚本链接 3 /// 4 /// 页面 5 /// 路径 6 public vo...
分类:Web程序   时间:2014-05-26 11:29:23    阅读次数:343
SQLHelper -
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data.SqlClient; 6 using System.Dat...
分类:数据库   时间:2014-05-26 10:21:48    阅读次数:247
WCF RestFul例子
这里没有理论上的东西,仅仅是做下记录。我这个例子偷懒下了,直接在VS2008里面建了个WCF服务应用程序一、接口,用WebGet的时候需要添加命名空间:System.ServiceModel;System.ServiceModel.Web;[ServiceContract] public in...
分类:其他好文   时间:2014-05-26 10:01:05    阅读次数:301
oracle 32位导64位
oracle 32位导64位SQL>SHUTDOWN IMMEDIATE;SQL>STARTUP MOUNT;SQL>ALTER SYSTEM ENABLE RESTRICTED SESSION;SQL>ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;SQL>ALT.....
分类:数据库   时间:2014-05-26 09:15:19    阅读次数:345
多线程简单示例
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 using System.Runtime.Remoti....
分类:编程语言   时间:2014-05-26 09:07:50    阅读次数:270
字符串转义字符
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleProgamming{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-26 08:00:40    阅读次数:184
ORACLE 查看版本号sql语句
select banner from sys.v_$version;SELECT * FROM NLS_DATABASE_PARAMETERS;select * from v$version;备份语句:select into from 须用 create table newtablename as ...
分类:数据库   时间:2014-05-26 07:35:45    阅读次数:282
编辑代码
看到别人把代码粘贴在其中的样式很好看,自己想尝试一下怎么弄的,没有显示行号啊 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Runtime.InteropServ...
分类:其他好文   时间:2014-05-26 07:07:58    阅读次数:312
线程间操作无效: 从不是创建控件的线程访问它.
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:编程语言   时间:2014-05-26 07:01:59    阅读次数:261
that is final product
I believe the fractional reserve gold system has seen more stress and was probably in good part responsible for cementing the bottom in gold around $1...
分类:其他好文   时间:2014-05-24 09:13:30    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!