HEXO

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Schedule
  • Sitemap
  • Search

android studio开发环境搭建

Posted on 2017-02-22 |
先说android studio 1.下载android studio2.下载JDK 并配置系统变量.3.下载SDK
Read more »

数据结构实验题

Posted on 2017-02-20 |
0112345678910111213141516171819202122232425#include<iostream>using namespace std;int main(){ int n,count; cin>>n; if(n>=2){ ...
Read more »

HTML

Posted on 2017-02-14 |
1.HTML框架HTML决定网页内容,CSS决定网页样式,javascripe决定网页行为。 12345678910<!DOCTYPE html><html><head><meta charset="ucf-8">//编码方式ucf-8<titl ...
Read more »

PAT乙级真题

Posted on 2017-02-11 |
1001123456789101112131415161718192021222324#include <stdio.h>#include <iostream>using namespace std;int main(){ int n; scanf("% ...
Read more »

排序算法

Posted on 2017-02-10 |
排序算法的稳定性:排序算法稳定性的简单形式化定义为:如果Ai = Aj,排序前Ai在Aj之前,排序后Ai还在Aj之前,则称这种排序算法是稳定的。通俗地讲就是保证排序前后两个相等的数的相对顺序不变。(冒泡,直接插入排序,归并排序是稳定的,简单选择排序,希尔排序,堆排序,快排是不稳定的。) #鸡尾酒排序 ...
Read more »

deploy报错及其解决方法

Posted on 2017-02-01 |
#报错提示1: 123INFO Deploying: gitFATAL Something's wrong. Maybe you can find the solution here: http://hexo.iocs/troubleshooting.htmlTypeError: so ...
Read more »

markdown基本语法

Posted on 2017-01-02 |
#markdown基本语法 ##1.插入图片形式的链接(视频之类的)123[![][pic]][douban][pic]:http://p1.bpimg.com/567571/f3788a440ee3c976.png[douban]: http://book.douban.com/subject/1 ...
Read more »

绿点

Posted on 2017-01-01 |
#绿点团队圣诞趴 绿点团队(Bright Green),2013年11月创建于武汉工程大学,以“锐意进取不断创新”为核心精神的创新创业团队。在校友企业-深圳市纯水一号水处理科技有限公司喻遵军先生等提供的专项资金支持下组建,得到机电工程学院副院长杨红的支持和指导,入驻机电工程学院创新创业中心,由武汉 ...
Read more »

github+hexo建站

Posted on 2016-12-18 |
1. 安装nodo.js , git,学习markdown语言如何安装nodo.js 如何安装git什么是markdown如何在github上建立仓库(注意:仓库名一定要是 你的github用户名.github.io )如何使本地仓库与github的仓库建立关联 ...
Read more »

Valine -- 一款极简的评论系统

Posted on 2016-08-17 |
Hexo 中的解决方案 获取 APP ID 和 APP KEY 1.点击这里登录或注册Leancloud2.点这里创建应用,应用名看个人喜好。3.选择刚刚创建的应用>设置>选择应用 Key,然后你就能看到你的APP ID和APP KEY了,参考下图: 4.为了您的数据安全,请填写应用&g ...
Read more »
1…343536
DEMO

DEMO

352 posts
22 categories
19 tags
© 2019 DEMO
Powered by Hexo
|
Theme — NexT.Mist v6.0.6