转自:https://site.douban.com/149989/widget/notes/8053161/note/231207595/ AC – Armor Class,盔甲等级、级别Account – 账号,与密码Password相对Add – 一只玩家加入到组队中,如果请求别人组队,可说A ...
分类:
其他好文 时间:
2018-10-16 13:31:59
阅读次数:
157
# Git常用操作 ## 全局配置 git config --global user.name "name" git config --global user.email "email" ## 撤销 当前版本:HEAD 上一个版本:HEAD^ 上上一个版本:HEAD^^ 上100个版本:HEAD~1 ...
分类:
其他好文 时间:
2018-10-16 02:13:32
阅读次数:
168
``` !/usr/bin/env bash Date: 2018 05 28 Description: shell script learning notes 变量赋值使用 $(data) 对变量进行引用或字符串组合时,使用 ${ } 将变量扩含起来 处理字符串,加双引号 " " script l ...
分类:
系统相关 时间:
2018-10-16 01:53:28
阅读次数:
178
Lesson 1 Excuse me! 对不起! Listen to the tape then answer this question.Whose handbag is it?听录音,然后回答问题。这是谁的手袋? New Words and expressions 生词和词语 Notes on ...
分类:
其他好文 时间:
2018-10-14 11:33:08
阅读次数:
132
Lesson 1 Excuse me! 对不起! Listen to the tape then answer this question.Whose handbag is it?听录音,然后回答问题。这是谁的手袋? New Words and expressions 生词和词语 Notes on ...
分类:
其他好文 时间:
2018-10-14 11:31:03
阅读次数:
162
随机抽样 (numpy.random) 简单的随机数据 rand(d0, d1, ..., dn) 随机值 randn(d0, d1, ..., dn) 返回一个样本,具有标准正态分布。 Notes For random samples from N(\mu, \sigma^2), use: Exa ...
分类:
其他好文 时间:
2018-09-27 00:01:53
阅读次数:
359
Go 1.11 Release Notes Introduction to Go 1.11Changes to the languagePortsWebAssemblyRISC-V GOARCH values reservedToolsModules, package versioning, and ...
分类:
其他好文 时间:
2018-09-25 12:37:20
阅读次数:
228
读论文《Auto-Encoding Variational Bayes》(加精) VAE(1)——从KL说起 VAE(2)——基本思想 VAE(3)——公式与实现 VAE(4)——实现 变分自编码器(VAEs) 【Learning Notes】变分自编码器(Variational Auto-Enco ...
分类:
其他好文 时间:
2018-09-24 00:40:02
阅读次数:
269
转自:https://www.cnblogs.com/zrr-notes/p/5953445.html (一)基本存储位置 我们的app在手机中存放的路径是:/var/mobile/Applications/4434-4453A-B453-4ADF535345ADAF344 后面的目录4434-44 ...
分类:
其他好文 时间:
2018-09-23 13:33:40
阅读次数:
196
原文网址 https://www.jianshu.com/p/17d78b52c732?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation 环境说明 [x] Python 3.5 ...
分类:
其他好文 时间:
2018-09-19 18:03:17
阅读次数:
182