本文转自:http://blog.csdn.net/feixiang_song/article/details/17395811Overview总体概述CBCentralManagerobjects are used to manage discovered or connected remote ...
分类:
其他好文 时间:
2014-08-20 15:48:02
阅读次数:
246
获取客户端:HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];获取URLRequest.RawUrl:获取客户端请求的URL信息(不包括主机和端口)------>/Default.aspxRequest.ApplicationPat...
分类:
Web程序 时间:
2014-08-20 14:01:52
阅读次数:
185
RPC(Remote procedure call):In computer science, a remote procedure call (RPC) is an inter-process communication(IPC) that allows a computer program to...
分类:
其他好文 时间:
2014-08-20 12:18:12
阅读次数:
367
1.xdebug 配置 安装完xampp 进入 php.ini [XDebug]zend_extension = "C:\xampp\php\ext\php_xdebug.dll"xdebug.idekey="PHPSTORM"xdebug.remote_enable = Onxdebug.remo...
分类:
Web程序 时间:
2014-08-19 14:15:24
阅读次数:
266
很久没有更新过Blog了,最近有没有新的小伙伴关注埃最近在做一个VDI的项目,虚拟桌面采用池化并且重启还原的模式(类似于网吧模式部署),其中虚拟桌面的配置文件采用强制配置文件。在将强制配置文件部署完成后,测试虚拟桌面功能,发现虚拟桌面的远程协助无法使用,其实直接调..
分类:
其他好文 时间:
2014-08-19 02:12:14
阅读次数:
265
调试的前提:vs2008编写的OCX控件供JS调用,单ocx所依赖的库文件只有在远程电脑上有,此时需要远程调试程序
1、
??
.远程计算机安装远程调试器:Remote Debugger,可以直接复制VS2008安装目录C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger下的X86目录,(X64对应6...
分类:
Web程序 时间:
2014-08-18 16:22:12
阅读次数:
270
#!/bin/bash ### BEGIN INIT INFO # # Provides: location_server # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_f...
分类:
系统相关 时间:
2014-08-18 16:03:02
阅读次数:
280
一、rsync介绍(可忽略)
Rsync(remote synchronize)是一个远程文件同步工具;
Rsync使用“Rsync算法”来同步文件,该算法只传送两个文件的不同部分,因此速度相当快;
Rsync是替代rcp的一个工具,目前由rsync.samba.org维护,因而rsync.conf文件的格式类似于samba的主配置文件;
Rsync可通过rsh或ssh使用,也能以daem...
分类:
系统相关 时间:
2014-08-18 13:07:22
阅读次数:
338
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-08-17 19:55:32
阅读次数:
215
-----QUESTION-----Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symme...
分类:
其他好文 时间:
2014-08-17 19:47:22
阅读次数:
259