Giter VIP home page Giter VIP logo

mygitalk's Introduction

Hey! Nice to see you 👋

Welcome to my page!
I'm stanedward1, developer from Changsha, China

I want to be a Fullstack developer

Skill

C Java Python Ruby HTML5 CSS3 JavaScript Bootstrap Vue MySQL PostgreSQL MongoDB Redis ElasticSearch Docker Amazon AWS Linux Ubuntu Centos Macos Spring MyBatis Rabbitmq Django Rails Git Shell GitHub GitLab

Github Stats

Top Langs on project

mygitalk's People

Watchers

 avatar

mygitalk's Issues

Array&Hash&Symbol | Longbiu

http://localhost:4000/2021/05/04/Array_Hash_Symbol/#%E5%90%88%E5%B9%B6%E6%95%A3%E5%88%97

Array(数组):顺序且有序的集合类型,Ruby中使用方括号来获取数组元素,索引使用数字,从0开始 Hash(哈希or散列):使用键值操作的集合类型,哈希中的索引不局限于使用数字,Hash中的索引也被称为键,使用花括号包含键值对的形式表示 Symbol(符号):Ruby中特有的数据类型,rails中经常用到,使用symbol会比使用字符串更有效率,比如“是否相等”这类问题,字符串是按字母一个一个

Mysql45讲 | Longbiu

http://localhost:4000/2021/05/03/Mysql%E5%AE%9E%E6%88%9845%E8%AE%B2/#%E5%B0%8F%E7%BB%93-1

基础篇基础架构:一条sql语句是如何执行的?mysql> select * from T where ID=10; Server 层包括连接器、查询缓存、分析器、优化器、执行器等,涵盖 MySQL 的大多数核心服务功能,以及所有的内置函数(如日期、时间、数学和加密函数等),所有跨存储引擎的功能都在这一层实现,比如存储过程、触发器、视图等。 而存储引擎层负责数据的存储和提取。其架构模式是插

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.