Linux NTP服务器端配置:1)设置/etc/ntp.conf配置文件[root@localhost etc]# vi /etc/ntp.conf# For more information about this file, see the man pages# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), n
分类:
移动开发 时间:
2018-05-18 16:49:54
阅读次数:
355
Question : When you see the log "Flags mismatch irq ............", maybe you use the same irq number to register different interrupt handler . irq num ...
分类:
其他好文 时间:
2018-05-17 22:25:47
阅读次数:
405
/var/log/messages是linux系统总日志,系统中存有一个日志切割机制,日志的滚动,在增长到一定级别了,就会自动切割日志文件,防止它无限制的增加/etc/logrotate.conf//日志切割配置文件#cat/etc/logrotate.conf//cat下日志切割配置文件#see"manlogrotate"fordetails#rotatelogfileswe
分类:
系统相关 时间:
2018-05-17 12:03:58
阅读次数:
226
说说自定义注解的场景及实现 跟踪代码的依赖性,实现代替配置文件的功能。比较常见的是Spring等框架中的基于注解配置。 还可以生成文档常见的@See@param@return等。如@override放在方法签名,如果这个方法 并不是覆盖了超类方法,则编译时就能检查出。 使用@interface自定义 ...
分类:
其他好文 时间:
2018-05-16 15:29:37
阅读次数:
693
1. 背景 在工作中使用JasperReport生成报表,会出现错误Font \"微软雅黑\" is not available to the JVM. See the Javadoc for more details. 2. 分析 开发环境是window7,并没有出现该问题。测试环境是linux, ...
分类:
编程语言 时间:
2018-05-16 15:16:37
阅读次数:
572
Problem: Let $K,f,g$ be in $\calD(\bbR^d)$, and $K$ is radial (for definition, see Problem 2). Show that $$\bex \int (K*f)(x)g(x)\rd x=\int f(x)(K*g)( ...
分类:
其他好文 时间:
2018-05-14 12:27:46
阅读次数:
141
1 #urls.py 2 3 """PerfectCRM URL Configuration 4 5 The `urlpatterns` list routes URLs to views. For more information please see: 6 https://docs.django ...
分类:
其他好文 时间:
2018-05-13 19:03:03
阅读次数:
384
## This is the main Apache HTTP server configuration file. It contains the# configuration directives that give the server its instructions.# See <URL: ...
分类:
其他好文 时间:
2018-05-11 00:11:55
阅读次数:
208
cat ~/.ssh/id_rsa.pub | ssh root@destination_server_address "cat >> ~/.ssh/authorized_keys" see also: https://www.liberiangeek.net/2014/07/enable-ssh- ...
分类:
其他好文 时间:
2018-05-08 16:25:37
阅读次数:
114
BaoBao has just found a strange sequence {<, >, <, >, , <, >} of length in his pocket. As you can see, each element <, > in the sequence is an ordered ...
分类:
移动开发 时间:
2018-05-08 14:37:31
阅读次数:
571