Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
檀越@新空间
Coding Tree
提交
043ad7d0
C
Coding Tree
项目概览
檀越@新空间
/
Coding Tree
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
C
Coding Tree
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
043ad7d0
编写于
8月 30, 2022
作者:
彭世瑜
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix
上级
8a8b6ed3
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
85 addition
and
30 deletion
+85
-30
blog/golang/code/src/demo.go
blog/golang/code/src/demo.go
+26
-6
doc/chrome.md
doc/chrome.md
+3
-1
doc/html.md
doc/html.md
+21
-13
doc/index.md
doc/index.md
+4
-0
doc/java.md
doc/java.md
+16
-7
doc/javascript.md
doc/javascript.md
+7
-0
doc/tools.md
doc/tools.md
+5
-3
doc/vue.md
doc/vue.md
+3
-0
未找到文件。
blog/golang/code/src/demo.go
浏览文件 @
043ad7d0
...
...
@@ -2,13 +2,33 @@ package main
import
(
"fmt"
uuid
"github.com/satori/go.uuid"
)
type
Phone
interface
{
call
()
}
type
NokiaPhone
struct
{
}
func
(
nokiaPhone
NokiaPhone
)
call
()
{
fmt
.
Println
(
"I am Nokia, I can call you!"
)
}
type
IPhone
struct
{
}
func
(
iPhone
IPhone
)
call
()
{
fmt
.
Println
(
"I am iPhone, I can call you!"
)
}
func
main
()
{
// Creating UUID Version 4
uuid
:=
uuid
.
NewV4
()
fmt
.
Printf
(
uuid
.
String
())
// f521f6bb-d809-43ad-8968-ab9e763d0eba
var
phone
Phone
phone
=
new
(
NokiaPhone
)
phone
.
call
()
phone
=
new
(
IPhone
)
phone
.
call
()
}
doc/chrome.md
浏览文件 @
043ad7d0
...
...
@@ -2,10 +2,12 @@
插件下载:
[
https://crxdl.com/
](
https://crxdl.com/
)
[
editthiscookie
](
https://www.editthiscookie.com/
)
EditThisCookie is the only cookie editor you will ever need!
## Tampermonkey
[
tampermonkey
](
https://www.tampermonkey.net/
)
一款免费的浏览器扩展和最为流行的用户脚本管理器
[
userscript.zone
](
https://www.userscript.zone/
)
: 搜索Tampermonke插件
[
editthiscookie
](
https://www.editthiscookie.com/
)
EditThisCookie is the only cookie editor you will ever need!
\ No newline at end of file
[
OpenUserJS
](
https://openuserjs.org/
)
Userscripts
\ No newline at end of file
doc/html.md
浏览文件 @
043ad7d0
# html
## 学习笔记
[
笔记:web 前端开发入门 HTML5+CSS3+前端项目
](
blog/front-end-learn/index.md
)
[
笔记:web 前端开发进阶 HTML5+CSS3+移动端
](
blog/front-end-combat/index.md
)
##
工具
##
在线文档
[
Emmet
](
https://emmet.io/
)
: the essential toolkit for web-developers
[
https://developer.mozilla.org/zh-CN/
](
https://developer.mozilla.org/zh-CN/
)
[
HTML 快速参考
](
https://www.w3school.com.cn/html/html_quick.asp
)
[
https://www.w3.org/
](
https://www.w3.org/
)
[
w3school
](
https://www.w3school.com.cn/
)
[
菜鸟教程-HTML 教程- (HTML5 标准)
](
https://www.runoob.com/html/html-tutorial.html
)
-
[
前端开发必备!Emmet 使用手册
](
https://www.w3cplus.com/tools/emmet-cheat-sheet.html
)
[
前端开发必备!Emmet 使用手册
](
https://www.w3cplus.com/tools/emmet-cheat-sheet.html
)
## 博客站点
-
[
峰华前端工程师(张旭乾)
](
https://zxuqian.cn/
)
[
峰华前端工程师(张旭乾)
](
https://zxuqian.cn/
)
-
[
Web 前端导航
](
http://www.alloyteam.com/nav/
)
[
Web 前端导航
](
http://www.alloyteam.com/nav/
)
[
政采云前端团队
](
https://www.zoo.team/
)
[
AlloyTeam|腾讯全端 AlloyTeam 团队
](
http://www.alloyteam.com/
)
[
HTML 快速参考
](
https://www.w3school.com.cn/html/html_quick.asp
)
有赞技术团队
[
https://tech.youzan.com/
](
https://tech.youzan.com/
)
[
https://www.w3.org/
](
https://www.w3.org
/
)
CS自学指南
[
https://csdiy.wiki/
](
https://csdiy.wiki
/
)
[
w3school
](
https://www.w3school.com.cn/
)
## 工具
[
我要自学网-WEB 前端开发视频教程
](
http://www.51zxw.net/list.aspx?cid=393
)
[
Emmet
](
https://emmet.io/
)
: the essential toolkit for web-developers
## 资源
##
学习
资源
[
2022 年前端学习路线图
](
https://www.bilibili.com/read/cv10431130
)
[
菜鸟教程-HTML 教程- (HTML5 标准)
](
https://www.runoob.com/html/html-tutorial.html
)
[
https://developer.mozilla.org/zh-CN/
](
https://developer.mozilla.org/zh-CN/
)
[
我要自学网-WEB 前端开发视频教程
](
http://www.51zxw.net/list.aspx?cid=393
)
doc/index.md
浏览文件 @
043ad7d0
...
...
@@ -27,6 +27,10 @@ Start typing or drop a file into the text area to get started.
[
Markdown Nice
](
https://editor.mdnice.com/
)
: 自定义样式的 Markdown 编辑器
[
openwrite
](
https://md.openwrite.cn/
)
一款高度简洁的微信 Markdown 编辑器
[
MDX Editor
](
https://editor.runjs.cool/
)
一个微信排版编辑器,使用 MDX 来排版
[
shields
](
https://shields.io/
)
-
[
shields 给 python 项目在 github 贴上 build 和 pypi 小徽章
](
https://pengshiyu.blog.csdn.net/article/details/82804630
)
...
...
doc/java.md
浏览文件 @
043ad7d0
# Java
## 在线文档
Java程序员进阶之路
[
https://tobebetterjavaer.com/
](
https://tobebetterjavaer.com/
)
[
毕向东—Java 基础知识总结(超级经典)
](
https://www.cnblogs.com/In-order-to-tomorrow/p/3652315.html
)
[
Spring 系列教程
](
https://github.com/wuyouzhuguli/SpringAll
)
[
Spring Boot 学习/面试指南
](
https://snailclimb.gitee.io/springboot-guide/
)
[
Spring Quickstart Guide
](
https://spring.io/quickstart
)
[
Spring Initializr
](
https://start.spring.io/
)
[
JavaGuide
](
https://snailclimb.gitee.io/javaguide/#/
)
: 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。
-
[
JavaGuide
](
https://javaguide.cn/
)
JavaGuide 在线阅读网站(新版,推荐👍)
[
JavaGuide
](
https://javaguide.cn/
)
JavaGuide 在线阅读网站(新版,推荐👍)
[
Java 全栈知识体系
](
https://pdai.tech/
)
包含: Java 基础, Java 部分源码, JVM, Spring, Spring Boot, Spring Cloud, 数据库原理, MySQL, ElasticSearch, MongoDB, Docker, k8s, CI&CD, Linux, DevOps, 分布式, 中间件, 开发工具, Git, IDE, 源码阅读,读书笔记, 开源项目...
...
...
@@ -21,9 +22,14 @@
[
Java 教程 | 菜鸟教程
](
https://www.runoob.com/java/java-tutorial.html
)
[
jsoup
](
https://jsoup.org/
)
: Java HTML Parser
[
尚硅谷【官网】Java培训
](
http://www.atguigu.com/
)
## 开源库
[
Spring Quickstart Guide
](
https://spring.io/quickstart
)
[
Spring Initializr
](
https://start.spring.io/
)
[
jsoup
](
https://jsoup.org/
)
: Java HTML Parser
[
JFinal 极速开发
](
https://jfinal.com/
)
...
...
@@ -59,5 +65,8 @@
[
第二篇 使用JavaFX图形
](
http://www.javafxchina.net/blog/docs/graphics/
)
## 文章
## 学习资料
[
尚硅谷【官网】Java培训
](
http://www.atguigu.com/
)
[
Java 必须掌握的 20+ 种 Spring 常用注解
](
https://mp.weixin.qq.com/s/b8bKuoaJAgGdFx9nTaFpgg
)
doc/javascript.md
浏览文件 @
043ad7d0
...
...
@@ -117,6 +117,13 @@ Content delivery at its finest.
[
AdonisJS
](
https://adonisjs.com/
)
: A fully featured web framework for Node.js
[
Fabric.js
](
http://fabricjs.com/
)
is a powerful and simple
Javascript HTML5 canvas library
[
Prettier.js
](
https://prettier.io/
)
Opinionated Code Formatter
[
西瓜视频播放器(HTML5)
](
https://v2.h5player.bytedance.com/
)
一款带解析器、能节省流量的HTML5视频播放器
## Node.js
https://npm.devtool.tech/
...
...
doc/tools.md
浏览文件 @
043ad7d0
# 在线工具
[
百度 AI 网络图片文字识别
](
https://ai.baidu.com/tech/ocr_others/webimage
)
百度 AI 网络图片文字识别
[
https://ai.baidu.com/tech/ocr_others/webimage
](
https://ai.baidu.com/tech/ocr_others/webimage
)
[
在线工具 tool.lu
](
https://tool.lu/
)
在线工具 tool.lu
[
https://tool.lu/
](
https://tool.lu/
)
-
[
favicon 在线制作
](
https://tool.lu/favicon/
)
-
[
比特虫-在线制作ico图标
](
https://www.bitbug.net/
)
-
[
在线JSON转PHP数组工具
](
https://uutool.cn/json2php/
)
[
multiavatar 虚拟头像生成
](
https://multiavatar.com/
)
multiavatar 虚拟头像生成
[
https://multiavatar.com/
](
https://multiavatar.com/
)
[
Faker API
](
https://fakerapi.it/it
)
: a collection of completely free APIs that helps web developers and web designers generate fake data in a fast and easy way. No registration is required. No tokens, no authentication.
...
...
doc/vue.md
浏览文件 @
043ad7d0
...
...
@@ -81,6 +81,9 @@
[
Vue.js Examples
](
https://vuejsexamples.com/
)
Vue.js 接口开发中的示例集合。
[
Surely Vue
](
https://www.surely.cool/
)
高性能组件 构建更快的网站 & 更快的构建网站
[
PortalVue
](
https://portal-vue.linusb.org/
)
A Vue component to render your component's template anywhere in the DOM.
## 文章
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录