会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
书书书书书书
博客园
首页
新随笔
联系
订阅
管理
2019年4月12日
spring-web 和 spring-webmvc(转)
摘要: spring-web provides core HTTP integration, including some handy Servlet filters, Spring HTTP Invoker, infrastructure to integrate with other web frame
阅读全文
posted @ 2019-04-12 20:37 书书书书书书
阅读(212)
评论(0)
推荐(0)
2018年5月18日
(转) nginx 添加http_ssl_module模块
摘要: 在centos中,配置nginx的https时,出现如下错误。 nginx: [emerg] unknown directive "ssl" in /usr/local/nginx/conf/nginx.conf:102 到解压的nginx目录下 ./configure --with-http_ss
阅读全文
posted @ 2018-05-18 15:35 书书书书书书
阅读(338)
评论(0)
推荐(0)
2018年5月4日
redis配置远程访问--阿里云服务器
摘要: 1、开放安全组端口6379 2、开放linux的iptables防火墙对6379端口的拦截 (1)、修改/ect/sysconfig/iptables文件 -A INPUT -p tcp -m tcp --dport 6379 -j ACCEPT (2)、/etc/init.d/iptables r
阅读全文
posted @ 2018-05-04 16:58 书书书书书书
阅读(153)
评论(0)
推荐(0)
redis操作基本命令
摘要: 启动: 1、./redis-server & //在bin目录下启动 2、./redis-server /usr/local/redis/etc/redis.conf //配置文件启动 设置密码: 1、config get requirepass //查看密码 2、(1)config set req
阅读全文
posted @ 2018-05-04 16:48 书书书书书书
阅读(161)
评论(0)
推荐(0)
2015年11月5日
linux
摘要: grep "你好" -rn ./
阅读全文
posted @ 2015-11-05 17:31 书书书书书书
阅读(88)
评论(0)
推荐(0)
2015年10月15日
底部当行css
摘要: .nav { width:100%; height:30px; margin:0 auto; background:#f00; position:fixed; bottom:0;}
阅读全文
posted @ 2015-10-15 13:43 书书书书书书
阅读(114)
评论(0)
推荐(0)
2015年10月9日
mysql没有访问权限
摘要: [mysqld]port=3306skip-grant-tables
阅读全文
posted @ 2015-10-09 13:55 书书书书书书
阅读(164)
评论(0)
推荐(0)
2015年10月8日
linux配置上网(DNS丢失)
摘要: 网络配置 一个重要的步骤:修改虚拟机的链接方式为桥接方式 配置IP地址和子网掩码 编辑和配置文件 cd /etc/sysconfig/network-scripts cp ifcfg-eth0 ./ifcfg-eth0.bak (文件修改之前,先做个备份) 修改vi ifcfg-eth0 ON...
阅读全文
posted @ 2015-10-08 10:43 书书书书书书
阅读(271)
评论(0)
推荐(0)
2015年10月7日
docker一些基本操作
摘要: 一、从Docker Hub仓库下载一个Ubuntu 12.01 操作系统的镜像(从官方下载) $ sudo docker pull ubuntu:12.04 即从注册服务器registry.hub.docker.com中的ubuntu仓库来下载12.04的镜像二、BusyBox是一个最小的Linu...
阅读全文
posted @ 2015-10-07 16:53 书书书书书书
阅读(205)
评论(0)
推荐(0)
Error requesting socket: exit status 255(一个很不错的解决办法)【转】
摘要: 内容有点有点多,还有那么多图,记录一个地址https://cnodejs.org/topic/55a24267419f1e8a23a64367
阅读全文
posted @ 2015-10-07 16:14 书书书书书书
阅读(164)
评论(0)
推荐(0)
下一页
公告