使用Log Explorer查看和恢复数据 Log Explorer 4.1.可用于SQL Server2005的日志查看工具下载地址:http://download.csdn.net/source/620271使用方法:打开Log Explorer -> Attach Log File -> 选择...
分类:
数据库 时间:
2014-09-29 12:17:27
阅读次数:
214
一. 概述
Observer 模式要解决的问题为:建立一个一(Subject)对多(Observer)的依赖关系,并且做到当“一”变化的时候,依赖这个“一”的多也能够同步改变。
Sbuject 相当于通知者,它提供依赖于它的观察者Observer 的注册(Attach)和注销(Detach)操作,并且提供了使得依赖于它的所有观察者同步的操作(Notify)。
Obse...
分类:
编程语言 时间:
2014-09-27 14:43:59
阅读次数:
355
今天在调用架构中的UpdateEntity方法时 public bool UpdateEntity(T entity) { OC.CreateObjectSet().Attach(entity);//这就是报错所在 OC.Ob...
分类:
其他好文 时间:
2014-09-25 16:39:19
阅读次数:
141
命令行的组成结构:Commands: attach Attach to a running containerbuild Build a container from a Dockerfilecommit Create a new image from a container's...
分类:
其他好文 时间:
2014-09-23 01:58:33
阅读次数:
335
1.压缩kindeditor 把kindeditor文件拷贝到WebRoot下(酌情删除其他语言asp php...)2.把demo.jsp拷贝到WebRoot下3.注意修改一下Javascript你们的path json路径4.上传图片注意文件路径"attached\"---修改"\\attach...
分类:
其他好文 时间:
2014-09-22 14:02:42
阅读次数:
287
一直想看看Unity3d官方推出的UnityTestTools的测试插件,今天有空尝试了一下。一、Quick Start 1、 create a plane position which transform position is vector3(0,0,0),attach a script ...
分类:
其他好文 时间:
2014-09-17 21:48:12
阅读次数:
301
EC2上的虚拟机容量满了,一看是lvm的格式,顿时想到可以用lvm在线扩容EC2的create volume ,attach disk就不说了,下面是在guestos上执行的操作,ls /dev/sd* # 查看物理磁盘,找到那块新加的磁盘fdisk /dev/sdi # 分区...
分类:
其他好文 时间:
2014-09-10 12:15:40
阅读次数:
218
In this blog, I will mainly attach great importantance to how to create a windows service for mongodb. The method described in the next is referred from the official website of mongodb.
http://docs....
分类:
数据库 时间:
2014-09-10 01:38:09
阅读次数:
261
调用方法如下:Intent intent = new Intent(Intent.ACTION_ATTACH_DATA); intent.addCategory(Intent.CATEGORY_DEFAULT); intent.setDataAndType...
分类:
移动开发 时间:
2014-09-06 02:13:52
阅读次数:
209
在JDK中com.sun.tools.attach.VirtualMachine提供了一些从外部进程attach到jvm上,并执行一些操作的功能。VirtualMachine的子类HotSpotVirtualMachine表示hotspot的虚拟机,下面的WindowsVirtualMachine是在windows平台下的实现。它提供了以下功能:1.publicvoidloadAgentLibra..
分类:
编程语言 时间:
2014-09-05 16:22:22
阅读次数:
197