码迷,mamicode.com
首页 >  
搜索关键字:included    ( 465个结果
Yii2 集成 adminlteasset
https://github.com/dmstr/yii2-adminlte-asset ...
分类:其他好文   时间:2017-02-14 21:47:26    阅读次数:1323
coursera:machine learing--code-6
Anomaly detection In this exercise, you will implement an anomaly detection algorithm to detect anomalous behavior in server computers. The features m ...
分类:系统相关   时间:2017-02-11 16:46:26    阅读次数:700
[dpdk] SDK编译配置
前言: dpdk-16.07.2 与 内核Linux-3.10.0-514.6.1.el7.x86_64 编译的时候有个关于kni的错误 已知: 1. 学会了编译。 2. config已完成 配置: 修改文件 /root/src/thirdparty/dpdk/dpdk-stable-16.07.2 ...
分类:其他好文   时间:2017-02-08 13:15:16    阅读次数:4109
(转)autoconfig.mk文件的自动生成
autoconf.mk uboot的顶层Makefile中有如下的一段代码 [plain] view plaincopy # # Auto-generate the autoconf.mk file (which is included by all makefiles) # # This targ ...
分类:其他好文   时间:2017-02-05 00:41:20    阅读次数:568
Even Fibonacci numbers
problem 2:Even Fibonacci numbers 题意:求斐波那契数列不大于4百万的值为偶数的和 代码如下: ...
分类:其他好文   时间:2017-01-16 19:55:57    阅读次数:138
Largest palindrome product
problem 4:Largest palindrome product 题意:求由三位数和三位数之积构成的最大回文数字 代码如下: ...
分类:其他好文   时间:2017-01-16 19:54:22    阅读次数:175
[异常解决] Make nRF51 DFU Project Appear "fatal error: uECC.h: No such file or directory"
What's the problem When I make the nRF51's DFU project appear "no uECC.h" error: And then find that: The uECC library is an external library that is n ...
分类:移动开发   时间:2017-01-09 16:34:07    阅读次数:1609
NGINX----源码阅读---cycle
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #ifndef _NGX_CYCLE_H_INCLUDED_#define _NGX_CYCLE_H_INCLUDED_ #include <ngx_config.h>#inc ...
分类:其他好文   时间:2017-01-08 03:46:21    阅读次数:200
Windows自带.NET Framework版本大全
The following is a complete list of which version of the .NET Framework is included in which version of the OS: Windows XP Media Center Edition (Windo ...
分类:Windows程序   时间:2017-01-07 00:06:44    阅读次数:450
log4j
Log4j是Apache的一个开源项目,通过使用Log4j,我们可以控制日志信息输送的目的地是控制台、文件、GUI组件,甚至是套接口服务器、NT的事件记录器、UNIX Syslog守护进程等;我们也可以控制每一条日志的输出格式;通过定义每一条日志信息的级别,我们能够更加细致地控制日志的生成过程。最令 ...
分类:其他好文   时间:2017-01-03 15:36:46    阅读次数:293
465条   上一页 1 ... 19 20 21 22 23 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!