千家信息网

Hexo博客搭建方法是什么

发表于:2024-11-19 作者:千家信息网编辑
千家信息网最后更新 2024年11月19日,这篇文章主要讲解了"Hexo博客搭建方法是什么",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习"Hexo博客搭建方法是什么"吧!本文默认已经安装好git和
千家信息网最后更新 2024年11月19日Hexo博客搭建方法是什么

这篇文章主要讲解了"Hexo博客搭建方法是什么",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习"Hexo博客搭建方法是什么"吧!

本文默认已经安装好gitnode.js环境

版本说明:git version 2.16.2.windows.1node.js v8.9.4

Hexo是什么

  Hexo 是一个快速、简洁且高效的博客框架,这里不多介绍,丢个链接,感兴趣的自己去看吧:Hexo中文官网,里面的东西比较多,不光有hexo使用文档,还有众多的hexo插件和主题。

我的Hexo博客主页效果图

欢迎来访~逸竹小站

安装Hexo

$ npm install -g hexo-cli

建立默认主题博客

$ hexo init blog$ cd blog$ npm install

blog为博客存储文件夹名称,可随意命名,本文以blog为例。最好命名与GitHub Pages仓库名称一致,省的后面修改,不过都是小case

此时打开localhost:4000即可看到默认主题的Hexo博客

选择主题

在官网-主题里面有200+的主题可供选择,我推荐几款个人比较喜欢的

  • 简约款

    • hexo-theme-next

    • maupassant-hexo

    • hexo-theme-melody

  • 炫酷款

    • black-blue

    • hexo-theme-nebula

  • 实用款

    • hexo-theme-pure

应用主题

  选择好主题后,进入对应的github项目主页,一般都会有README文件帮助完成后续搭建,若无可以参考下面步骤进行,进入之前搭建好的博客主题文件目录下(本文为:blog/themes/),检出主题文件

$ git clone https://github.com/xxxx

  然后修改博客配置文件_config.yml,添加下面这行

theme: xxx

注意:①xxx为主题名称

②不是主题的配置文件哦,在博客文件夹根目录下

配置文件详解

  搭建整个博客过程中有两个配置文件,非常重要,一个是博客配置文件,一个是主题配置文件分别存放在各自的根目录下,文件名均为_config.yml

博客配置文件

# Hexo 配置# Sitetitle: Hexo                # Hexo博客网站标题subtitle:               # Hexo博客网站子标题description:    # Hexo博客网站描述keywords:               # Hexo博客关键词author: John Doe      # 作者language:                       # 语言timezone:                       # 时区# URLurl: http://yoursite.com   # 网站网址root: /                                            # 网站根目录permalink: :year/:month/:day/:title/       # 文章永久链接格式permalink_defaults:                     # 永久链接每部分默认值,一般不设置# Directorysource_dir: source         # 资源文件存储目录public_dir: public         # 公共文件夹,静态网站生成目录tag_dir: tags                      # 标签目录archive_dir: archives      # 文章目录category_dir: categories   # 分类目录code_dir: downloads/code   # 代码目录i18n_dir: :lang                    # i18n国际化skip_render:# Writingnew_post_name: :title.md      # 新博客文件名格式default_layout: post               # 默认布局titlecase: false                      # 是否标题小写external_link: true           # 是否在新的标签页打开链接filename_case: 0                   # 转换文件名1:小写,2:大写render_drafts: false               # 显示草稿post_asset_folder: false   # relative_link: false               # 是否是用相对路径作为连接future: true                               # 是否展示未来的文章highlight:                                      # 代码高亮设置  enable: true  line_number: true  auto_detect: false  tab_replace:  # Home page settingindex_generator:                # 主页设置  path: ''                               # 博客根目录  per_page: 10                   # 分页大小  order_by: -date                # 排序,默认日期  # Category & Tagdefault_category: uncategorized    # 默认分类category_map:                   # 分类集合tag_map:                                # 标签集合# Date / Time formatdate_format: YYYY-MM-DD    # 日期格式time_format: HH:mm:ss      # 时间格式# Paginationper_page: 10                       # 分页大小pagination_dir: page       # 分页目录# Extensionstheme: landscape           # 主题# Deploymentdeploy:                                 # 部署  type:                                       # 类别:git

  主题配置文件,这个是black-blue主题的配置文件,已经比较详细了,直接贴上来了

# >>> Basic Setup | 基础设置 <<<# Header | 主菜单## About Page: `hexo new page about`## Tags Cloud Page: `hexo new page tags`menu:  # 主页: /archives/  所有文章: /archives/  玩转开发工具: /categories/开发工具/  玩转数码: /categories/digital  算法学习: /categories/algorithm  关于我: /about/# 静心阅读: /tags# Link to your avatar | 填写头像地址avatar: /img/avatar.png# Small icon of Your site | 站点小图标地址favicon: /img/favicon.png# 域名是否启用https,如果启用,js文件必须https加载isHttps: true# Social info. Bar | 社交信息展示## Keep "mailto:" in Email | 设置 Email 时保留 "mailto:"## Encrypt email 加密邮件地址 http://ctrlq.org/encode/## RSS requires a plugin to take effect | 使用 RSS 需先安装对应插件## https://github.com/hexojs/hexo-generator-feedsubnav:  github: xxxxx  weibo: xxxxxxxx  rss: /atom.xml  # Google: "#"# search_box: true# >>> Conments 评论系统 <<>> Style Customisation 样式自定义 <<<# Background | 背景## "background_sum": show images form /source/background/的图片数目## "on: true": 自动随机显示这5张图片## "on: false": 自定义显示图片设置background_image: 5background:  on: true  background_sum: 1  background_image: 1highlight_style:  on: true  inline_code: 3  # Value: 0 - 9 可选  code_block: 2  # Value: 0 - 4  # Set inline_code to style highlight text  # Chose a highlight theme for code block  # 通过 inline_code 切换内置文本高亮样式  # 通过 code_block 切换内置代码高亮配色主题blockquote_style:  #on: true  blockquote: 5  # Value: 0 - 7 可选  # 自定义文章「引用部分」的样式# 左边栏宽度 pxleft_col_width: 300# 目录中标题不换行# Keep TOC title on the same line |toc_nowrap: false# 自定义"阅读全文"链接按钮的显示文字# Customize the text on excerpt linkexcerpt_link: 查看更多 #修改more>>的文字# 是否显示边栏中的搜索框(站内搜索)# Search Box in left columnsearch_box: true# 是否开启主页及加载头像时的动画效果# Animation in Homepage and Loading avataranimate: true# >>> Small features | 小功能设置 <<<# 是否开启边栏多标签切换# Birdhouse button in left columntagcloud: true# Blogroll, Link exchange | 友情链接# friends: falsefriends:  csdn: http://blog.csdn.net/baidu_21483933  segmentfault: https://segmentfault.com/blog/maocg_web  简书: http://www.jianshu.com/users/eb37ef89c746/latest_articles#是否开启"关于我"。aboutme: 爱动漫,爱游戏,爱编程,爱运动,爱的太多了!#aboutme: false# 是否在新窗口打开链接open_in_new: false# Customize feed link 自定义订阅地址rss: /atom.xml# >>> Vendors | 第三方工具 & 服务 <<<# images viewer | 图片浏览器## http://www.fancyapps.com/fancybox/fancybox: true# Display Math(LaTeX, MathML...) | 数学公式支持## https://www.mathjax.org/mathjax: false# Socail Share | 是否开启分享# share: truebaidushare: true#showshare: true# 百度、谷歌站长验证。填写 HTML 标签 content# Site Verification for Google and Baidu. HTML label content.# google_site: # pFW527fHrjfI0si2w4NQ0w3cTw12AvvuohAu1PUfqKA# baidu_site: #c167b9feb4f0b208b712c79629c188e4# Fill in Google Analytics tracking ID, #e.g. UA-XXXXX-X, or Baidu Analytics hash keygoogle_analytics: xxxxxbaidu_analytics: xxxxxx# 不蒜子网站计数设置# http://ibruce.info/2015/04/04/busuanzi/visit_counter:  on: true  site_visit: 极客到访数  page_visit: 本页阅读量# A标签提示TipTitle: true# Loading# Loading: true

日常产出博客

写作

新建文章
$ hexo new [layout] </pre><pre>您可以在命令中指定文章的布局(layout),默认为 `post`,可以通过修改 `_config.yml` 中的 `default_layout` 参数来指定默认布局。</pre><pre>$ hexo new photo "My Gallery"</pre><pre>在执行这行指令时,Hexo 会尝试在 scaffolds 文件夹中寻找 photo.md,并根据其内容建立文章,所以可以新建几个博客模板文件放置在 scaffolds 文件夹下。</pre><p>我用的博客模板为:</p><pre>---title: {{ title }}categories: 分类tags:   - 标签date: {{ date }}description: 描述---** {{ title }}:** <Excerpt in index | 首页摘要><!-- more --><The rest of contents | 余下全文></pre><h5>新建页面</h5><pre>$ hexo new [layout] <title></pre><h4>本地启动</h4><pre>$ hexo s[erver]INFO  Start processingINFO  Hexo is running at http://localhost:4000 . Press Ctrl+C to stop.</pre><p>  启动之后http://localhost:4000 即可看到效果</p><h4>本地调试</h4><pre>$ hexo s[erver] --debug</pre><p>  进入调试模式,可以看到详细的启动日志,包含hexo版本、工作目录、插件、博客目录、静态文件等信息,同时访问调试博客时还可以看到各资源响应状态和时间等信息。这种模式下调试博客样式及特效非常方便。</p><h4>提交文件到github</h4><pre>$ git add .$ git commit -m "提交备注"</pre><p>  即可提交到本地仓库,不熟悉git命令的可以查看我的另一篇博文Git命令汇总</p><h4>GitHub Pages配置</h4><p></p><blockquote><p>这里仓库名称有两种命名方式:</p><p>①github账户的 <code>用户名</code>+<code>github.io</code>,这种仓库访问地址为:<code>https://用户名.github.io/</code></p><p>②随意命名只要与你其他仓库名称不冲突即可,例如<code>hexo-blog</code>,则访问地址为:<code>https://github.com/</code>+<code>用户名</code>+<code>/hexo-blog/</code></p><p>大多数都会选择第一种格式创建仓库</p></blockquote><p></p><blockquote><p>①GitHub Page仓库资源文件必须存放master分之</p><p>②下面可以配置自己的域名,配置之后会在仓库根目录生成<code>CNAME</code>文件,同时要将域名解析到仓库访问地址</p></blockquote><h4>连接本地仓库和远程仓库</h4><p>  <strong>将本地博客文件夹名称改为与仓库名称一致</strong>,然后将二者关联</p><pre>$ git remote git@github.com:用户名/仓库名.git</pre><h4>部署到Hexo远程仓库</h4><pre>$ hexo c[lean]$ hexo g[enerate]$ hexo d[eploy]</pre><blockquote><p>hexo命令支持简写,条件是只有一个匹配项,egs:当安装了<code>hexo-douban</code> 之后执行<code>hexo d</code>就需要区分<code>hexo deploy</code>和<code>hexo douban</code>这两个命令了,可以分别使用<code>hexo de</code>和<code>hexo do</code>来调用</p></blockquote><p>部署完成之后即可在上面设置的访问地址中看到效果了。</p><h3>Hexo插件推荐</h3><p>与主题一样,官方-插件也收录了200余种插件,这里推荐几款个人喜欢的</p><ul class="list-paddingleft-2"><li><p>hexo-cli:Hexo命令行基础插件</p></li><li><p>hexo-server:基础插件</p></li><li><p>hexo-deployer-git:git支持基础插件</p></li><li><p>hexo-douban:分享豆瓣读书、电影、游戏的豆瓣秀插件</p></li><li><p>hexo-admin:插件版博客后台管理系统</p></li><li><p>hexo-admin-ehc:hexo-admin增强版</p></li><li><p>hexo-auto-category:根据文件夹自动生成分类</p></li><li><p>hexo-auto-excerpt:自动摘录标签</p></li><li><p>hexo-generator-search:提供搜索支持</p></li><li><p>hexo-generator-sitemap:生成sitemap</p></li></ul><h3>豆瓣插件</h3><p>  这款插件貌似对于我正在用的主题插件(black-blue)支持的不是很好,要修改很多东西,我直接弃用了,但是这款插件的还是不错的,所以推荐下。</p><h4>安装</h4><pre>$ npm install hexo-douban --save</pre><h4>配置</h4><pre>douban:  user: myDoubanID  builtin: false  book:    title: 'This is my book title'    quote: 'This is my book quote'  movie:    title: 'This is my movie title'    quote: 'This is my movie quote'  game:    title: 'This is my game title'    quote: 'This is my game quote'  timeout: 10000</pre><ul class="list-paddingleft-2"><li><p><strong>user</strong>: 你的豆瓣ID.打开豆瓣,登入账户,然后在右上角点击 "个人主页" ,这时候地址栏的URL大概是这样:"https://www.douban.com/people/xxxxxx/" ,其中的"xxxxxx"就是你的个人ID了。</p></li><li><p><strong>builtin</strong>: 是否将生成页面的功能嵌入<code>hexo s</code>和<code>hexo g</code>中,默认是<code>false</code>,另一可选项为<code>true</code>(1.x.x版本新增配置项)。</p></li><li><p><strong>title</strong>: 该页面的标题.</p></li><li><p><strong>quote</strong>: 写在页面开头的一段话,支持html语法.</p></li><li><p><strong>timeout</strong>: 爬取数据的超时时间,默认是 10000ms ,如果在使用时发现报了超时的错(ETIMEOUT)可以把这个数据设置的大一点。</p></li></ul><h4>使用</h4><pre>$ hexo douban或$ hexo douban -hUsage: hexo doubanDescription:Generate pages from doubanOptions:  -b, --books   Generate douban books only  -g, --games   Generate douban games only  -m, --movies  Generate douban movies only</pre><h4>菜单</h4><p>  如果上面的显示没有问题就可以在主题的配置文件 <code>_config.yml</code> 里添加如下配置来为这些页面添加菜单链接.</p><pre>menu:  Home: /  Archives: /archives  Books: /books     #This is your books page  Movies: /movies   #This is your movies page  Games: /games   #This is your games page</pre><p class="introduction">感谢各位的阅读,以上就是"Hexo博客搭建方法是什么"的内容了,经过本文的学习后,相信大家对Hexo博客搭建方法是什么这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是,小编将为大家推送更多相关知识点的文章,欢迎关注!</p>

        </div>


        <div class="diggit"><a href="#"> 很赞哦! </a></div>
        <div class="clear"></div>

        <div class="keywords">


        <a href="/s-博客">博客</a>
            <a href="/s-文件">文件</a>
            <a href="/s-主题">主题</a>
            <a href="/s-配置">配置</a>
            <a href="/s-仓库">仓库</a>
            <a href="/s-插件">插件</a>
            <a href="/s-目录">目录</a>
            <a href="/s-文件夹">文件夹</a>
            <a href="/s-文章">文章</a>
            <a href="/s-标签">标签</a>
            <a href="/s-名称">名称</a>
            <a href="/s-命令">命令</a>
            <a href="/s-网站">网站</a>
            <a href="/s-支持">支持</a>
            <a href="/s-主页">主页</a>
            <a href="/s-地址">地址</a>
            <a href="/s-根目录">根目录</a>
            <a href="/s-格式">格式</a>
            <a href="/s-豆瓣">豆瓣</a>
            <a href="/s-链接">链接</a>
    
<a target="_blank" href="https://www.qianjiagd.com/tag-2377745.html">数据库的安全要保护哪些东西</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2375887.html">数据库安全各自的含义是什么</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377880.html">生产安全数据库录入</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377879.html">数据库的安全性及管理</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377878.html">数据库安全策略包含哪些</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377877.html">海淀数据库安全审计系统</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377876.html">建立农村房屋安全信息数据库</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377875.html">易用的数据库客户端支持安全管理</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377874.html">连接数据库失败ssl安全错误</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377873.html">数据库的锁怎样保障安全</a>

<a target="_blank" href="https://www.qianjiagd.com/tag-680112.html">dede数据库下载</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-804673.html">易语言通用提供者读数据库</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-950372.html">数据库链接失败登录不正常</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2019448.html">湖南中溪联软件开发有限公司</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2208988.html">软件开发暗雷是什么意思</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-40769.html">中创美巢互联网科技有限公司</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1278311.html">多媒体与网络技术专业怎么样</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-329135.html">如何通过键盘重启服务器</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1909923.html">湖南什么是软件开发五星服务</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-304642.html">重庆服务器迁移公司云空间</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1688168.html">华为网络安全管理制度</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-264345.html">ps4虚拟服务器怎么用</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1789642.html">高校出口网络安全方案</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1579690.html">儿童网络安全画报</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1205115.html">通信的网络技术</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1002115.html">聊天室数据库用户表</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1101196.html">审批人数据库</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-479075.html">php取服务器ip</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-49998.html">木瓜互联网科技手抄报模板大学</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-1684746.html">网络安全调研新闻报道</a>
<a target="_blank" href="https://www.qianjiagd.com/s-对于数据库安全来说">对于数据库安全来说</a>
<a target="_blank" href="https://www.qianjiagd.com/s-cbm数据库的检索技术代表符号">cbm数据库的检索技术代表符号</a>
<a target="_blank" href="https://www.qianjiagd.com/s-小学校园网络安全短文">小学校园网络安全短文</a>
<a target="_blank" href="https://www.qianjiagd.com/s-路云天网络安全研究院海淀">路云天网络安全研究院海淀</a>
<a target="_blank" href="https://www.qianjiagd.com/s-数据库取字段后6位">数据库取字段后6位</a>
<a target="_blank" href="https://www.qianjiagd.com/s-海丰定制软件开发">海丰定制软件开发</a>
<a target="_blank" href="https://www.qianjiagd.com/s-微服务中数据库">微服务中数据库</a>
<a target="_blank" href="https://www.qianjiagd.com/s-儿童网络安全画报">儿童网络安全画报</a>
<a target="_blank" href="https://www.qianjiagd.com/s-数据库拒绝权限和废除权限的区别">数据库拒绝权限和废除权限的区别</a>
<a target="_blank" href="https://www.qianjiagd.com/s-自动发卡平台软件开发">自动发卡平台软件开发</a>
        </div>
        


        <div class="share"><img src="https://www.qianjiagd.com/static/zsymb/images/wxgzh.jpg">
          <div class="share-text">
            <p>扫描关注千家信息网微信公众号,第一时间获取内容更新动态</p>
            <p>转载请说明来源于"千家信息网"</p>
            <p>本文地址:<a href="https://www.qianjiagd.com/a94030" target="_blank">https://www.qianjiagd.com/a94030</a></p>
          </div>
        </div>
        <div class="clear"></div>
        <div class="info-pre-next">
          <ul>
            <li><a href="https://www.qianjiagd.com/a94027"><i><em>上一篇</em><img src="https://www.qianjiagd.com/static/assets/images/nopic.gif"></i>
              <h2>Java GUI可视化实例分析</h2>
              <p>本篇内容介绍了" Java GUI可视化实例分析"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!问题:</p>
              </a></li>
            <li><a href="https://www.qianjiagd.com/a94041"><i><em>下一篇</em><img src="https://www.qianjiagd.com/static/assets/images/nopic.gif"></i>
              <h2>Flink CDC怎么监听MySQL表</h2>
              <p>这篇文章主要讲解了"Flink CDC怎么监听MySQL表",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习"Flink CDC怎么监听MySQL表"吧!/</p>
              </a></li>
          </ul>
        </div>
      </div>
    </div>


    <div class="clear blank"></div>


    <div class="otherlink whitebg">
      <div class="news-title">
        <h2>相关文章</h2>
      </div>
      <ul>
        <li><a href="https://www.qianjiagd.com/a178897" title="搭建zoopker+hbase 环境">搭建zoopker+hbase 环境</a></li>
        <li><a href="https://www.qianjiagd.com/a10647" title="版本控制系统(git + gitolite)">版本控制系统(git + gitolite)</a></li>
        <li><a href="https://www.qianjiagd.com/a213791" title="【新梦想老师分享】分布式锁的正确"姿势"">【新梦想老师分享】分布式锁的正确"姿势"</a></li>
        <li><a href="https://www.qianjiagd.com/a231685" title="如何搭建母婴社区">如何搭建母婴社区</a></li>
        <li><a href="https://www.qianjiagd.com/a69031" title="spring通过profile实现开发和测试环境切换">spring通过profile实现开发和测试环境切换</a></li>
        <li><a href="https://www.qianjiagd.com/a158720" title="最新2.7版本丨DataPipeline数据融合产品最新版本">最新2.7版本丨DataPipeline数据融合产品最新版本</a></li>
        <li><a href="https://www.qianjiagd.com/a46349" title="串口调试助手,VB6.0开发">串口调试助手,VB6.0开发</a></li>
        <li><a href="https://www.qianjiagd.com/a143123" title="七、flink--异步IO">七、flink--异步IO</a></li>
        <li><a href="https://www.qianjiagd.com/a124764" title="团队转型之痛之悟">团队转型之痛之悟</a></li>
        <li><a href="https://www.qianjiagd.com/a87674" title="Oracle 和 MySQL 的 JDBC 到底有多慢?">Oracle 和 MySQL 的 JDBC 到底有多慢?</a></li>
        <!-- <li><a target="_blank" href="/">制作是这么收费的?</a></li> -->
      </ul>
    </div>





  </div> <!-- . end of left-box -->


<!-- right aside start-->


  <aside class="side-section right-box">
    <div class="side-tab">
      <ul id="sidetab">
        <li class="sidetab-current">站长推荐</li>
        <li>点击排行</li>
      </ul>
      <div id="sidetab-content">
        <section>
          <div class="tuijian">



      <section class="topnews imgscale"><a href="https://www.qianjiagd.com/a622964" title="recovery是什么意思?电脑开机重启显示recovery蓝屏怎么办"><img src="https://www.qianjiagd.com/uploadfile/thumb/a87ff679a2f3e71d9181a67b7542122c/278x185_auto.jpg" alt="recovery是什么意思?电脑开机重启显示recovery蓝屏怎么办"><span>recovery是什么意思?电脑开机重启显示recovery蓝屏怎么办</span></a></section>
      <ul>
        <li><a href="https://www.qianjiagd.com/a67182" title="怎么在Linux中配置SSH和Xshell远程连接服务器"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/9a/65e9dcdf.jpg" alt="怎么在Linux中配置SSH和Xshell远程连接服务器"></i>
          <p>怎么在Linux中配置SSH和Xshell远程连接服务器</p>
          </a></li>
        <li><a href="https://www.qianjiagd.com/a123341" title="VS2008无法直接查看STL值怎么办"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/52/bf79ba42.jpg" alt="VS2008无法直接查看STL值怎么办"></i>
          <p>VS2008无法直接查看STL值怎么办</p>
          </a></li>
        <li><a href="https://www.qianjiagd.com/a106909" title="什么是RPC框架"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/10/d0f5142a.jpg" alt="什么是RPC框架"></i>
          <p>什么是RPC框架</p>
          </a></li>
        <li><a href="https://www.qianjiagd.com/a157266" title=".net mvc超过了最大请求长度怎么办"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/36/6d16d7e5.jpg" alt=".net mvc超过了最大请求长度怎么办"></i>
          <p>.net mvc超过了最大请求长度怎么办</p>
          </a></li>
      </ul>
      <section class="topnews imgscale"><a href="https://www.qianjiagd.com/a244736" title="java怎么实现try/catch异常块"><img src="https://www.qianjiagd.com/uploadfile/thumb/15/9878a9c6.jpg" alt="java怎么实现try/catch异常块"><span>java怎么实现try/catch异常块</span></a></section>
      <ul>
        <li><a href="https://www.qianjiagd.com/a199222" title="PHP中如何处理上传文件"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/ee/203d504b.jpg" alt="PHP中如何处理上传文件"></i>
          <p>PHP中如何处理上传文件</p>
          </a></li>
        <li><a href="https://www.qianjiagd.com/a184615" title="php中require_once报错的解决方法"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/ef/e0177085.jpg" alt="php中require_once报错的解决方法"></i>
          <p>php中require_once报错的解决方法</p>
          </a></li>
        <li><a href="https://www.qianjiagd.com/a192541" title="PHP如何编写学校网站上新生注册登陆程序"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/a1/0898126a.jpg" alt="PHP如何编写学校网站上新生注册登陆程序"></i>
          <p>PHP如何编写学校网站上新生注册登陆程序</p>
          </a></li>
        <li><a href="https://www.qianjiagd.com/a210747" title="php中微信公众号开发模式的示例分析"><i><img src="https://www.qianjiagd.com/uploadfile/thumb/af/9e9aba9a.jpg" alt="php中微信公众号开发模式的示例分析"></i>
          <p>php中微信公众号开发模式的示例分析</p>
          </a></li>
      </ul>

          </div>
        </section>
        <section>
          <div class="paihang">


      <section class="topnews imgscale"><a href="https://www.qianjiagd.com/a21343" title="在vmware esxi6.5中将硬盘驱动类型由HDD变为SSD类型"><img src="https://www.qianjiagd.com/uploadfile/thumb/ab/08b16e75.jpg" alt="在vmware esxi6.5中将硬盘驱动类型由HDD变为SSD类型"><span>在vmware esxi6.5中将硬盘驱动类型由HDD变为SSD类型</span></a></section>
     
      <ul>
        <li><i></i><a href="https://www.qianjiagd.com/a175843" title="Vue中的匿名插槽与具名插槽是什么">Vue中的匿名插槽与具名插槽是什么</a></li>
        <li><i></i><a href="https://www.qianjiagd.com/a71754" title="vscoder如何关闭错误提示">vscoder如何关闭错误提示</a></li>
        <li><i></i><a href="https://www.qianjiagd.com/a114973" title="vue3与vue2的区别以及vue3的API用法介绍">vue3与vue2的区别以及vue3的API用法介绍</a></li>
        <li><i></i><a href="https://www.qianjiagd.com/a15469" title="老年机号码拉黑怎么解除(老年机号码拉黑怎么解除)">老年机号码拉黑怎么解除(老年机号码拉黑怎么解除)</a></li>
        <li><i></i><a href="https://www.qianjiagd.com/a85246" title="京东以旧换新评估价和实际一样吗(京东以旧换新估价和成交价一样吗)">京东以旧换新评估价和实际一样吗(京东以旧换新估价和成交价一样吗)</a></li>
        <li><i></i><a href="https://www.qianjiagd.com/a69563" title="qq群作业里为什么图片上传不了(qq群作业照片传不上去)">qq群作业里为什么图片上传不了(qq群作业照片传不上去)</a></li>
        <li><i></i><a href="https://www.qianjiagd.com/a13935" title="拼多多注销后可以重开新用户吗(拼多多注销后重开算新用户吗)">拼多多注销后可以重开新用户吗(拼多多注销后重开算新用户吗)</a></li>
        <li><i></i><a href="https://www.qianjiagd.com/a27254" title="录制的横屏视频怎么变成全屏竖屏(录制的横屏怎么变竖屏)">录制的横屏视频怎么变成全屏竖屏(录制的横屏怎么变竖屏)</a></li>
      </ul>
      <section class="topnews imgscale"><a href="https://www.qianjiagd.com/a29879" title="微信登录加载联系人失败怎么弄(微信加载联系人失败 点击重试)"><img src="https://www.qianjiagd.com/uploadfile/thumb/75/d1313c6d.jpg" alt="微信登录加载联系人失败怎么弄(微信加载联系人失败 点击重试)"><span>微信登录加载联系人失败怎么弄(微信加载联系人失败 点击重试)</span></a></section>
  

          </div>
        </section>
      </div>
    </div>



    <div class="whitebg cloud">
      <h2 class="side-title">标签云</h2>
      <ul>


<a target="_blank" href="https://www.qianjiagd.com/tag-2377745.html">数据库的安全要保护哪些东西</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2375887.html">数据库安全各自的含义是什么</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377880.html">生产安全数据库录入</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377879.html">数据库的安全性及管理</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377878.html">数据库安全策略包含哪些</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377877.html">海淀数据库安全审计系统</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377876.html">建立农村房屋安全信息数据库</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377875.html">易用的数据库客户端支持安全管理</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377874.html">连接数据库失败ssl安全错误</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377873.html">数据库的锁怎样保障安全</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377872.html">数据库安全章节测试</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377871.html">华大基因数据库安全性</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377870.html">数据库es安全性测试工具</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377869.html">数据库与云安全</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377868.html">微生物安全数据库</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377867.html">数据库个人信息安全吗</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377866.html">安全数据库降级</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377865.html">黑龙江数据库安全防护系统</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377864.html">数据库安全性实验例题</a>
<a target="_blank" href="https://www.qianjiagd.com/tag-2377863.html">在国家公共安全数据库有记录</a>


      </ul>
    </div>


    <div class="clear blank"></div>

    <div class="whitebg suiji">
      <h2 class="side-title">猜你喜欢</h2>
      <ul>
        <li><a href="https://www.qianjiagd.com/a63090" title="华为手机按键震动在哪设置关掉 按键振动怎么取消方法">华为手机按键震动在哪设置关掉 按键振动怎么取消方法</a></li>
        <li><a href="https://www.qianjiagd.com/a73496" title="陌陌无限注册教程(怎么注册陌陌新号)">陌陌无限注册教程(怎么注册陌陌新号)</a></li>
        <li><a href="https://www.qianjiagd.com/a36693" title="百度网盘PDF怎么转换成Word格式 PDF转Word操作教程">百度网盘PDF怎么转换成Word格式 PDF转Word操作教程</a></li>
        <li><a href="https://www.qianjiagd.com/a206293" title="win10开机蓝屏终止代码SYSTEM_SERVICE_EXCEPTION的解决方法">win10开机蓝屏终止代码SYSTEM_SERVICE_EXCEPTION的解决方法</a></li>
        <li><a href="https://www.qianjiagd.com/a71928" title="微信看不到朋友圈不显示一条横线(微信看不到朋友圈只有一条横线)">微信看不到朋友圈不显示一条横线(微信看不到朋友圈只有一条横线)</a></li>
        <li><a href="https://www.qianjiagd.com/a123341" title="VS2008无法直接查看STL值怎么办">VS2008无法直接查看STL值怎么办</a></li>
        <li><a href="https://www.qianjiagd.com/a99782" title="怎么将苹果手机中录音发给好友 iPhone传语音文件方法教程">怎么将苹果手机中录音发给好友 iPhone传语音文件方法教程</a></li>
        <li><a href="https://www.qianjiagd.com/a213464" title="iis7.5中如何让html与shtml一样支持include功能">iis7.5中如何让html与shtml一样支持include功能</a></li>
        <li><a href="https://www.qianjiagd.com/a185249" title="双卡发短信怎么设置(双卡怎么切换发短信)">双卡发短信怎么设置(双卡怎么切换发短信)</a></li>
        <li><a href="https://www.qianjiagd.com/a173126" title="快影怎么把视频弄成横屏播放 制作方法分享">快影怎么把视频弄成横屏播放 制作方法分享</a></li>
 
      </ul>
    </div>
  </aside>



<!-- right aside  end-->

</article>



<div class="clear blank"></div>


<!--footer start-->
<footer>
  <div class="footer box">
    <div class="wxbox">
      <ul>
        <li><img src="https://www.qianjiagd.com/static/zsymb/images/wxgzh.jpg"><span>微信公众号</span></li>
        <li><img src="https://www.qianjiagd.com/static/zsymb/images/wx.png"><span>我的微信</span></li>
      </ul>
    </div>
    <div class="endnav">
      <p><b>站点声明:</b></p>
      <p>所有文章未经授权禁止转载、摘编、复制或建立镜像,如有违反,追究法律责任。</p>
      <p>Copyright © 2009-2024  <a href="https://www.qianjiagd.com/" target="_blank">千家信息网</a> All Rights Reserved.
        <a href="/sitemap.xml">网站地图</a>
        <a href="/about/">关于我们</a>
        <a href="/contact-us/">联系我们</a>

      </p>
    </div>
  </div>
</footer>

<a href="#" title="返回顶部" class="icon-top"></a>

<!--footer end-->



<div style="display:none">

<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?aec778eae8071ef8921721735a4a9509";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>


<script>
    (function(){
        var bp = document.createElement('script');
        var curProtocol = window.location.protocol.split(':')[0];
        if (curProtocol === 'https') {
            bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
        }
        else {
            bp.src = 'http://push.zhanzhang.baidu.com/push.js';
        }
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(bp, s);
    })();
</script>

</div>

<div style="display:none">
<span class="dr_show_hits_94030">0</span><script type="text/javascript"> $.ajax({ type: "GET", url:"/index.php?s=api&c=module&siteid=1&app=article&m=hits&id=94030", dataType: "jsonp", success: function(data){ if (data.code) { $(".dr_show_hits_94030").html(data.msg); } else { dr_tips(0, data.msg); } } }); </script></div>

<!--本页面URL https://www.qianjiagd.com/a94030 -->
<!--本页面于2024-11-19 01:33:45更新-->
</body>
</html>