码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
SqlHelper发布——比你期望的还要多的多(例如比MyBatis-Pagehelper性能更高)
SqlHelper发布——比Mybatis-PageHelper性能更高 起源 前段时间开启了一个新的项目,在选择分页插件时,发现github上很流行的一个是pagehelper,在百度上搜索了一下,使用量。由于项目紧急,所先拿来用了。但是我知道它并不适合我们。原因是它有如下几个缺点: 1) 对国产 ...
分类:数据库   时间:2019-06-03 21:41:19    阅读次数:198
Nginx的版本号隐藏
Nginx的版本号相关隐藏版本号nginx隐藏版本号需要将主配置文件中server_tokens关闭server_tokensoff;查看头信息[root@www~]#curl-Iwww.mylinuxops.comHTTP/1.1200OKServer:nginx#现在已经不显示nginx的版本号了Date:Fri,31May201912:32:23GMTContent-Type:text/ht
分类:其他好文   时间:2019-06-03 09:37:40    阅读次数:137
nginx安装
解决:sudo apt-get install libpcre3 libpcre3-dev 解决:下载zlib库: wget http://www.zlib.net/zlib-1.2.11.tar.gz,解压并安装:tar -zxvf zlib-1.2.11.tar.gz && cd zlib-1. ...
分类:其他好文   时间:2019-06-02 00:53:33    阅读次数:109
POJ 1163 The Triangle
Description Figure 1 shows a number triangle. Write a program that calculates the highest sum of numbers passed on a route that starts at the top and ...
分类:其他好文   时间:2019-06-01 19:44:46    阅读次数:89
Tengine动态模块扩展
Tengine安装tengine兼容nginx配置并启用模块ngx_http_concat_modulengx_http_concat_module该模块类似于apache中的mod_concat模块,用于合并多个文件在一个响应报文中。--with-http_concat_moduleenablengx_http_concat_module静态模块--with-http_concat_module
分类:其他好文   时间:2019-06-01 17:52:34    阅读次数:124
mod_wsgi 初体验
1, 安装 ./configure --with-apxs=/usr/local/apache2/bin/apxs --with-python=/usr/bin/python3 make && make install 2,配置 LoadModule wsgi_module modules/mod_ ...
分类:其他好文   时间:2019-06-01 09:56:41    阅读次数:128
九州祥云--2019-5-31
九州祥云--2019-5-31 1:今天NBA总决赛第一场:我个JB买了勇士赢和小分,亏了一波,心塞塞。 2:陈德照:后台加一个过滤器就好 陈德照:@Configuration@EnableWebMvcpublic class WebConfig extends WebMvcConfigurerAd ...
分类:其他好文   时间:2019-05-31 19:40:50    阅读次数:129
dpkg用法详解
dpkg用法详解dpkgdeb是debian linus的安装格式,跟red hat的rpm非常相似,最基本的安装命令是dpkg -i file.debdpkg 是Debian Package的简写,是为Debian专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux... ...
分类:其他好文   时间:2019-05-31 18:02:52    阅读次数:116
IDEA启动tomcat报错:java.lang.NoClassDefFoundError: org/springframework/context/ApplicationContext、ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component
先看日志: 日志里告诉我们tomcat启动时加载类失败了,导致web容器无法启动。我看了下IDEA生成的output目录,果然lib里面jar并不完整,spring的jar明显是缺失的。至于原因嘛,只能 推测是之前我的pom文件引用的是本地src/main/webapp/lib目录下的jar包,后来 ...
分类:移动开发   时间:2019-05-27 22:01:53    阅读次数:1783
centos7 install vim8
centos7 install vim8 Git and dependency Git: https://github.com/vim/vim configure install ...
分类:系统相关   时间:2019-05-26 13:00:19    阅读次数:126
2425条   上一页 1 ... 63 64 65 66 67 ... 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!