码迷,mamicode.com
首页 >  
搜索关键字:remote asm instance    ( 13357个结果
Struts+Hibernate+Spring常见问题
http://wanglihu.iteye.com/blog/18977181.java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor缺少asm-3.3.jar2.java.lang.NoClassDefFoundError: o...
分类:编程语言   时间:2014-05-26 23:49:58    阅读次数:870
@synthesis 使用的时候注意的地方
@implementation@synthesis age; // 就等于@synthesis age = age 得到同名的instance variable age 和-setAge, -age 这两个accessor.@end如果@implementation// no @synthesi.....
分类:其他好文   时间:2014-05-26 22:22:32    阅读次数:237
清楚DNS缓存
新创建的虚拟机,使用Remote manager等软件连接虚拟机时有时会发现无论如何也连不上,这也许是虚拟机中存在dns缓存查看dns 缓存ipconfig/displaydns清楚dns缓存ipconfig/flushdns
分类:其他好文   时间:2014-05-26 20:47:46    阅读次数:215
常用工具之stunnel
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
v4l2 下载
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 配合 ssh 传输文件,避免防火墙阻挡
在防火墙阻挡rsync端口的情况下使用,而且绕开了rsync的认证机制,直接使用ssh的认证:rsync -avz --delete -e ssh remoteuser@remotehost:/remote/dir /this/dir/
分类:其他好文   时间:2014-05-26 12:06:23    阅读次数:194
浅谈MySQL Replication(复制)基本原理
1、MySQL Replication复制进程MySQL的复制(replication)是一个异步的复制,从一个MySQL instace(称之为Master)复制到另一个MySQL instance(称之Slave)。实现整个复制操作主要由三个进程完成的,其中两个进程在Slave(Sql进程和IO...
分类:数据库   时间:2014-05-26 09:44:53    阅读次数:358
ruby 基础笔记
变量定义(variables):local: time or _time instance: @time class: @@time global $time数据类型(data types)Numeric String Symbol Boolean Array Hashvariabl...
分类:其他好文   时间:2014-05-26 09:39:54    阅读次数:217
8042 Keyboard Microcontroller
;-------------------------------------------------------------------------------------- ; Project: info.asm ; Name: zwp ; Date: 2014/5 ;----------------------------------------------------------------...
分类:其他好文   时间:2014-05-26 05:25:12    阅读次数:321
JAVA向,二叉查找树
满足二叉查找树的存储规则。类似折半查找: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!