• 写博客的心得


    之前一直傻乎乎的,写的博客全是纯文本的,还在想为什么自己的博客写的那么丑,现在发现了因为没有应用任何的样式。

    下面是对一些样式的测试,希望下次写博客长点心吧。

    测试了后发现跟word的使用差不多,或许还有其他使博客更美观的方式,慢慢挖掘。

    文本颜色

    文本背景颜色

    加粗    Ctrl B

    斜体    Ctrl I

    下划线      Ctrl U

    删除线

    • 无序编号
    • 无序编号
    1. 有序编号
    2. 有序编号

    增加缩进

    减少缩进

    下标2

    上标2

    特殊符号©

    左对齐

    居中对齐

    右对齐

    插入日期2018-10-25

    插入时间22:09:53

    预览

    额,这个书签不知道是什么

     

    水平线


     上传图片

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>ajax练习</title>
    </head>
    <body>
        <script src="./jquery.min.js"></script>
        <script>
           console.log("test")
        </script>
    </body>
    </html>
     1 <!DOCTYPE html>
     2 <html lang="en">
     3 <head>
     4     <meta charset="UTF-8">
     5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     6     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     7     <title>ajax练习</title>
     8 </head>
     9 <body>
    10     <script src="./jquery.min.js"></script>
    11     <script>
    12        console.log("test")
    13     </script>
    14 </body>
    15 </html>
    hello hello
    hello hello
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>ajax练习</title>
    </head>
    <body>
        <script src="./jquery.min.js"></script>
        <script>
           console.log("test")
        </script>
    </body>
    </html>
    View Code
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>ajax练习</title>
    </head>
    <body>
        <script src="./jquery.min.js"></script>
        <script>
           console.log("test")
        </script>
    </body>
    </html>
    View Code

     hello

    标题

    引用            

  • 相关阅读:
    继承中的虚函数、纯虚函数、普通函数
    struct与class的区别
    boost::filesystem总结
    ASM: Active Shape Models--Their Training and Application
    基础知识:仿射变换、相似变换、等距变换等常见变换
    PDM:Training Models of Shape from Sets of Examples
    常见优化器
    深度学习基础(五)ResNet_Deep Residual Learning for Image Recognition
    深度学习基础(四) Dropout_Improving neural networks by preventing co-adaptation of feature detectors
    ios 各种变量和作用范围
  • 原文地址:https://www.cnblogs.com/spy-chiang/p/9853398.html
Copyright © 2020-2023  润新知