在使用jenkins slave节点时,出现应用程序已被安全设置阻止,如下图:解决方法很简单,进入到控制面板-->程序-->java-->安全,进去后,将安全级别设置为中,点击应用,确定就ok了,如下图:
分类:
其他好文 时间:
2014-07-07 10:15:23
阅读次数:
194
ORA-12541: TNS无监听程序错误1、在oracle安装目录下查找listener.ora和tnsnames.ora文件,然后打开2、将host改为机器名3、执行命令:lsnrctl stop,再执行lsnrctl start。
分类:
数据库 时间:
2014-07-03 23:54:53
阅读次数:
415
文章转自:http://www.2cto.com/os/201104/86881.html以下是网上的方法,我用的是第一种方法,经测试有效。方法一:# /etc/init.d/mysql stop# mysqld_safe --user=mysql --skip-grant-tables --ski...
分类:
系统相关 时间:
2014-07-03 20:14:44
阅读次数:
272
Slave crash-safe replication
mysql的slave启动时,error.log中出现Warning警告:
[Warning] Slave SQL: If a crash happensthis configuration does not guarantee that the relay log info will beconsistent, Error_code: 0...
分类:
移动开发 时间:
2014-07-03 18:15:13
阅读次数:
278
Last_IO_Error: The slave IO thread stopsbecause the master has @@GLOBAL.GTID_MODE OFF and this server has@@GLOBAL.GTID_MODE ON...
分类:
数据库 时间:
2014-07-03 17:31:44
阅读次数:
348
一、什么是redis主从复制?主从复制,当用户往Master端写入数据时,通过RedisSync机制将数据文件发送至Slave,Slave也会执行相同的操作确保数据一致;且实现Redis的主从复制非常简单。二、redis主从复制特点1、同一个Master可以拥有多个Slaves。2、Master下的Slave还可以接受同..
分类:
数据库 时间:
2014-07-03 14:26:26
阅读次数:
333
使用udp实现,简单,方便,不用三次握手1. 所有部署服务器进程的机器有一个代理进程hagent,用来监听hcm console中发送过来的命令2.hcm需要提供以下命令start :普通方式启动进程stop :停止进程reload :重新载入配置文件resume :恢复方式启动进程(共享内存)ta...
分类:
其他好文 时间:
2014-07-01 20:29:04
阅读次数:
263
background: -moz-linear-gradient(top, #8fa1ff, #3757fa); /* Firefox */background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff4f0...
分类:
Web程序 时间:
2014-07-01 17:55:21
阅读次数:
282
windows:1,停止MYSQL服务,CMD打开DOS窗口,输入 net stop mysql2,在CMD命令行窗口,进入MYSQL安装目录 比如E:\Program Files\MySQL\MySQL Server 5.0\bin示范命令:输入 e:回车,输入cd "E:\Program Fil...
分类:
数据库 时间:
2014-06-30 22:04:34
阅读次数:
613
DirectIO: The SRIO DirectIO
transfer class is similar to a memcopy transfer between two SRIO devices. One of the devices is the master that initiates the transfer. The second deviceis
the slave th...
分类:
其他好文 时间:
2014-06-30 19:46:54
阅读次数:
215