「Talk is cheap. Show me the code」修改数据库字符集alter database 数据库名 character set utf8;ps:修改完数据库字符集,需要重启mysql数据库。修改数据库表字符集ALTER TABLE 表名 DEFAULT CHARACTER SET ut......
「Talk is cheap. Show me the code」package com.jmy.list;import org.junit.Test;import java.util.Arrays;public class MyArrayList { private final int capa...
In Go there’s no need for parenthesis in If statements. Open curly braces must be on the same line with the if keyword. (due to Go’s “semicolon insertion” featu...
In this article, I’ll go through my process of writing a simple Tic-Tac-Toe game in Golang. Error handling, closures, iota as well as other golang features are ...
Golang Wikipedia Golang Official Documentation How to Write Go Code For advanced devs: The Go Programming Language Specification For beginners: Golang Offic...