码迷,mamicode.com
首页 >  
搜索关键字:activate    ( 610个结果
linux
一、redhat7的网卡配置 一:执行命令‘“nmtui” Edit a connection Activate a connection Set system hostname Quit <OK> 三:编辑网卡信息:选择对应的网卡后敲击右侧的<Edit...> 四:将网卡的IPv4配置项设置成手动 ...
分类:系统相关   时间:2016-11-10 02:08:24    阅读次数:229
rman全库恢复到不同主机,不同实例名,不同目录下
一、配置目标主机的ip、hostname及与源端主机的连通性 1、配置目标主机IP 使用图形界面配置IP: administration network 修改IP(指定静态IP) deactivate网卡 activate网卡(重启网卡配置才能生效)或者使用root用户执行:service netw ...
分类:其他好文   时间:2016-10-30 13:56:08    阅读次数:271
MyEclipse10破解不成功解决办法
1.有可能按照破解工具上的步骤生成的systemid不对。打开myeclipse myeclipse Subscription Infomation--输入用户名 激活码 activate now web active 会看到网址里面有参数 sytemId的值,获取到该值然后粘贴到破解工具的syte ...
分类:系统相关   时间:2016-10-23 02:31:03    阅读次数:601
centos7 离线安装自签名harbor
安装docker,gityuminstalldockerdocker-logrotategit-y安装docker-composeyuminstallpython-virtualenv-y virtualenvven_harbor sourceven_harbor/bin/activate pipinstall--upgradepip pipinstalldocker-compose下载harborwgethttps://github.com/vmware/harbor/releases/down..
分类:其他好文   时间:2016-10-22 21:30:25    阅读次数:460
PB各对象常用事件
1.window中的事件 事件名 触发的时机 01.Activate 在窗口激活之前触发 02.Clicked 当用户用鼠标单击窗口的空白区域(没有控件的区域)时触发 03.Close 当关闭窗口时触发 04.CloseQuery 当清除或关闭窗口时触发。然后检查Message.ReturnValu ...
分类:其他好文   时间:2016-10-18 18:20:25    阅读次数:2720
2016.5.30让窗口处于最顶层的方法,比TopMost灵活
最简单的方法Form. Activate() 稍复杂的方法用API,目前没有看出比第一种方法有什么好处(可操作其它窗口,这就是好处2016.7.31) [System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "SetF ...
分类:其他好文   时间:2016-10-15 19:42:38    阅读次数:110
python3.5 自带的虚拟环境使用
首先我们要选择一个目录作为虚拟环境的目录, 这里选择c:\myenv cd myenv python -m venv . #在当前目录下创建虚拟环境 创建完成之后,myenv下会多出一些文件 进入scripts目录,该目录下有个文件 activate.bat, 这个是用来激活虚拟环境的 activa... ...
分类:编程语言   时间:2016-10-04 19:00:36    阅读次数:655
[Angular2 Router] CanActivate Route Guard - An Example of An Asynchronous Route Guard
In this tutorial we are going to learn how we can to configure an can activate route guard in the Angular 2 router. We are going to implement the conc ...
分类:其他好文   时间:2016-09-30 21:34:52    阅读次数:699
DB2常用sql命令
DB2 清除数据库序列缓存 alter sequence wfr.wfr_bill_histories_s nocache; 创建清空所有表数据脚本select 'alter table '||RTRIM(TABSCHEMA)||'.'||TABNAME||' activate not logged ...
分类:数据库   时间:2016-09-18 11:54:31    阅读次数:185
ubuntu:activate root
You must activate the usr of root,when using a pc with a new os of ubuntu. This command: sudo passwd root And the 'sudo' is just to get the authority ...
分类:系统相关   时间:2016-09-16 10:11:03    阅读次数:193
610条   上一页 1 ... 48 49 50 51 52 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!