笔记
《C++ primer plus》读书笔记(二)
第五章 1、for循环——for(initialization; test-expression; update-expression) body // test-expression 会被转换为bool,0为false,非零为true[详细]
2020-03-16 18:50 分类:编程语言-
Go笔记二(Interfaces)
An Introduction To Programming In Go 读书笔记 -- 9 Structs and Interfaces - Interfaces package main import ( "fmt" "math" ) func distance(x1,y1,x2,y2 float64) float64 { a :...[详细]
2020-03-13 15:19 分类:编程语言Go笔记一(Embedded Types)
An Introduction To Programming In Go 读书笔记 -- 9 Structs and Interfaces - Embedded Types package main import "fmt" type Person struct { Name string } type Android struct { Person //直...[详细]
2020-03-13 15:13 分类:编程语言学习Linux笔记20170913
[root@server0~]#mysql-urootMariaDB[(none)]>SHOWDATABASES;MariaDB[(none)]>QUIT为数据库账号修改密码:mysqladmin[-u用户名][-p[旧密码]]password'新密码'导入/恢复到数据库:mysql[-u用户名][-p[密码]]数据库名为数据...[详细]
2020-03-13 13:16 分类:大数据