码迷,mamicode.com
首页 >  
搜索关键字:host    ( 15768个结果
CentOS修改时区、日期、时间
一、时区 显示时区 修改时区 二、时间 概念:Linux时间有两个系统时间:也叫软件时间(sys), 1970年1月1日到当前时间的秒数BOIS时间:也叫硬件时间(hc)显示时间 设置时间1、date -s 2、ntpdate ...
分类:其他好文   时间:2017-02-17 13:01:28    阅读次数:165
hadoop 链接 mysql
数据在hadoop服务器上,需要导入mysql 可以直接在hadoop上操作 要知道 mysql的 账号 密码 host 步骤: 进入shell 输入: mysql -u 'name' -p'password' -h'host_number' (--default-character-set=utf ...
分类:数据库   时间:2017-02-16 23:18:19    阅读次数:225
mongo副本集搭建
mongo副本集搭建 任意一台:>use admin >cfg={ _id:"mongo-repl", members:[ {_id:0,host:'192.168.32.101:27017',priority:2}, {_id:1,host:'192.168.32.102:27017',prior ...
分类:其他好文   时间:2017-02-16 22:45:17    阅读次数:187
ajax请求
var host = location.hostname;var bas_url = "http://192.168.2.242:6063/";var bas_url = "http://" + host + ":6063/";var svr_url = bas_url + "RSTinyWebSe ...
分类:Web程序   时间:2017-02-16 18:31:46    阅读次数:223
Wedora Platform Offline Installation Steps
1 Preparation Before the installation, you need to check the following: Install the CentOS-6.5 64 bit in your server machine.(We suggests use CentOS-6... ...
分类:其他好文   时间:2017-02-16 14:21:22    阅读次数:241
Restful风格API接口开发springMVC篇
http://www.cnblogs.com/qixiaoyizhan/p/5864233.html Restful风格API接口开发springMVC篇 Restful风格的API是一种软件架构风格,设计风格而不是标准,只是提供了一组设计原则和约束条件。它主要用于客户端和服务器交互类的软件。基于这 ...
分类:编程语言   时间:2017-02-16 14:12:03    阅读次数:245
Geoserver2.11矢量切片与OL3中的调用展示
本文讲述在Geoserver2.11中如何进行矢量切片以及OL3中的调用展示。
分类:其他好文   时间:2017-02-16 11:46:57    阅读次数:259
VM的三种连接方式(转载)
概述: VMWare提供了三种工作模式,它们是bridged(桥接模式)、NAT(网络地址转换模式)和host-only(主机模式)。要想在网络管理和维护中合理应用它们,你就应该先了解一下这三种工作模式。 1.bridged(桥接模式) 在这种模式下,VMWare虚拟出来的操作系统就像是局域网中的一 ...
分类:其他好文   时间:2017-02-16 10:45:01    阅读次数:231
python的代码检查
#!/bin/python3.4# coding=utf-8class lexicon(object): # direction = ['north', 'south', 'east', 'west'] # verb = ['go', 'stop', 'kill', 'eat'] # noun = ...
分类:编程语言   时间:2017-02-15 23:32:17    阅读次数:189
备份,恢复数据库
<?phpclass dbBackup { public $host='127.0.0.1'; //数据库地址 public $user='root'; //登录名 public $pwd='root'; //密码 public $database; //数据库名 public $charset=' ...
分类:数据库   时间:2017-02-15 22:18:16    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!