码迷,mamicode.com
首页 >  
搜索关键字:sys system sysdba sysoper    ( 67898个结果
查询锁事务及语句
if exists(select * from master.sys.sysprocesses where spid in (select blocked from master.sys.sysprocesses))begin---确定进程被锁住的其他资源select spid 进程,STATUS ...
分类:其他好文   时间:2014-05-16 06:38:48    阅读次数:329
sqlserver2012只能附加u盘里的数据库,不能附加电脑里的数据库 解决方案
1、打开SqlServer配置管理器在左侧打开“SQL Server服务”,然后在右侧选择 “SQL Server (MSSQLSERVER)”右击选择=〉属性2、在“登录”选项中,将“内置帐户”的值选为“Local System”,然后点确定后会自动重启SQL SERVER服务3、重新打开SQL ...
分类:数据库   时间:2014-05-16 06:34:53    阅读次数:930
c# 单链表实现 简单示例(可复制直接运行)
最近学习数据结构,发现c# 其实和c 的链表的实现差不多的下面是一段可直接运行的代码 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Threading; 5 ...
分类:其他好文   时间:2014-05-16 06:24:02    阅读次数:663
Unity数据下载
1 /* HttpRequestTest.cs 2 * 采用C#的WebClinet类下载数据,多线程,但需要在主线程里转成texture。 3 */ 4 using System; 5 using System.Text; 6 using System.Net; 7 using...
分类:其他好文   时间:2014-05-16 05:36:09    阅读次数:379
dbms_xplan的display_cursor查看执行计划
准备工作: SQL> conn sys/root as sysdba Connected. SQL> grant select on v_$sql_plan to scott; Grant succeeded. SQL> grant select on v_$session to scott; Gr...
分类:数据库   时间:2014-05-16 04:56:06    阅读次数:431
Json数据转换
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:Web程序   时间:2014-05-14 13:33:33    阅读次数:510
简单工厂模式
在学习简单工厂模式之前让我们先看看不用简单工厂模式所带来的不便把,我们以一个四则运算的计算器为例逐步的进行说明问题,首先先看看用面向程序的思想实现计算器的过程using System;using System.Collections.Generic;using System.Linq;using S...
分类:其他好文   时间:2014-05-14 13:00:49    阅读次数:244
python中defaultdict类
回宿舍前翻翻Codeforces的时候发现了一个有趣的代码..其实是我没这么用过 :D这是一份417B的代码 1 import sys 2 from collections import defaultdict 3 4 n = int(sys.stdin.readline()) 5 d = def....
分类:编程语言   时间:2014-05-14 12:20:35    阅读次数:372
Android 启动流程简介
Android 启动流程:1.linux OS Bootloader -> Linux kernel2.Android/InitRuntime Init Process -> Services -> Zygote/VM -> System Server3.Framework HomeScreen.....
分类:移动开发   时间:2014-05-14 11:28:11    阅读次数:576
tmp
Imports SystemImports System.IOImports EnvDTEImports EnvDTE80Imports EnvDTE90Imports System.DiagnosticsPublic Module ModuleListShortCut Public Sub ...
分类:其他好文   时间:2014-05-14 10:46:14    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!