index.html

是任何静态网页的灵魂和骨架

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><title>SUSTech-Application-2020-Fall</title><link rel="icon" href="src/_media/favicon.ico"><meta name="google-site-verification" content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE" /><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages"><meta name="description" content="A magical documentation generator."><meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"><link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue"><link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled><link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled><link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css" title="pure" disabled><script src="//unpkg.com/docsify-plugin-codefund/index.js"></script><style>nav.app-nav li ul {min-width: 100px;}</style>
</head><body><div id="app">Loading ...</div><script>window.$docsify = {alias: {'.*?/awesome': 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md','.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md','/.*/_navbar.md': '/_navbar.md','/zh-cn/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1','/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1','/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1','/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'},auto2top: true,coverpage: true,executeScript: true,loadSidebar: true,loadNavbar: true,mergeNavbar: true,maxLevel: 4,subMaxLevel: 2,ga: 'UA-106147152-1',name: 'SUSTech Application',search: {noData: {'/de-de/': 'Keine Ergebnisse!','/zh-cn/': '没有结果!','/': 'No results!'},paths: 'auto',placeholder: {'/de-de/': 'Suche','/zh-cn/': '搜索','/': 'Search'}},formatUpdated: '{MM}/{DD} {HH}:{mm}',plugins: [function (hook, vm) {hook.beforeEach(function (html) {if (/githubusercontent\.com/.test(vm.route.file)) {url = vm.route.file.replace('raw.githubusercontent.com', 'github.com').replace(/\/master/, '/blob/master')} else {url = 'https://github.com/SUSTech-Application/2020-Fall/blob/master/docs/' + vm.route.file}var editHtml = '[:memo: Edit Document](' + url + ')\n'return editHtml+ html+ '\n\n----\n\n'+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'})},]}</script><script src="//unpkg.com/docsify/lib/docsify.min.js"></script><script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script><script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script><script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script><script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script><script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script><script>((window.gitter = {}).chat = {}).options = {room: 'SUSTech-Application/2020-Fall'};</script><script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
</body></html>

index.html example demonstration相关推荐

  1. SQL Server中的批处理排序和嵌套循环

    Continuing my blog post series after 24HOP Russia "Query Processor Internals – Joins". In ...

  2. 微服务治理之分布式链路追踪--3.zipkin实战

    微服务治理之分布式链路追踪–3.zipkin实战 本节是基于zipkin分布式追踪系统搭建,因为对 scala 和 play framework 2 框架不熟悉,所以,没有采用opentelemetr ...

  3. How to exploit MySQL index optimizations

    from http://www.xaprb.com/blog/2006/07/04/how-to-exploit-mysql-index-optimizations/  I've written a ...

  4. java.lang.IndexOutOfBoundsException: Index: 1, Size: 1

    哎 这类问题 本来都不打算记录的,但是自己写的时候还是犯了错误,一运行报错了 大致就是list 超出了 ,可能index size 值不一样( Index: 9, Size: 9, Index: 5, ...

  5. ThinkPHP3.2URL重写隐藏应用的入口文件index.php

    可以通过URL重写隐藏应用的入口文件index.PHP,下面是相关服务器的配置参考: [ Apache ] httpd.conf配置文件中加载了mod_rewrite.so模块 AllowOverri ...

  6. url中去掉index.php,方便redirect()

    01 配置文件 return Array( 'URL_MODEL' => '2', ); 02 index.php入口文件下面加入文件 .htaccess -->使用editplus--& ...

  7. e.V4p.C0/index.php,php-fpm进程在Kubernetes中接收SIGKILL信号

    我已经在其中配置了Nginx,PHP和php-fpm创建了ubuntu docker镜像 . 当我在Docker实例上运行它时工作正常 . 但是当我在kubernetes中运行相同的图像时,php-f ...

  8. 页面自动获取焦点影响页面切换效果_ReactIndex - 让文件夹index页面变得更有实用性 (替换传统Web服务器index页)...

    React的学习和家庭需求 工作上有需要接触React,而在正式接触相关产品之前为了了解一些基础.除了标准教程里面的例子意外,总觉得有点不够. 正好孩子他妈最近交给我一个任务: 儿子的学习资料需要整理 ...

  9. oracle查询不走索引全表扫描,使用索引快速全扫描(Index FFS)避免全表扫描的若干场景-Oracle...

    使用索引快速全扫描(Index FFS)避免全表扫描的若干场景 什么使用使用Index FFS比FTS好? Oracle 8的Concept手册中介绍: 1. 索引必须包含所有查询中参考到的列. 2. ...

最新文章

  1. 【CENTOS6】ORACLE JDK7安装
  2. [导入]决定进入J2EE一探究竟
  3. 国内数据中心制冷系统设计与发展
  4. Conda官方下载安装步骤及conda用法详细介绍
  5. 【Qt】QModbusDataUnit类
  6. Altium Designer敷铜的规则设定
  7. 原来C语言和其他高级语言的最大的区别是这个...
  8. 视频 java 我行我素管理系统 随堂视频
  9. linux蓝牙不识别微软鼠标,主编教您win10系统蓝牙鼠标能配对识别但无法使用的具体步骤...
  10. Docke--利用 commit 理解构建镜像
  11. 数据结构上机实践第11周项目3 - 图遍历算法实现
  12. Security+ 学习笔记6 了解漏洞的类型
  13. 基于WPF开发了一款简单的小型CAD软件.放个效果图
  14. scikit-learn中交叉验证及其用于参数选择、模型选择、特征选择的例子
  15. excel汇总软件如何快速汇总多个表格数据
  16. Ubuntu 开机自动开启数字键小键盘
  17. Linq to sql 求和操作
  18. 遇见--CondaHTTPError: HTTP 000 CONNECTION FAILED for url 怎么解决
  19. sharedpreferences用法,京东面试真题解析,大厂面试题汇总
  20. windows7家庭普通版 添加 gpedit 组策略

热门文章

  1. 【项目管理】质量管理
  2. 《系统集成项目管理工程师》必背100个知识点-92信息系统的特点
  3. AntV中的饼状图重复渲染问题解决
  4. DataTables提示:DataTables warning: table id=queueInfo_table - Requested unknown parameter 'type' for r
  5. Cordova打包的Vue项目在IOS无法拉起支付宝和微信支付
  6. springboot-嵌入式Servlet容器(Tomcat)源码分析以及容器切换
  7. 数据库系统概念总结:第一章 引言
  8. flutter的安装与设置
  9. 关于设计模式--我有话说
  10. c.kdocs cn二维码_二维码防窜货解决方案,物流动向尽在掌握