-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java注解的理解和应用 | 闪烁之狐 #58
Comments
为什么我的代码,没有高亮 |
我的markdown工具是vscode里面下载插件作为预览(没有问题),但是Hexo生成后预览,各种怪问题就出来了 |
@FinalLins 你的 Markdown 的代码块上面需要加上编程语言的名称,才会有高亮。 |
你好,加过了语法 //类似这样的 |
```java |
更换成其他的theme后,重启电脑再更换回来重新hexo g就可以了。可能是缓存问题(中间使用过hexo clean)。迷之尴尬的问题啊,解决了,但是不知道发生了什么。谢谢啦。非常感谢你提供这么优秀的模板 |
hello,文章最底下的功能没有哦。 转载请注明:author > 文章名称。 git地址同步了master最新的代码。 |
@FinalLins 这个最新版里面要在主题的 |
https://blinkfox.github.io/2018/11/08/hou-duan/java/java-zhu-jie-de-li-jie-he-ying-yong/
概述1. 什么是注解注解(Annotation)是一种应用于类、方法、参数、变量、构造器及包声明中的特殊修饰符,它是一种由JSR-175标准选择用来描述元数据的一种工具。Java从Java5开始引入了注解。在注解出现之前,程序的元数据只是通
The text was updated successfully, but these errors were encountered: