码迷,mamicode.com
首页 >  
搜索关键字:remote asm instance    ( 13357个结果
运行时手动伸缩控件大小
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
windows远程桌面连接
服务器端:1、我的电脑->管理->本地用户和组->用户->新建用户设置账号密码,隶属于administrator和remote user2、我的电脑->属性->远程设置->允许用户远程操作3、远程桌面连接-选项->本地资源->详细信息->驱动器(选择) 用于复制粘贴功能客户端:1、远程桌面连接-选项...
分类:Windows程序   时间:2014-05-08 22:03:06    阅读次数:414
汇编语言
http://www.feiesoft.com/asm/
分类:编程语言   时间:2014-05-07 20:15:31    阅读次数:231
instance initializer
http://www.programcreek.com/2011/10/java-class-instance-initializers/
分类:其他好文   时间:2014-05-05 22:43:46    阅读次数:264
BootLoader (扬帆起航)
;********************************************* ; Boot1.asm ; - A Simple Bootloader ; ; Operating Systems Development Tutorial ;********************************************* bits 16 ; we are in ...
分类:其他好文   时间:2014-05-05 13:13:30    阅读次数:228
iOS 开发百问(3)
22、解决 messagesent to deallocated instance 0x52cc690 错误当试图对某个对象进行赋值操作的时候出现这个错误,如:tfContent.text=bodyText;此时,你可以打开NSZombieEnable选项,则console会有如下输出:***-[CFString _isNaturallyRTL]: message sent to dealloca...
分类:移动开发   时间:2014-05-04 18:28:35    阅读次数:497
[TroubleShooting]'trn\bak' is incorrectly formed. SQL Server cannot process this media family.
?? 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
[TroubleShooting] The server network address can not be reached or does not exist
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
[TroubleShooting] The remote copy of database xx has not been rolled forward to a point in time
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!