音标复习 绿色:连读;红色:略读;蓝色:浊化;橙色:弱读 口语蜕变(2017/6/25) Sorry, there's nothing you can do, it's a done deal! [?s?ri] , [ðerz] [?n?θ??] [ju] [kæn] [du] , [?ts] [e ...
分类:
其他好文 时间:
2017-06-25 13:45:30
阅读次数:
205
awk改变了OFS,$0却没变化一个文件1.txt,内容如下 目的把列变行,输出为: a b c d e 脚本如下: 理论上应该实现我们想要的 a b c d e 问题出在这里 Understanding $0 It is important to remember that $0 is the f ...
分类:
其他好文 时间:
2017-06-20 17:58:33
阅读次数:
142
问题描述: 应用运行时,锁屏后再打开有一定几率闪退。通过真机调试发现程序会中断在此处: 解决思路: 通过这篇文章了解是进程收到 SIGPIPE 信号,该信号默认行为是终止进程。 The process received a SIGPIPE . The default behaviour for th ...
分类:
移动开发 时间:
2017-06-19 17:43:53
阅读次数:
907
注:string.Compare比较结果的含义: 值 含义 小于零 x 小于 y。 或 x 为 空引用(在 Visual Basic 中为 Nothing)。 零 x 等于 y。 大于零 x 大于 y。 或 y 为 空引用(在 Visual Basic 中为 Nothing)。 string.Equ ...
Today is June 14, 2017,Nothing to bo, but something must be done!This year,Python、Docker、Openstack must be killed with no excuse or reason. ...
分类:
其他好文 时间:
2017-06-14 11:30:38
阅读次数:
188
Gray code Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 684 Accepted Submission(s): 402 Proble ...
分类:
其他好文 时间:
2017-06-07 14:13:59
阅读次数:
192
1.Git基础命令的使用 git status:检查当前文件的状态。 如果当前没有任何跟踪文件,也没有任何文件在上次提交后更新过,总的 来说就是没有可提交的文件的时候,执行此命令的结果是nothing to commit。否则的话执行结果就是有一系列的文件 被罗列出来,这些文件就是可add并comm ...
分类:
其他好文 时间:
2017-05-31 22:17:08
阅读次数:
210
kiki's game Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 40000/10000 K (Java/Others)Total Submission(s): 10763 Accepted Submission(s): 6526 Pr ...
分类:
其他好文 时间:
2017-05-31 00:24:15
阅读次数:
193
2.1 经验误差与过拟合 1. error rate/accuracy 2. error: training error/empirical error, generalization error 3. overfitting and underfitting 2.2 评估方法 1. hold ou ...
分类:
其他好文 时间:
2017-05-30 21:55:14
阅读次数:
127
前记: 工作区:开发文件存放的目录 暂存区:.git文件夹中,git add 添加的文件存放目录 版本库:git commit 提交后文件进入版本库。 一、创建本地仓库,在/d/Projects/git目录下创建仓库。 二、新建index.php,并在index.php中: <?phpecho "h ...
分类:
其他好文 时间:
2017-05-21 19:45:50
阅读次数:
181