GithubHelp home page GithubHelp logo

gostudy's Introduction

此项目为个人学习笔记

目录

first
  helloworld  #里面总结了基本数据类型的定义和使用
  byte_rune   #流程控制语句的几种使用方式
  operational #go语言的运算符 map,slice,数组,指针的使用
function     #各种类型函数的创建和调用,闭包的使用
panic_recover #go语言错误处理方法 defer 分金币例子 fmt包一些常用的函数
recursion #递归 
    #类型 自定义类型  
    #结构体 匿名结构体 指针结构体 结构体初始化的多种方式 结构体的匿名字段 构造函数 嵌套 "继承"
          # 结构体与json 序列化与反序列化
method #自定义类型的自定义函数 结构体的函数
    student_system  #运用结构体的规则编写的一个简单的管理系统
interface #接口的使用 实现接口 
package #包的定义,引用方式
log #文件读写的多种方式
    time #时间 格式化 转换 运算 logger的测试
logger #控制台打印日志 输出日志到文件 日志文件切割
reflect #反射练习 使用反射读取配置文件赋值给对象
goroutine #strconv包string和其他类型相互转换 循环启动多线程
    goroutine_channel #goroutine池 结合channel指定线程数完成任务
    gomaxprocx #设置cpu核心数启动go线程 
channel #通道的用法 无缓冲,有缓冲 go启动多线程对通道存值和取值,单向通道,
    select  #select的用法
    logger #将日志修改为goroutine模式
synchronized #互斥锁 读写分离锁
    atomic #原子操作
socket #创建网络连接
    udp #udp连接通信
    http #http网络链接  get/post方法
test #测试 
    split #基本测试,测试组,子测试,测试代码覆盖率
    test #benchmark性能测试 比较测试 并行测试 重置时间 Example生成文档
pprof #性能测试 cpu时间,内存占用 web图形化展示 
    flag #flag包传参的使用
    http #go-torch的安装与使用 pprof生成火焰图(已经可以不用go-torch)
search #遍历指定目录
    find #http服务查询遍历结果
baiduti #百度体生成器 替换剪贴板内容为百度体

gostudy's People

Contributors

wulusai2333 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.