码迷,mamicode.com
首页 >  
搜索关键字:sys system sysdba sysoper    ( 67898个结果
LFS,编译自己的Linux系统 - 准备
概述 现在用的操作系统是Win8.1,用VMware创建一个虚拟机,3G内存(物理内存是6G,分一半),23G硬盘,其中3G用于swap分区,10G用于host system,10G用于建立LFS系统。 创建虚拟机 使用VMware7.1.2创建一个虚拟机,硬盘23G,内存3G。 硬盘分区 分3个区...
分类:系统相关   时间:2014-05-25 23:09:49    阅读次数:479
使用aforg.net 捕获摄像头 附源码
using System;using System.Drawing;using System.Windows.Forms;using AForge.Video;using AForge.Video.DirectShow;namespace CameraCapture{ public parti...
分类:Web程序   时间:2014-05-25 22:30:32    阅读次数:335
用PLSQL创建dba用户
1、以SYSDBA身份登录PL;[sys/密码 as sysdba]2、右键“User”->“New”新建用户;3、弹出新建用户窗口,在“general”选项卡中,填写:name:用户名;password:密码;4、切换到“Role Privileges”选项卡:Role选择connect,勾选“D...
分类:数据库   时间:2014-05-25 22:21:34    阅读次数:511
WPF事件转Command示例
using System.Windows;using System.Windows.Input;namespace TestLauncher.Tools{ internal class DragDropHelper { public static readonly DependencyPr...
分类:其他好文   时间:2014-05-25 22:05:48    阅读次数:515
mac下打开FTP服务
mac下一般用smb服务来进行远程文件访问,但要用FTP的话,高版本的mac os默认关掉了,可以用如下命令打开:sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
分类:其他好文   时间:2014-05-25 22:00:27    阅读次数:242
解决Autofac MVC 自动注入在 Areas拆分到不同dll下的注入失败问题
由于项目业务复杂,创建了多个Areas 并把他们放在了不同的项目中,项目使用AutoFac做的IOC配置代码为 1 public class MvcApplication : System.Web.HttpApplication 2 { 3 protected void A...
分类:Web程序   时间:2014-05-25 15:27:04    阅读次数:328
foreach是怎么实现遍历的
using System;using System.Collections;using System.Collections.Generic;using System.Linq; using System.Text;using System.Threading.Tasks;namespace Con...
分类:其他好文   时间:2014-05-25 14:55:16    阅读次数:160
JAVA笔记1-00
package chapter1;public class Demo1 { public static void main(String[] args) { System.out.println("Hello World!"); /*...
分类:编程语言   时间:2014-05-25 13:56:17    阅读次数:229
C#_Ajax_分页
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcTest.Extends{ /// /// 分页元素位置 /// public en...
分类:其他好文   时间:2014-05-25 13:50:08    阅读次数:476
C# WinForm实现Windows 7 Aero磨砂玻璃效果
在Vista系统之后,微软为窗体程序提供了Aero磨砂的效果,如下图。那么用C#如何来实现这种磨砂效果呢?代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;us...
分类:Windows程序   时间:2014-05-25 13:45:06    阅读次数:457
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!