题目网址:http://poj.org/problem?id=1328 题目: Radar Installation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 88789 Accepted: 19915 Descriptio ...
分类:
其他好文 时间:
2017-07-22 14:39:57
阅读次数:
166
1.通常我们在IDE运行的时候 web项目默认部署在项目指定的工作空间上 2.在Eclipse中的最底下的Servers视图,将所有部署的项目移除 3、在“Server Locations”处选择“Use Tomcat installation”,可以清楚的看到默认是“Use Workspace m ...
分类:
移动开发 时间:
2017-07-21 10:20:16
阅读次数:
206
安装完mysql-server 会提示可以运行mysql_secure_installation。运行mysql_secure_installation会执行几个设置: a)为root用户设置密码 b)删除匿名账号 c)取消root用户远程登录 d)删除test库和对test库的访问权限 e)刷新授 ...
分类:
数据库 时间:
2017-07-17 17:08:34
阅读次数:
241
环境 CentOS 7.1 (64-bit system) MySQL 5.6.24 CentOS 安装 参考:http://www.waylau.com/centos-7-installation-and-configuration/ 依赖 MySQL 依赖 libaio,所以先要安装 libai ...
分类:
数据库 时间:
2017-07-16 12:31:03
阅读次数:
257
前一篇Node.js日志框架选型比較:WinstonBunyanBunyan(by Trent Mick)是另外一个值得考虑的日志框架,以稍微不同的方式处理结构化,机器可读性被重点对待。其结果是,bunyan每行日志记录实际上就是JSON.stringify的一个输出。安装(Installation ...
分类:
Web程序 时间:
2017-07-14 20:23:49
阅读次数:
350
1.操作系统环境 https://superset.incubator.apache.org/installation.html#superset-installation-and-initialization python 3.6 2.源码下载 加压后进入 cd incubator-superse ...
分类:
其他好文 时间:
2017-07-14 19:31:38
阅读次数:
237
官网说:从5.7.18开始不在二进制包中提供my-default.cnf文件。参考:https://dev.mysql.com/doc/refman/5.7/en/binary-installation.html 经过测试,在5.7.18版本中,使用tar.gz安装时,也就是压缩包解压出来安装这种, ...
分类:
数据库 时间:
2017-07-13 10:38:30
阅读次数:
205
在官网下载了mysql压缩包,按照官网:https://dev.mysql.com/doc/refman/5.7/en/windows-installation.html的教程安装,但是出错,后面根据https://www.oschina.net/question/1244397_2138435解决 ...
分类:
数据库 时间:
2017-07-08 23:04:57
阅读次数:
452
环境 CentOS 7.1 (64-bit system) MySQL 5.6.24 CentOS 安装 参考:http://www.waylau.com/centos-7-installation-and-configuration/ 依赖 MySQL 依赖 libaio,所以先要安装 libai ...
分类:
数据库 时间:
2017-07-08 14:38:11
阅读次数:
467
安装PyDev插件的两种安装方法: 1、百度搜索PyDev 2.4.0.zip,下载后解压,得到Plugins和Feature文件夹,复制两文件夹到Eclipse目录,覆盖即可。 完成后重启Eclipse,若在Eclipse菜单Help->About Eclipse->Installation De ...
分类:
编程语言 时间:
2017-07-07 15:29:55
阅读次数:
247