会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kikyo
纸上得来终觉浅,绝知此事要躬行。
博客园
新随笔
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
56
下一页
2020年7月11日
【Spring__404】Idea 前台访问不到controller,404错误
摘要: 发现target目录下并无lib文件夹,且无jar包,解决办法如图
阅读全文
posted @ 2020-07-11 19:31 一只桔子2233
阅读(752)
评论(0)
推荐(0)
2020年6月29日
【Java__Socket 】服务端和客户端通信案例(IO流)
摘要: 0、前言 Java IO 流分为输入流InputStream和输出流OutputStream | 输入流 | 输出流 | | : : | : : | | InputStream | OutputStream | | 读进来 | 写出去 | | 读到程序内存 | 写出到流里面 | 1、客户端 publ
阅读全文
posted @ 2020-06-29 17:25 一只桔子2233
阅读(299)
评论(0)
推荐(0)
2020年6月27日
【Bootstrap__实例】bootstrap 导航条、轮播图、三列布局、分割线、标签页、模态框、版权 等综合应用
摘要: 简介 1、轮播图切换时间间隔,鼠标悬停停止 2、文档定位$(document).scrollTop() <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatibl
阅读全文
posted @ 2020-06-27 23:50 一只桔子2233
阅读(529)
评论(0)
推荐(0)
【CSS__宽度】css width: auto;和width: 100%;的区别
摘要: 代码 width: 100%;浏览器窗口多出滚动条左右有30px的padding width: auto;未设置auto,则默认auto,浏览器撑满显示 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tit
阅读全文
posted @ 2020-06-27 15:08 一只桔子2233
阅读(179)
评论(0)
推荐(0)
2020年6月26日
【bootstrap__栅格】栅格实例
摘要: 栅格盒模型设计的精妙之处 容器两边具有15px的padding 行 两边具有-15px的margin 列 两边具有15px的padding 为了维护槽宽的规则, 列两边必须得要15px的padding 为了能使列嵌套行 行两边必须要有-15px的margin 为了让容器可以包裹住行 容器两边必须要有
阅读全文
posted @ 2020-06-26 16:15 一只桔子2233
阅读(333)
评论(0)
推荐(0)
2020年6月25日
【BootStrap__容器】
摘要: 1、流体容器 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="bootstrap-3.3.7-dist/css/boots
阅读全文
posted @ 2020-06-25 22:50 一只桔子2233
阅读(157)
评论(0)
推荐(0)
2020年6月24日
启动mysql报错mysqld_safe error: log-error set to '/var/log/mariadb/mariadb.log'
摘要: 原因 因为没有路径也没有权限,所以创建此路径并授权给mysql用户 mkdir /var/log/mariadb touch /var/log/mariadb/mariadb.log # 用户组及用户 chown -R mysql:mysql /var/log/mariadb/ /usr/local
阅读全文
posted @ 2020-06-24 17:34 一只桔子2233
阅读(6187)
评论(0)
推荐(1)
【Utils__JsonMapper】jackson工具类
摘要: import java.io.IOException; import java.util.List; import java.util.Map; import java.util.TimeZone; import org.apache.commons.lang3.StringEscapeUtils;
阅读全文
posted @ 2020-06-24 14:58 一只桔子2233
阅读(905)
评论(0)
推荐(0)
【Spring__ehcache 】ehcache简单使用
摘要: 1、配置文件 <ehcache.version>2.6.11</ehcache.version> <ehcache-web.version>2.0.4</ehcache-web.version> <dependency> <groupId>net.sf.ehcache</groupId> <arti
阅读全文
posted @ 2020-06-24 10:15 一只桔子2233
阅读(155)
评论(0)
推荐(0)
【Spring__ApplicationContext】SpringContextHolder
摘要: 1、配置 全局设置ApplicationContext需在spring配置文件配置<bean class="com.kikyo.listener.SpringContextHolder" lazy-init="false"/>,在spring在初始化时,扫描实现了ApplicationContext
阅读全文
posted @ 2020-06-24 10:03 一只桔子2233
阅读(550)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
56
下一页
公告