码迷,mamicode.com
首页 >  
搜索关键字:trap    ( 1172个结果
编译安装httpd实现三类虚拟主机的访问
httpd简介httpd是Apahce超文本传输协议(HTTP)服务器的主程序。被设计为一个独立运行的后台进程,它会建立一个处理请求的子进程或线程的池。通常,httpd不应该被直接调用,而应该在类Unix系统中由apachectl调用,在Windows中作为服务运行。1.编译安装httpd-2.4httpd依赖于apr-1.4+,apr-util-1.4+,[apr-icon]apr:apache
分类:Web程序   时间:2018-08-12 18:38:12    阅读次数:253
pinpoint配置使用
一、下载pinpoint包 从https://github.com/naver/pinpoint/releases 下载 pinpoint-agent.tar.gz pinpoint-collector.war pinpoint-web.war 二、安装 HBase 修改 hbase-site.xm ...
分类:其他好文   时间:2018-08-12 15:47:33    阅读次数:259
bookstrap
<table id="" class="table table-striped table-advance table-hover"> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> </tbody> </table> ...
分类:其他好文   时间:2018-08-09 17:24:14    阅读次数:105
安装 primecoin 矿池
壹、安装 boost_1_49_0。 一、官网下载:https://www.boost.org/ 二、解压:tar -xzvf boost_1_49_0 三、到解压目录下:cd boost_1_49_0 四、运行脚本:./bootstrap.sh --prefix=/opt/boost --with ...
分类:其他好文   时间:2018-08-06 14:35:33    阅读次数:126
Mysql配置文件模板
来自: http://www.fromdual.com/mysql-configuration-file-sample The MySQL and MariaDB default configuration is not very great for production use. Some of ...
分类:数据库   时间:2018-08-02 19:16:08    阅读次数:170
bootstrap 的模态框
1,改变bootstrap 的宽与高, 将style=“height:900px”放在<div class = "modal-dialog">或者更外层上,整个模态框的高度不会发生变化 (只有放在content 的样式里面才生效) 2)宽度 将style=“width:900px”放在<div cl ...
分类:其他好文   时间:2018-08-01 00:26:25    阅读次数:129
[LeetCode] 42. Trapping Rain Water_hard tag: Two Pointers
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:移动开发   时间:2018-07-28 11:40:37    阅读次数:214
Mybatis分页
Mybatis在分页的地方完全都是手写分页SQL和count的sql,总之很麻烦。想找一种优雅、简单点的方式。在github上发现一种很好的分页插件PageHelper。 1.配置拦截器插件 mybatis-config.xml 在代码中引用 对结果的处理封装了一个方法 思考:1、基于拦截器的分页, ...
分类:其他好文   时间:2018-07-27 19:15:19    阅读次数:139
vue 引入bootstarp --webpack
1.npm install jquery --save-dev 引入jquery。2.// 增加一个plugins 3.import $ from 'jquery' 4.安装bootstrap,使用命令npm install bootstrap --save-dev5. ...
分类:Web程序   时间:2018-07-26 23:25:40    阅读次数:415
Web项目部署(Flask Angular2 Nginx)
独立弄了一个项目,也是锻炼自己的工程能力,使用了比较常用的框架,后端Flask,前端Angular2,采用前后端完全分离的方式,通过接口传输json,但是在具体部署过程中,查找资料较为零散,故整理如下,希望能在自己提高的同时帮助别人。一、部署环境服务器架设在阿里云,linux环境为 * CentOS... ...
分类:Web程序   时间:2018-07-26 19:57:53    阅读次数:260
1172条   上一页 1 ... 46 47 48 49 50 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!