概述
现在用的操作系统是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
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
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
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下一般用smb服务来进行远程文件访问,但要用FTP的话,高版本的mac
os默认关掉了,可以用如下命令打开:sudo -s launchctl load -w
/System/Library/LaunchDaemons/ftp.plist
分类:
其他好文 时间:
2014-05-25 22:00:27
阅读次数:
242
由于项目业务复杂,创建了多个Areas
并把他们放在了不同的项目中,项目使用AutoFac做的IOC配置代码为 1 public class MvcApplication :
System.Web.HttpApplication 2 { 3 protected void A...
分类:
Web程序 时间:
2014-05-25 15:27:04
阅读次数:
328
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
package chapter1;public class Demo1 { public
static void main(String[] args) { System.out.println("Hello World!"); /*...
分类:
编程语言 时间:
2014-05-25 13:56:17
阅读次数:
229
using System;using System.Collections.Generic;using
System.Linq;using System.Web;namespace MvcTest.Extends{ /// /// 分页元素位置 ///
public en...
分类:
其他好文 时间:
2014-05-25 13:50:08
阅读次数:
476
在Vista系统之后,微软为窗体程序提供了Aero磨砂的效果,如下图。那么用C#如何来实现这种磨砂效果呢?代码:using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;us...