码迷,mamicode.com
首页 >  
搜索关键字:precompile prefix he    ( 8901个结果
rsync + while
安装inotify tools 3.14.tar.gz tar xf inotify tools 3.14.tar.gz && cd inotify tools 3.14 ./configure prefix=/app && make &&make install vim auto_inotify. ...
分类:其他好文   时间:2020-05-08 22:40:21    阅读次数:72
Linux集群监控之Cacti
1. Cacti原理概述 组合框架:LAP 数据收集:SNMP 绘制图形:RRDtool a) SNMP(简单网络管理协议) SNMP常见版本: V1 简单高效 不支持加密以及身份认证 V2 身份认证 V3 加密 b) RRDtool 官方定义:RRDtool是开源行业标准,高性能的时间序列数据记录 ...
分类:系统相关   时间:2020-05-08 16:04:22    阅读次数:157
Centos7下安装Apache过程
注意事项: 源码安装分为配置(configure)、编译(make)、安装(make install)。 安装httpd时,如果需要进行指定安装,用到./configure --prefix ./configure --prefix=/usr/local/apache configure --pre ...
分类:Web程序   时间:2020-05-07 13:59:07    阅读次数:84
Laravel - 路由的多层嵌套
Route::group(['prefix'=>'admin'],function(){ Route::get('/',function(){ return view('admin.article.index'); }); Route::get('sort',function(){ return v ...
分类:其他好文   时间:2020-05-07 13:36:33    阅读次数:103
【剑指offer】【树】34.二叉树中和为某一值的路径
题目链接:https://leetcode cn.com/problems/er cha shu zhong he wei mou yi zhi de lu jing lcof/ 递归 ...
分类:其他好文   时间:2020-05-06 21:42:57    阅读次数:59
CF1303G 【Sum of Prefix Sums】[李超树,点分治]
题意: 选出一条链 $[u \to v]$,每个点有个权值,然后求 $\max{\sum s_i}$,$s_i$ 为路径前缀和。 首先路径问题先想到点分治,然后考虑如何链上计算这个贡献,如果当前重心为 $x$,我们选出了两个点 $u,v$ ,非常显然 $u,v$ 都是叶子结点。 ~~(证明略)~~ ...
分类:其他好文   时间:2020-05-06 21:40:48    阅读次数:91
el自定义函数
jsp页面引用: 用taglib指令,引入自定义的EL函数库 1 <%@ taglib prefix="re" uri="http://com.kintech/taglib/regularExpression" %> 1 <?xml version="1.0" encoding="UTF-8" ?> ...
分类:其他好文   时间:2020-05-06 19:57:58    阅读次数:57
【前端链路监控】前端错误日志收集
1、为什么要处理异常? 增强用户体验; 远程定位问题,未雨绸缪,及早发现问题及早处理; 无法复现问题,尤其是移动端,可以查找日志; 收集错误产生的系统信息,如浏览器,机型等; 完善的前端方案,前端监控系统; 对于 JS 而言,我们面对的仅仅只是异常,异常的出现不会直接导致 JS 引擎崩溃,最多只会使 ...
分类:其他好文   时间:2020-05-06 16:46:26    阅读次数:97
./configure --prefix=/opt/nginx-1.17.10 --with-http_stub_status_module --with-http_realip_module --with-http_ssl_module --with-pcre --with-http_realip_module --with-stream
./configure --prefix=/opt/nginx-1.17.10 --with-http_stub_status_module --with-http_realip_module --with-http_ssl_module --with-pcre --with-http_realip ...
分类:Web程序   时间:2020-05-06 11:40:33    阅读次数:114
Ubuntu18.04 编译 sparse-ncnet
依赖环境 1. 系统环境 gcc/g++ 7 cuda 10.1 2. conda环境 ...
分类:Web程序   时间:2020-05-06 01:21:36    阅读次数:131
8901条   上一页 1 ... 31 32 33 34 35 ... 891 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!