Hello World
h2
h3
h4
h5
h6
- list1
- a
- b
- list2
- list3
This is a test article
.
1
2
3
4
5
#include <iostream>
int main() {
std::cout << "I love C++" << std::endl;
return 0;
}
cpp
import vue from "vue";
js
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title>Vue</title>
</head>
<body>
<div id="app"></div>
<script src="vue.js"></script>
</body>
</html>
App.vue
HTML


左对齐

右对齐
1
2
3
4
5
from PIL import Image
from waifu_sensor.v3 import predict
result = predict(Image.open('urusai.jpg'))
print(result) # [('momoi (blue archive)', 1.8325137893845367), ('iijima yun', 2.4338155048445755), ('midori (blue archive)', 2.5287921933510806)]
python
Updated at 8/1/2024