码迷,mamicode.com
首页 >  
搜索关键字:i see    ( 2224个结果
【NetApp】配置NetApp控制器与Linux NTP服务器同步
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
"Flags mismatch irq" register interrupt handler error
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
Linux系统日志
/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
Font \"微软雅黑\" is not available to the JVM. See the Javadoc for more details.
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
2017-2018-2偏微分方程复习题解析9
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
Django项目:CRM(客户关系管理系统)--72--62PerfectCRM实现CRM讲师讲课记录
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
xammp 配置虚拟主机
## 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
enable-ssh-key-logon-disable-password-password-less-logon-centos/
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
第15届浙江省赛 D Sequence Swapping(dp)
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
2224条   上一页 1 ... 47 48 49 50 51 ... 223 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!