码迷,mamicode.com
首页 >  
搜索关键字:Opens    ( 605个结果
magic操作数据库建表总结
Magic创建表总结 Magic创建表(数据库oracle为例) 首先创建项目: File——new project(project name起名)——(local files folder 选取路径) 创建完项目需要与数据库建立连接: 创建项目页面(菜单栏 opens the database r ...
分类:数据库   时间:2016-09-27 19:25:07    阅读次数:185
SCP实现Linux到Windows的文件数据备份
SCP实现Linux到Windows的文件数据备份我们上一篇介绍了使用Curl+windowsFTP实现linux到windows的数据备份,今天我们介绍一下使用SCP服务将Linux的文件到Windows的文件备份;我们都知道SCP使用的是SSL协议进行数据传输的,所以我们如果使用SCP服务进行数据传输的话需要安装opens..
分类:Windows程序   时间:2016-09-25 19:14:06    阅读次数:233
c fopen文件读写
fopen <cstdio> FILE * fopen ( const char * filename, const char * mode ); Open file Opens the file whose name is specified in the parameter filename a ...
分类:其他好文   时间:2016-09-08 09:44:01    阅读次数:144
centos 6.5 安装openssl
make install mv /usr/bin/openssl /usr/bin/openssl.bak mv /usr/include/openssl /usr/include/openssl.bak ln -s /usr/local/ssl/bin/openssl /usr/bin/opens ...
分类:其他好文   时间:2016-08-16 10:31:48    阅读次数:925
[Practical Git] Navigate git command pager output with Unix less commands
When using a git command that can have a large amount of output (like git log, git diff, or git blame), Git opens the command output in our terminal " ...
分类:其他好文   时间:2016-08-10 06:33:05    阅读次数:139
利用SSH secure Shell实现windows与linux之间传输文件
在windows下安装SSH secure Shell。默认安装后有两个快捷方式。 linux下需要安装openssh-server utuntu默认安装了opens是-client,所以不需要安装,但是如果没有安装的话,再用apt-get install安装即可。 然后确认sshserver服务是 ...
分类:Windows程序   时间:2016-07-19 13:21:53    阅读次数:334
CreateFile函数详解(确实很详细)
CreateFile The CreateFile function creates or opens the following objects and returns a handle that can be used to accessthe object: files pipes mails ...
分类:其他好文   时间:2016-07-02 22:46:27    阅读次数:231
RHCA-红帽认证架构师
OpenStack: 课程大纲 红帽企业级Linux OpenS tack平台架构 1.了解红帽企业级Linux Open Stack平台架构的特性和术语 2.红帽企业级Linux OpenS tack 平台安装 红帽企业级Linux OpenStack平台 3.使用Horizon管理界面创建实例 ...
分类:其他好文   时间:2016-06-19 01:09:13    阅读次数:308
detain ssh server 设置(也许必须是root来安装?)
ssh connection refused 处理方法 一般这种情况是 opens server 没安装 或 没启动 检查 openssh 是否安装 su 登录root账号,安装 openssh server 安装完成后,再用ssh 登录解决问题 环境:*debain 8 http://www.cn ...
分类:其他好文   时间:2016-06-10 06:14:42    阅读次数:217
605条   上一页 1 ... 53 54 55 56 57 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!