Skip to content

Commit

Permalink
robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdapp committed Mar 12, 2019
1 parent 855f9a7 commit ea041ed
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 29 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"hexo-renderer-pug": "0.0.5",
"hexo-renderer-sass": "^0.3.2",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.1"
"hexo-server": "^0.3.1",
"hexo-wordcount": "^6.0.1"
}
}
15 changes: 0 additions & 15 deletions source/_posts/20190110_HackDApp学习周报-01W.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords:
- tron.network
abbrlink: 20099
date: 2019-01-12 06:42:54
toc: true
---

```bash
Expand All @@ -34,12 +35,12 @@ date: 2019-01-12 06:42:54
同时,本工程模板附带了一个完整的示例代码(**Todolist**),可供大家参考与学习。示例效果如下:
<!-- more -->
![](https://ws2.sinaimg.cn/large/006tNc79ly1fz354rjq8wg30go09sti8.gif)
最后,开发人员只需按照项目工程结构,编写自己的智能合约、前端页面及与SDK交互逻辑即可。
<!-- more -->
----
## 前置依赖
Expand Down
47 changes: 47 additions & 0 deletions source/edusmart/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
---
layout: single-column
disallow: true
---

# <<EOS完全开发指南_v1.0>>

`Author: zhangliang | Wechat: rushking2009 | Mail: zhangliang@cldy.org`

----

## [第一部分、C++导读](/archives/eosdev_cplus_intro.html)

1.1 [C++基础语法](/archives/eosdev_cplus_basic.html)
1.2 [基础数据类型及变量、常量定义](/archives/eosdev_cplus_varible.html)
1.3 结构体及函数定义
1.4 数据结构
1.5 面向对象编程
1.6 高级应用(模板定义)
1.7 标准库及库函数
1.8 资料及经验分享

## 第二部分、EOS开发所必须掌握的基础概念与术语

## 第三部分、深入理解智能合约

## 第四部分、高级应用技巧

## 第五部分、剖析第三方合约

## 第六部分、快速搭建实战环境

## 第七部分、如何建立标准开发工程

## 第八部分、如何设计自己的合约架构

## 第九部分、实战开发游戏: 去中心化交易所·百家乐

## 第十部分、如何编写测试用例,测试CPP合约

## 第十一部分、合约安全检查与解决

## 第十二部分、测试网部署与调试

## 第十三部分、正式网上线与Linux环境部署

## 第十四部分、项目回顾与经验总结

***changelog:***
**2019-01-28 19:01:33** 编写C++导读; 编写C++基础语法.
1 change: 1 addition & 0 deletions source/history/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
layout: timeline
disallow: true
---
7 changes: 2 additions & 5 deletions source/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ User-agent: *
Allow: /
Allow: /archives/
Allow: /categories/
Allow: /tags/
Allow: /tags/
Allow: /edudapp/
Disallow: /vendors/
Disallow: /js/
Disallow: /css/
Disallow: /img/
Disallow: /fonts/
Disallow: /vendors/
Disallow: /fancybox/
Disallow: /fancybox/
19 changes: 18 additions & 1 deletion source/things/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
---
layout: single-column
---
disallow: true
---

#### 输入法

鼠须管配置方案(五笔方案): [https://github.com/hackdapp/Rime](https://github.com/hackdapp/Rime)
![效果图](https://ws3.sinaimg.cn/large/006tNc79ly1fzk3eq6cmaj30nu0a20to.jpg)
注:时隔多年鼠须管终于来了一次升级,后果就是本地原有方案报错无法使用,所以自己又重新折腾了一番。

#### 桌面控件

![效果图](https://ws4.sinaimg.cn/large/006tNc79ly1fzk3nfkkfkg30go08f7vl.gif)

#### VLOG

1. 歐陽娜娜Nana OuYang

<iframe width="560" height="315" src="https://www.youtube.com/embed/688mYIbVHjg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
7 changes: 6 additions & 1 deletion source/tools/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: single-column
---
disallow: true
---

http://joinwee.com/lesson/20/#4

https://www.damengxiang.me/categories/all.html
12 changes: 8 additions & 4 deletions source/weekly/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ keywords:
- hackdapp学习周报
---

<!-- //[学习周报-01W: 快速配置EOS开发环境](http://localhost:4000/archives/weekly01/)
[学习周报-02W: 精力管理与工作](http://localhost:4000/archives/weekly01/)
[学习周报-03W: 为什么要早起](http://localhost:4000/archives/weekly01/)
[学习周报-04W: workflowy推荐](http://localhost:4000/archives/weekly01/) -->
- [学习周报-08W](/archives/weekly08.html)
- [学习周报-07W](/archives/weekly07.html)
- [学习周报-06W](/archives/weekly06.html)
- [学习周报-05W](/archives/weekly05.html)
- [学习周报-04W](/archives/weekly04.html)
- [学习周报-03W](/archives/weekly03.html)
- [学习周报-02W](/archives/weekly02.html)
- [学习周报-01W](/archives/weekly01.html)
1 change: 1 addition & 0 deletions source/wiki/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
layout: single-column
disallow: true
---

0 comments on commit ea041ed

Please sign in to comment.