As your coach and friend, I can assure you the door toall the best things in the world will open to you but the key to that door isin your hand. You must do your part, you must faithfully follow the plans youmake and take the actions you plan. You must nev...
分类:
其他好文 时间:
2015-08-31 23:47:03
阅读次数:
298
处理时间序列数据时,经常需要对数据进行预处理,然后在使用复杂模型处理数据。其中,常用的一种方法就是对数据取log,进行log变形。那么什么样的时间序列数据需要进行取log呢?查阅资料发现,如果数据满足如下两点,就比较适合take log。
每个时刻的数据都为正数(为0时,可以通过+1来变为正数)数据的变化量随着时间的增加,指数级增加
以一个具体的例子来看:
原始数据:
...
分类:
其他好文 时间:
2015-08-31 07:37:43
阅读次数:
399
首先停止所有mysql服务进程打开第一个cmd窗口,进入mysql的bin目录执行以下命令#mysqld --skip-grant-tables注意执行后此时(cmd窗口已经不能继续使用。我们重新打开一个cmd窗口)打开第二个cmd窗口,进入mysql的bin目录执行以下命令#mysql#use m...
分类:
数据库 时间:
2015-08-30 19:20:45
阅读次数:
165
默认情况mysql没有密码mysql-uroot或者是mysql来登陆设置密码mysqladmin-urootpassword‘hd792310‘登陆命令mysql-uroot-phd792310如果密码忘记,可以初始化密码1.vim/etc/my.cnf在核心配置处,插入一条代码skip-grant不去授权,可以直接登陆2.重启mysql/etc/init.d/mysqldrestar..
分类:
数据库 时间:
2015-08-30 17:47:41
阅读次数:
241
Best Cow Line, Gold
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 5063
Accepted: 1806
Description
FJ is about to take his N (1 ≤ N ≤ 30,000) cows to th...
分类:
编程语言 时间:
2015-08-29 12:43:45
阅读次数:
227
Problem:There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take course 0 you have...
分类:
其他好文 时间:
2015-08-28 07:17:23
阅读次数:
286
Problem:There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take course 0 you have...
分类:
其他好文 时间:
2015-08-28 07:16:08
阅读次数:
258
代码片段如下: css部分代码: video?{?border:?1px?solid?#ccc;?display:inline-block;?}
?#canvas?{?border:?1px?solid?#ccc;?display:inline-block;}
?#take_photo{background-color:orange;w...
分类:
Web程序 时间:
2015-08-27 19:29:10
阅读次数:
158
Access denied for user ‘root‘@‘localhost‘ (using password:YES) 解决方案 ? ? ? ? ? ? ? ? ?? 解决方案: 1、打开MySQL目录下的my.ini文件,在文件的最后添加一行“skip-grant-tables”,保存并关闭...
分类:
数据库 时间:
2015-08-27 19:28:37
阅读次数:
261
一.在vm加载配置好centos6.7镜像.点击开启此虚拟机开始安装:二:回车开始安装1选项:安装或者升级现有的系统2选项:使用基本的显卡驱动安装系统3选项:拯救模式安装系统4选项:从本地磁盘启动5选项:测试内存三.检测安装盘文件完整性,按tab键切换到skip.跳过检测.四:下一步,next..
分类:
其他好文 时间:
2015-08-27 00:45:46
阅读次数:
386