public partial class PanelX : UserControl { private
Point oldXY; //private static PanelX instance; //public DataRow dr = null...
分类:
其他好文 时间:
2014-05-10 20:18:46
阅读次数:
260
计算机名和实例名以格式computer_name\instance_name指定。
分类:
数据库 时间:
2014-05-09 16:28:48
阅读次数:
242
服务器端:1、我的电脑->管理->本地用户和组->用户->新建用户设置账号密码,隶属于administrator和remote
user2、我的电脑->属性->远程设置->允许用户远程操作3、远程桌面连接-选项->本地资源->详细信息->驱动器(选择)
用于复制粘贴功能客户端:1、远程桌面连接-选项...
http://www.feiesoft.com/asm/
分类:
编程语言 时间:
2014-05-07 20:15:31
阅读次数:
231
http://www.programcreek.com/2011/10/java-class-instance-initializers/
分类:
其他好文 时间:
2014-05-05 22:43:46
阅读次数:
264
;*********************************************
; Boot1.asm
; - A Simple Bootloader
;
; Operating Systems Development Tutorial
;*********************************************
bits 16 ; we are in ...
分类:
其他好文 时间:
2014-05-05 13:13:30
阅读次数:
228
22、解决 messagesent to deallocated instance 0x52cc690 错误当试图对某个对象进行赋值操作的时候出现这个错误,如:tfContent.text=bodyText;此时,你可以打开NSZombieEnable选项,则console会有如下输出:***-[CFString _isNaturallyRTL]: message sent to dealloca...
分类:
移动开发 时间:
2014-05-04 18:28:35
阅读次数:
497
??
SQL Server online consultants came across an interesting scenario where one of our client was unable to restore a native SQL Server backup successfully performed from one instance running on M...
分类:
数据库 时间:
2014-05-04 17:42:50
阅读次数:
394
The server network address “TCP://myserverAddress:50221″ cannot be reached or does not exist.
Check the network address name and that the ports for the local and remote endpoints are operational.
(Microsoft SQL Server, Error: 1418)...
分类:
Web程序 时间:
2014-05-01 18:35:53
阅读次数:
665
Steps:
1. backup database DBmirror on SQL1
2. backup database log
3. copy db and log backup files to SQL2
4. restore db with norecovery
5. restore log with norecovery
6. create endpoints on both...
分类:
数据库 时间:
2014-04-30 22:15:38
阅读次数:
414