GithubHelp home page GithubHelp logo

go-practice's Introduction

go-practice

主要练习内容

基础语法部分

 基本数据类型
 int,int32,int64区别
 float32/flot64区别
 fmt输出内容到控制台
 string转int/int64
 strring转float/flot64
 for
 fmt.Println();
 fmt.SPrint
 fmt.Sprintf();

go routine

go func(){
}()

函数作为参数(回调)

go func(func f(a int)error){
    a(3)
}  

chan的用法

 也解即可。

数据库及其它服务器部件的使用

postgres数据库

要求能使用CRUD,分面技术

redis

会用get/set

基础语法部分的

基础语法部分项目

基础语法部分

以及了解Redis可以存储的数据格式 fork魏工练习的项目,一直往里丢东西,没权限,不能push,因此才有了它, 当个垃圾桶吧,但是希望越大越好

go-practice's People

Contributors

pzy-wl avatar vhaoran 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.