新创建的虚拟机,使用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
init方法在init方法中实例化必要的对象(遵从LazyLoad思想)init方法中初始化ViewController本身loadView方法view
controller会在view的property被请求并且当前view值为nil时调用这个函数。当view需要被展示而它却是nil时,viewC...
分类:
其他好文 时间:
2014-05-26 15:52:14
阅读次数:
230
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
什么是MVC?简单的说就是将网站源码分类、分层。MVC三个字母的含义:M:Model
模型,负责数据库操作。V:View 视图,负责调用Model调取数据,再调用模板,展示出最终效果。C:Controller
控制器,程序的入口,决定改调用哪个View,并告诉View该做什么。如此说来,程序的执行顺...
分类:
Web程序 时间:
2014-05-26 12:37:26
阅读次数:
315
在防火墙阻挡rsync端口的情况下使用,而且绕开了rsync的认证机制,直接使用ssh的认证:rsync -avz --delete -e ssh
remoteuser@remotehost:/remote/dir /this/dir/
分类:
其他好文 时间:
2014-05-26 12:06:23
阅读次数:
194
连接数据库一般采取字符串连接。这个字符串的获取方法用了“不能说的秘密”,即任意新建一个txt文件,重命名为.x.udl。然后双击此文件,将出现“数据库连接属性”窗口。第一个标签页“提供程序”列出了所有数据库引擎,Access,
SQL Server, Oracle等,选择后点下一步跳至第二个标签页“...
分类:
数据库 时间:
2014-05-26 10:32:19
阅读次数:
285
报错:Access restriction: The method
decodeBuffer(String) from the type CharacterDecoder is not accessible due to
restriction on required libraryAccess r...
分类:
数据库 时间:
2014-05-26 07:30:24
阅读次数:
279
1、JavaEE应用的分层模型 A、Domain Object B、Data Access
Object C、Service D、Controller E、Performance E--->D--->C--->B--->A--->DataBase2、ORM(Object
Relation Mappi...
分类:
编程语言 时间:
2014-05-26 07:07:35
阅读次数:
356
满足二叉查找树的存储规则。类似折半查找: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