Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
Donate
Please sign in before you donate.
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
1 Star 0 Fork 3.4K

bluebug2016/LearningNotes

forked from 陌溪/LearningNotes
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
文件
master
Branches (1)
master
master
Branches (1)
master
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
master
Branches (1)
master
LearningNotes
/
index.html
LearningNotes
/
index.html
index.html 6.87 KB
Copy Edit Raw Blame History
陌溪 authored 2021年11月06日 22:16 +08:00 . docs:更新README
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>陌溪的学习笔记</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="陌溪的学习笔记,面试突击宝典">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>陌溪的学习笔记 - 专注于技术分享</title>
<meta name="keywords" content="陌溪的学习笔记,蘑菇笔记,笔记社区,,蘑菇IT笔记,IT笔记,技术笔记,Java技术分享,Spring教程,开发者社区">
<meta name="description" content="一个专注于技术分享的笔记平台,大家以共同学习,乐于分享,拥抱开源的价值观进行学习交流">
<link rel="canonical" href="http://note.moguit.cn/">
<meta property="og:locale" content="zh_CN">
<meta property="og:type" content="website">
<meta property="og:title" content="陌溪笔记 - 专注于技术分享的笔记平台">
<meta property="og:description" content="一个专注于技术分享的笔记平台">
<meta property="og:url" content="http://note.moguit.cn/">
<meta property="og:site_name" content="陌溪笔记">
<meta name="twitter:description" content="一个专注于技术分享的笔记平台">
<meta name="twitter:title" content=">陌溪笔记 - 专注于技术分享的笔记平台">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<!-- 谷歌站点收录 -->
<meta name="google-site-verification" content="qTFCf1hJ275saQ7H1kin5t2DVpznBKAj0Gi50XMOVMo" />
<!-- 百度站点收录-->
<meta name="baidu-site-verification" content="SZyWUIzWiU" />
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '📙 陌溪的学习笔记',
coverpage: true, // 设置封面
onlyCover: true, // 只显示封面
loadSidebar: true, // 设置侧边栏
subMaxLevel: 2, //侧边栏显示当前页面的目录(标题)
loadNavbar: true, // 设置导航栏
// 完整配置参数
search: {
placeholder: '搜索', // 搜索提示框文字, 支持本地化,例子在下面
noData: '找不到结果!',
depth: 3, // 搜索标题的最大程级, 1 - 6
},
footer: {
copy: '<span id="sitetime" style="font-size:14px"></span><br/><span style="font-size:14px"> Copyright <a href="https://t.1yb.co/sBOZ" target="_blank" style="font-size:14px"> 🏷️ <strong>陌溪</strong> </a> &nbsp; &copy; 2021年06月11日 - 至今 &nbsp; <a href="https://beian.miit.gov.cn/" target="_blank" style="font-size:14px"> <strong>赣ICP备18014504号</strong></a></span>',
auth: '<br/><span style="font-size:14px"> 种一颗树最好的时间是十年前,其次是现在🌲️</span>',
pre: '<hr/>',
style: 'text-align: left;',
}//添加页脚
}
</script>
<script src="https://cdn.bootcdn.net/ajax/libs/docsify/4.11.2/docsify.js"></script>
<!-- 引入搜索模块 -->
<script src="https://cdn.bootcdn.net/ajax/libs/docsify/4.11.2/plugins/search.min.js"></script>
<!-- 添加一键拷贝代码-->
<script src="//unpkg.com/docsify-copy-code"></script></script>
<!--添加不蒜子访问统计-->
<script async src="https://cdn.jsdelivr.net/gh/forthespada/forthespada.github.io@master/plugin/js/busuanzi.pure.mini.js"></script>
<!-- mouse click -->
<script src="https://cdn.jsdelivr.net/gh/forthespada/forthespada.github.io@master/plugin/click_heart.js"></script>
<!-- 添加页脚 -->
<script src="https://cdn.jsdelivr.net/gh/wugenqiang/NoteBook@master/plugin/docsify-footer-enh.min.js"></script>
<!-- 字数统计功能 -->
<script src="//unpkg.com/docsify-count/dist/countable.js"></script>
<!-- 图片缩小方法-->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<!-- 回到顶部功能 -->
<script src="https://cdn.jsdelivr.net/gh/forthespada/forthespada.github.io@master/plugin/jquery.js"></script>
<script src="https://cdn.jsdelivr.net/gh/forthespada/forthespada.github.io@master/plugin/jquery.goup.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$.goup({
trigger: 700,
bottomOffset: 20,
locationOffset: 8,
title: '',
titleAsText: true
});
});
</script>
<!-- 添加代码高亮 -->
<script src="//unpkg.com/prismjs/components/prism-bash.js"></script>
<script src="//unpkg.com/prismjs/components/prism-java.js"></script>
<script src="//unpkg.com/prismjs/components/prism-sql.js"></script>
<script src="//unpkg.com/prismjs/components/prism-java.js"></script>
<script src="//unpkg.com/prismjs/components/prism-sql.js"></script>
<!-- 添加网站运行时间统计 -->
<script language=javascript>
function siteTime() {
window.setTimeout("siteTime()", 1000);
var seconds = 1000;
var minutes = seconds * 60;
var hours = minutes * 60;
var days = hours * 24;
var years = days * 365;
var today = new Date();
var todayYear = today.getFullYear();
var todayMonth = today.getMonth() + 1;
var todayDate = today.getDate();
var todayHour = today.getHours();
var todayMinute = today.getMinutes();
var todaySecond = today.getSeconds();
/* Date.UTC() -- 返回date对象距世界标准时间(UTC)1970年1月1日午夜之间的毫秒数(时间戳)
year - 作为date对象的年份,为4位年份值
month - 0-11之间的整数,做为date对象的月份
day - 1-31之间的整数,做为date对象的天数
hours - 0(午夜24点)-23之间的整数,做为date对象的小时数
minutes - 0-59之间的整数,做为date对象的分钟数
seconds - 0-59之间的整数,做为date对象的秒数
microseconds - 0-999之间的整数,做为date对象的毫秒数 */
var t1 = Date.UTC(2021, 06, 11, 00, 00, 00); //北京时间2021年06月11日
var t2 = Date.UTC(todayYear, todayMonth, todayDate, todayHour, todayMinute, todaySecond);
var diff = t2 - t1;
var diffYears = Math.floor(diff / years);
var diffDays = Math.floor((diff / days) - diffYears * 365);
var diffHours = Math.floor((diff - (diffYears * 365 + diffDays) * days) / hours);
var diffMinutes = Math.floor((diff - (diffYears * 365 + diffDays) * days - diffHours * hours) / minutes);
var diffSeconds = Math.floor((diff - (diffYears * 365 + diffDays) * days - diffHours * hours - diffMinutes * minutes) / seconds);
if(document.getElementById("sitetime")) {
document.getElementById("sitetime").innerHTML = " 陌溪的笔记已运行 " + diffYears + "" + diffDays + "" + diffHours + " 小时 " + diffMinutes + "" + diffSeconds + "";
}
}
siteTime();
</script>
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b434d13346692660cab629bae098bc59";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>
Loading...
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

Java学习笔记,主要来源于B站上视频的学习,同时会记录平时一些学习和项目中遇到的问题,同步更新在蘑菇博客,如果对我的博客网站感兴趣的话,欢迎关注我的 蘑菇博客项目 笔记主要涵盖:Java,Spring,SpringCloud,计算机网络,操作系统,数据结构,Vue等 如果笔记对您有帮助的话,欢迎star支持,谢谢~
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bluebug2016/LearningNotes.git
git@gitee.com:bluebug2016/LearningNotes.git
bluebug2016
LearningNotes
LearningNotes
master
Going to Help Center

Search

Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /