Skip to content
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

Open
blinkfox opened this issue Nov 9, 2018 · 8 comments
Open

Java注解的理解和应用 | 闪烁之狐 #58

blinkfox opened this issue Nov 9, 2018 · 8 comments

Comments

@blinkfox
Copy link
Owner

blinkfox commented Nov 9, 2018

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开始引入了注解。在注解出现之前,程序的元数据只是通

@FinalLins
Copy link

为什么我的代码,没有高亮

@FinalLins
Copy link

我的markdown工具是vscode里面下载插件作为预览(没有问题),但是Hexo生成后预览,各种怪问题就出来了

@blinkfox
Copy link
Owner Author

blinkfox commented Aug 9, 2019

@FinalLins 你的 Markdown 的代码块上面需要加上编程语言的名称,才会有高亮。

@FinalLins
Copy link

@blinkfox
@FinalLins 你的 Markdown 的代码块上面需要加上编程语言的名称,才会有高亮。

你好,加过了语法

//类似这样的

@FinalLins
Copy link

```java
//类似这样的
```

@FinalLins
Copy link

更换成其他的theme后,重启电脑再更换回来重新hexo g就可以了。可能是缓存问题(中间使用过hexo clean)。迷之尴尬的问题啊,解决了,但是不知道发生了什么。谢谢啦。非常感谢你提供这么优秀的模板

@FinalLins
Copy link

hello,文章最底下的功能没有哦。 转载请注明:author > 文章名称。 git地址同步了master最新的代码。

@blinkfox
Copy link
Owner Author

@FinalLins 这个最新版里面要在主题的 _config.yml 文件中去配置,我不是用的最新版,还是以前的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants