搭建DNS服务器基本操作:1、yuminstallbind//安装bind程序2、vi/etc/named.conf//编辑主配置文件主要修改两项配置,其他保持默认或可根据需求修改listen-onport53{192.168.80.181;};//改成自己服务器的IPallow-query{any;};//改成any3、vi/etc/named.rfc1912.zones//区域配置文件----
分类:
其他好文 时间:
2018-01-13 11:13:15
阅读次数:
111
#week16 Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i ...
分类:
其他好文 时间:
2018-01-13 11:13:08
阅读次数:
142
Tensorflow的基本使用TensorFlow 的特点:使用图 (graph) 来表示计算任务.在被称之为 会话 (Session) 的上下文 (context) 中执行图.使用 tensor 表示数据.通过 变量 (Variable) 维护状态.使用 feed 和 fetch 可以为任意的操作... ...
分类:
其他好文 时间:
2018-01-13 11:13:00
阅读次数:
725
最近在多个大型系统中遇到此问题,一般来说假设client未反映异常的话能够忽略的。 假设是client登陆时遇到ORA-12170: TNS:Connect timeout occurred,能够參考 http://blog.csdn.net/haibusuanyun/article/details ...
分类:
其他好文 时间:
2018-01-13 11:12:52
阅读次数:
217
1. 官方Feature JEP254: Compact Strings 2. 产生背景 Motivation The current implementation of the String classstores characters in a char array,using two byte ...
分类:
编程语言 时间:
2018-01-13 11:12:46
阅读次数:
244
1.官方Feature 139: Enhance javac to Improve Build Speed. 199: Smart Java Compilation, Phase Two 2.使用说明 智能java编译工具( sjavac)的第一个阶段始于JEP139这个项目,用于在多核处理器情况下 ...
分类:
编程语言 时间:
2018-01-13 11:12:37
阅读次数:
122
<input id="password" value="" type="password" autocomplete="off" name="password" onfocus="this.type='password'" datatype="*"> window.load = function() ...
分类:
其他好文 时间:
2018-01-13 11:12:28
阅读次数:
156
There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct ...
分类:
其他好文 时间:
2018-01-13 11:12:21
阅读次数:
178
Write a function to delete a node (except the tail) in a singly linked list, given only access to that node. Supposed the linked list is 1 -> 2 -> 3 - ...
分类:
其他好文 时间:
2018-01-13 11:12:13
阅读次数:
122
#week10 On an NxN chessboard, a knight starts at the r-th row and c-th column and attempts to make exactly K moves. The rows and columns are 0 indexed ...
分类:
其他好文 时间:
2018-01-13 11:12:03
阅读次数:
225
#week11 Given an unsorted array of integers, find the number of longest increasing subsequence. Example 1: Input: [1,3,5,4,7] Output: 2 Explanation: T ...
分类:
其他好文 时间:
2018-01-13 11:11:40
阅读次数:
124
Given an integer matrix, find the length of the longest increasing path. From each cell, you can either move to four directions: left, right, up or do ...
分类:
其他好文 时间:
2018-01-13 11:11:32
阅读次数:
144
1、错误描写叙述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-12 14:19:28 org.apache. ...
分类:
编程语言 时间:
2018-01-13 11:11:19
阅读次数:
186
利用二周的时间,将学院新建楼栋的12台交换机全部配置完成,虽然数量不算多,但是此次配置交换机的登陆方式,较之以前有进一步的变化,考虑到学院网络安全性和部分客户端中毒后,病毒会利用TELNET自动尝试破解密码,所以从今年开始将原TELNET交换机登陆方式,一律改为SSH登陆方式,也就是Stelnet方式,
分类:
Web程序 时间:
2018-01-13 11:11:04
阅读次数:
505