新创建的虚拟机,使用Remote
manager等软件连接虚拟机时有时会发现无论如何也连不上,这也许是虚拟机中存在dns缓存查看dns
缓存ipconfig/displaydns清楚dns缓存ipconfig/flushdns
分类:
其他好文 时间:
2014-05-26 20:47:46
阅读次数:
215
The stunnel program is designed to work as an
SSL encryption wrapper between remote client and local (inetd-startable) or
remote server. It can be use...
分类:
其他好文 时间:
2014-05-26 16:15:57
阅读次数:
330
安装MySql时在最后Start
Service时失败:首先先卸载掉MySql。查看MySql服务有没有启动,若启动,则先停止MySql服务。再如图打开注册表,到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services删除MySql服务。在命令行输入s...
分类:
数据库 时间:
2014-05-26 16:10:28
阅读次数:
327
Mac下安装Centos后,Mac和Centos之间默认是不通的,需要做下面一些设置后,才能互相共享。
启用网络设置 默认的网络设置是没有enable的,因此,在安装完之后需要开启的话,需要保证开启”Shared Network”,
同时再运行命令”/sbin/dhclient eth0”, 这样虚...
分类:
其他好文 时间:
2014-05-26 14:23:23
阅读次数:
334
To clone the master development repository, install
git, and run:git clone git://github.com/torvalds/linux.git v4l-dvb cd v4l-dvb
git remote add linux...
分类:
其他好文 时间:
2014-05-26 14:13:43
阅读次数:
338
在防火墙阻挡rsync端口的情况下使用,而且绕开了rsync的认证机制,直接使用ssh的认证:rsync -avz --delete -e ssh
remoteuser@remotehost:/remote/dir /this/dir/
分类:
其他好文 时间:
2014-05-26 12:06:23
阅读次数:
194
.Net Remoting和Web
Service浅析(转)随着.NET的推出,微软引入了一套新的通讯技术:Web Services和.NET remoting。.NET
remoting和ASP.NET Web Services可以为建立分布式的应用提供强有力的支持。因此,为了在我们的应用程序中选...
分类:
Web程序 时间:
2014-05-26 11:44:07
阅读次数:
304
在Azure Services
Platform上对于工作流服务的支持,一直是我很感兴趣的内容。当然也是疑问比较多的领域。鉴于这方面的资料太少,所以今天就从AzureServicesKit中的一个DEMO出发,来大概了解一下这方面相关内容。
注:今天的示例位于AzureServicesKit安装.....
分类:
其他好文 时间:
2014-05-26 10:32:55
阅读次数:
370
满足二叉查找树的存储规则。类似折半查找:import
javax.management.remote.rmi._RMIConnectionImpl_Tie;/** * Created by John on
14-5-22. */public class IntTree { private st...
分类:
编程语言 时间:
2014-05-24 08:04:52
阅读次数:
300
最近做的一个仿微信网页版的站点,有一个新需求, 需要实现在新消息入线时,有桌面通知的效果,所以最近就稍微了解一下这个html5的新属性。
这边有个不错的demo:html5 web notification demo
从上面这个demo中 我们就可以获取所需要的基本核心代码,如下:
var Notification = window.Notification ||...
分类:
Web程序 时间:
2014-05-23 01:36:12
阅读次数:
353