Not in the frontier of research, but the results are used commonly now. X_{k+1} - X_n are known, to calculate the joint probability, we have to do inf ...
分类:
其他好文 时间:
2019-01-07 10:39:48
阅读次数:
197
1、uname 命令用于查看系统内核与系统版本等信息,格式为“uname [-a]”。 2、查看当前系统版本的详细信息,则需要查看 redhat-release 文件 ...
分类:
其他好文 时间:
2019-01-05 22:38:41
阅读次数:
231
As it is well known to us all, 拷贝对象分为浅拷贝和深拷贝,深拷贝只会复制地址,深拷贝才会复制内容,那么JS如何进行这两种拷贝呢?# 浅拷贝## Object.assign()方法[Object.assign() - JavaScript | MDN](https://... ...
分类:
Web程序 时间:
2019-01-02 01:28:27
阅读次数:
254
General Palindromic Number A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234 ...
分类:
其他好文 时间:
2019-01-01 21:13:13
阅读次数:
235
在上一篇文章《(四)Audio子系统之AudioRecord.read》中已经介绍了AudioRecord如何获取音频数据,接下来,继续分析AudioRecord方法中的stop的实现 函数原型: public void stop() throws IllegalStateException 作用: ...
分类:
其他好文 时间:
2019-01-01 11:08:43
阅读次数:
247
题目: According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician J ...
分类:
编程语言 时间:
2018-12-28 20:38:09
阅读次数:
216
最近开发的一个医药项目中要求加入即时通讯,最后选择了融云IM即时通讯服务,融云即时通讯包含Android SDK,iOS SDK以及Web SDK,为了节省开发时间,使用了Web SDK,这样在Android平台和iOS平台上都能表现一致。这是部分界面的效果, 分为两类用户,一类是医生,接受患者的咨 ...
分类:
移动开发 时间:
2018-12-27 18:24:16
阅读次数:
1061
在APP.module.ts中引入FormsModule, ReactiveFormsModule。 特别注意:在HTML中一定不能用form,随便换一个单词myGroup就行。 ...
分类:
其他好文 时间:
2018-12-27 15:16:43
阅读次数:
642
Ssh配置 通过配置文件,我们可以有效的管理ssh 1、空闲时间关闭连接 1)修改配置文件“/etc/ssh/sshd_config”,设置clientAliveInterval和clientAliveCountMax,注意取消前面的注释 [root@localhost wj]# gedit /et ...
分类:
系统相关 时间:
2018-12-26 10:38:36
阅读次数:
211