CloverWS

@Clover

Record some knowledge...

Joined on Sep 12, 2019

  • [TOC] JVM基础知识大整合 概述: 原文: https://zhuanlan.zhihu.com/p/132605554 非常详细: 原文: https://pdai.tech/md/java/jvm/java-jvm-struct.html Minor GC、Major GC、Full GC的区别
     Like  Bookmark
  • 原文阅读: https://blog.csdn.net/xcbeyond/article/details/77259897
     Like  Bookmark
  • My Solution close the IDE and restart full pulish the project 推荐阅读:tomcat/Jboss启动ClassNotFoundException问题思考 https://blog.csdn.net/zxysshgood/article/details/80311100
     Like  Bookmark
  • 2299. Strong Password Checker II points: String to stream: String.chars(), it will return a IntStream anyMatch(Predicate)/AllMatch(Predicate) String.contains(CharSequence) String.indexOf(int ch), return -1 when not found.
     Like  Bookmark
  • Problem GROUP_CONCAT can not get complete data from DB Reason Default limit length of GROUP_CONCAT: 1024 Solution SET SESSION group_concat_max_len=102400; SET GLOBAL group_concat_max_len=102400;
     Like 1 Bookmark
  • 查看考試輪候時間: 説明:這個會讓你知道什麽時候能夠考筆試和路試,路試不需要你申請,你通過筆試后會自動給你日期。 網站:https://eapps1.td.gov.hk/repoes/td-es-app517/SelectServiceAction.do 查看教程: 谷歌搜索“運輸署 網上預約駕駛考試“,點擊進入政府網站 點擊“預約駕駛考試“按鈕
     Like 1 Bookmark
  • [TOC] 第一章Working with Java Data Types 1.java变量命名规则 https://www.cnblogs.com/Yuakk/p/14349555.html 对于java变量的规则,开头不能是数字,且不能只是单一符号,且不能是关键词,但是可以包含关键词。关键词区分大写小写,比如 int new; // 不可以,非法 int NEW; // 可以,合法
     Like 1 Bookmark
  • [TOC] 介绍 考试介绍以及教材推荐 原文:https://zhuanlan.zhihu.com/p/295326042 中文教程视频(两个半小时):https://www.bilibili.com/video/BV1nz4y1d7Jb/ 为什么要考AWS Cloud Practioner 第一因为有用,AWS是很多工作招聘时所要求的技能之一。不过这只是最AWS中最低等级的证书。
     Like  Bookmark
  • 简介:https://blog.csdn.net/ThinkWon/article/details/109936696 Quartz是功能强大的开源作业调度库,几乎可以集成到任何Java应用程序中-从最小的独立应用程序到最大的电子商务系统。 Quartz可用于创建简单或复杂的计划,以执行数以十计,百计,万计的工作。任务标准Java组件的任务,都可以执行您对其执行的任何编程操作。Quartz Scheduler包含许多企业级功能,例如对JTA事务和集群的支持。 Quartz是免费使用的,并根据Apache 2.0许可获得许可。 所面临的问题 问题:需要一个倒计时器,每次在点完button之后给对应的人发送邮件以及分别在第6周和第10周的时候发送提醒邮件。 思路:
     Like  Bookmark
  • HTML Tag Fliter Sometimes we would like to deleted some HTML-tags in a email(if we use html tag in our email.), to avoid hacker attack or something else. We can use org.jsoup.safety.Whitelist to achieve it. Documentation: https://jsoup.org/apidocs/org/jsoup/safety/Whitelist.html usage: addAttributes(String tag, String... attributes) Add a list of allowed attributes to a tag. addAttributes("a", "href")
     Like  Bookmark
  • [TOC] 1.必须要了解的基础知识 相关阅读: 为什么auto-increment会不连续 https://draveness.me/whys-the-design-mysql-auto-increment/ 1. 索引 https://www.zhihu.com/question/26113830
     Like 1 Bookmark
  • [TOC] This is a practice project, currently only in Chinese, and the English version will be added later. The project is developed on the basis of Spring boot, MySQL, MyBatis... 28.11.2020 index site On this page, posts made by users will be displayed. In addition, the user's avatar, username, publishing time, etc. will be displayed. If the post is marked as essential or top, it will be displayed.
     Like  Bookmark
  • 中文 : https://my.oschina.net/u/2944278/blog/2055618 https://elasticsearch.cn/question/8565 权限(比较详细) https://www.cnblogs.com/zsql/p/14373370.html English : https://www.elastic.co/guide/en/x-pack/5.5/index.html for Java : https://www.elastic.co/guide/en/x-pack/5.5/java-clients.html
     Like  Bookmark
  • [TOC] 高频算法题 https://www.nowcoder.com/discuss/577995?type=2&order=3&pos=2&page=1&channel=-1&source_id=discuss_tag_nctrack 牛客 Tree IV 什么是完全二叉树 1.铺完一层才能铺一下层,且必须从左到右 2.每一层都是等差数列(如果节点按顺序添加)
     Like  Bookmark
  • Set the sum of Columns Problem SUM function only sums results from current page! Solution change the Reset type "Column" to "Report" other Problem If you were to use the methods above, and the problem would not have been solved.
     Like  Bookmark
  • 清华大学OS课程: (内涵配套习题)https://github.com/chyyuu/os_course_info 哔哩哔哩网上课程:https://www.bilibili.com/video/av6538245?from=search&seid=2108582505794172756 2019年protokoll:https://files.zbin.de/Klausuren/Bachelor/BS/BS%20-%20Klausurprotokoll%20-%202019.pdf 目录 [TOC] 知识框架
     Like  Bookmark
  • 使用软件:Jaspersoft Studio, Eclipse 编写理由 最近在工作上有用到Jasperreport,但是花了一个学时间才学到一些皮毛,走了很多弯路。网上的教程也比较零散,有大神总结的很好,但是我看不懂(应该是基础知识不够的原因),所以打算写一篇教程,让新手能够快速入门,并且使用满足工作需要。 基础知识部分 基础知识部分引用自【易百教程】:https://www.yiibai.com/jasper_reports/ 简介 Jasper报表是一个开源的Java报表引擎,是基于Java的,它没有自己的表达式语法。
     Like  Bookmark
  • 在德国找Werksudent(Hiwi)攻略info篇 === ## 目录 [TOC] ## 序言 本攻略目前只提供给**计算机学科以及相近学科**的同学进行参考,其他专业的学生并不完全适合本攻略。能力强的同学也不需要看这篇攻略。 随着学习计算机专业的学生越来越多,竞争愈发变大,如果能够在读书期间获得实习经验,这将会是未来求职生涯中的大筹码,并且起点工资,起点公司也会比没有任何经验的同学高上不少。国内大牛可都是从大一开始实习的,幸运的是,德国的hiwi制度也给了我们不那么困难就能成为小牛的机会,并且即可以兼顾留学生涯中大学学习,也能在毕业时获得工作经验。 攻略旨在为大家整理一个完整的在德国找hiwi的流程。内容包括但不限于**如何找到招聘广告或职位信息,如何满足职位需求,如何写简历,如何写Anschreiben,面试过程中,会问到哪些问题,以及应对心得等。** 希望各位同学能够通过此攻略找到适合自己的工作。 ## 什么是Werkstudent --- 概念: Als Werkstudent werden Studenten bezeichnet, die neben d
     Like 1 Bookmark
  • # Waste Sorter ![](https://i.imgur.com/RPU3Oc9.jpg) ![](https://i.imgur.com/ikovsLT.jpg) ![](https://i.imgur.com/KMjIpQC.jpg) ![](https://i.imgur.com/e4nsywh.jpg) ![](https://i.imgur.com/FvadaPW.jpg) ![](https://i.imgur.com/ocuVnZl.jpg) ![](https://i.imgur.com/9luNHjH.jpg) ![](https://i.imgur.com/374I8eD.jpg) ![](https://i.imgur.com/jtLWdXN.jpg) ![](https://i.imgur.com/qfzOqLX.jpg)
     Like  Bookmark