07 2019 档案

摘要:as 正当 随着 As we were leaving As I was going It gets warmer and warmer as time goes by As children get older,they will be more interested in the before 阅读全文
posted @ 2019-07-29 10:44 zhangsima 阅读(163) 评论(0) 推荐(0)
摘要:七个成分 主语 谓语 宾语 表语 定语 状语 补语 关系副词 where 先行词是地点 this is the city I was born in the city The day when we stop learning is the day when we die . why 先行词为原因 阅读全文
posted @ 2019-07-27 17:58 zhangsima 阅读(155) 评论(0) 推荐(0)
摘要:{{$data->appends(request()->except(['page']))->links()}} 阅读全文
posted @ 2019-07-20 11:15 zhangsima 阅读(385) 评论(0) 推荐(0)
摘要:数组的下标是从0开始的 7 go的数组是值类型 10 长度是数组类型的一部分,在传递函数时,需要考虑数组的长度, 代码 for _,val := range intArr2{ } 数组的反转 随机数 rand.Intn() //为了每次生成的随机数不一样,我们需要给一个seed值 rand.Seed 阅读全文
posted @ 2019-07-17 09:38 zhangsima 阅读(117) 评论(0) 推荐(0)