会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
年少有为
三十载如朝夕,望君多珍惜。
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
17
18
19
20
21
22
23
24
25
26
下一页
2019年6月5日
wed.xml 中 filter、servlet 配置格式
1、wed.xml 中 filter 配置格式 2、wed.xml 中 servlet 配置格式 注: 1)url-pattern要么以'/'开头,要么以'*'开头。绝对不能漏掉斜杠! 2)不能同时使用两种模糊匹配,例如 /lm/*.do是非法路径
Read More
posted @ 2019-06-05 19:53 活出自己范儿
Views(284)
Comments(0)
Diggs(0)
2019年6月4日
redis 日志等级说明
redis loglevel 安装默认的设置为 verbose 1)debug:会打印出很多信息,适用于开发和测试阶段 2)verbose(冗长的):包含很多不太有用的信息,但比debug要清晰一些 3)notice:适用于生产模式 4)warning : 警告信息例:
Read More
posted @ 2019-06-04 12:51 活出自己范儿
Views(1011)
Comments(0)
Diggs(0)
2019年6月3日
ideal 工具jdk环境配置
1、File >> Other Settings >> Default Project Structure ... 2、Project >> jdk_view >> ok
Read More
posted @ 2019-06-03 20:16 活出自己范儿
Views(366)
Comments(0)
Diggs(0)
创建一个简单的 Springboot web项目
1、点击Project 2、点击 Next 3、项目名 4、web 项目 4、确认 5、pom.xml 6、启动类 7、Controller类 8、启动项目 9、效果 1)http://localhost:8080/hello 2)http://localhost:8080/closed
Read More
posted @ 2019-06-03 20:09 活出自己范儿
Views(14135)
Comments(1)
Diggs(1)
linux 特殊符号
1、# 与 $ # 超级用户(root) $ 普通用户 2、/ 与 ~ / 根目录 ~ 家目录
Read More
posted @ 2019-06-03 19:28 活出自己范儿
Views(184)
Comments(0)
Diggs(0)
entry 遍历 Map 元素
1、书写类 2、结果
Read More
posted @ 2019-06-03 12:44 活出自己范儿
Views(305)
Comments(0)
Diggs(0)
SpringApplication.run 做了哪些事?
SpringApplication.run一共做了两件事,分别是 创建SpringApplication对象 利用创建好的SpringApplication对象,调用run方法论 创建SpringApplication对象 利用创建好的SpringApplication对象,调用run方法论 结论:
Read More
posted @ 2019-06-03 12:32 活出自己范儿
Views(371)
Comments(0)
Diggs(0)
linux 系统下项目启动与停止脚本
该文被密码保护。
Read More
posted @ 2019-06-03 10:52 活出自己范儿
Views(3)
Comments(0)
Diggs(0)
2019年6月2日
Java 基础知识
1、Java 和 C++的区别? 我知道很多人没学过 C++,但是面试官就是没事喜欢拿咱们 Java 和 C++ 比呀!没办法!!!就算没学过C++,也要记下来! 1)都是面向对象的语言,都支持封装、继承和多态; 2)Java 不提供指针来直接访问内存,程序内存更加安全; 3)Java 的类是单继承
Read More
posted @ 2019-06-02 16:20 活出自己范儿
Views(160)
Comments(0)
Diggs(0)
linux 系统下 zip 的加密压缩与解压缩命令
1、加密压缩 2、查看详情 3、解压缩 提示:解压缩需要输入密码 注:-r 递归 -v 查看 -P 密码
Read More
posted @ 2019-06-02 13:13 活出自己范儿
Views(8774)
Comments(0)
Diggs(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
26
下一页
公告