码迷,mamicode.com
首页 > 2018年01月13日 > 全部分享
centos7系统搭建DNS服务器
搭建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
455. Assign Cookies
#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
tfboys——tensorflow模块学习(一)
Tensorflow的基本使用TensorFlow 的特点:使用图 (graph) 来表示计算任务.在被称之为 会话 (Session) 的上下文 (context) 中执行图.使用 tensor 表示数据.通过 变量 (Variable) 维护状态.使用 feed 和 fetch 可以为任意的操作... ...
分类:其他好文   时间:2018-01-13 11:13:00    阅读次数:725
ALERT日志中常见监听相关报错之二:ORA-3136错误的排查
最近在多个大型系统中遇到此问题,一般来说假设client未反映异常的话能够忽略的。 假设是client登陆时遇到ORA-12170: TNS:Connect timeout occurred,能够參考 http://blog.csdn.net/haibusuanyun/article/details ...
分类:其他好文   时间:2018-01-13 11:12:52    阅读次数:217
java9新特性-11-String存储结构变更
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
java9新特性-17-智能Java编译工具
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输入框的密码账号 不让浏览器记住
<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
Union Find-547. Friend Circles
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
Linked List-237. Delete Node in a Linked List
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
!688. Knight Probability in Chessboard
#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
H5C3--盒子模型
从下图 可以看出这个盒子的稳固程度: ...
分类:其他好文   时间:2018-01-13 11:11:50    阅读次数:212
673. Number of Longest Increasing Subsequence
#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
Memoization-329. Longest Increasing Path in a Matrix
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
Caused by: java.lang.ClassNotFoundException: org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWo
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
高并发编程-07-JDK提供的原子类操作及原理
JDK给我们提供的原子类API及底层原理
分类:其他好文   时间:2018-01-13 11:11:10    阅读次数:140
如何配置华为交换机SSH登陆方式(Stelnet)
        利用二周的时间,将学院新建楼栋的12台交换机全部配置完成,虽然数量不算多,但是此次配置交换机的登陆方式,较之以前有进一步的变化,考虑到学院网络安全性和部分客户端中毒后,病毒会利用TELNET自动尝试破解密码,所以从今年开始将原TELNET交换机登陆方式,一律改为SSH登陆方式,也就是Stelnet方式,
分类:Web程序   时间:2018-01-13 11:11:04    阅读次数:505
如何把私有地址转换成公有地址来访问外部?
把私有地址转换成公有地址来访问外网
分类:其他好文   时间:2018-01-13 11:10:56    阅读次数:269
1417条   上一页 1 ... 65 66 67 68 69 70 71 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!