Step1: install django #sudo apt-get install python-django 验证安装成功,能在python里import django包#python>>>import django>>>django.VERSION 我用的是1.10.7>>>quit() S ...
分类:
系统相关 时间:
2017-05-06 14:18:52
阅读次数:
169
5.1 基本操作 5.2 对数据进行灵活操作 5.3 计算数据 5.4 数据可视化 5.5 控制语句:for,while,if 语句 5.6 矢量化 官网安装:Installation 在线文档:http://www.gnu.org/software/octave/doc/interpreter/ ...
分类:
其他好文 时间:
2017-05-06 13:14:26
阅读次数:
230
mysql.server start 最后还是重新安装!!以前数据库内容丢失。 I think one can end up in this position with older versions of mysql already installed. I had the same problem ...
分类:
其他好文 时间:
2017-05-06 11:42:34
阅读次数:
155
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.IO; using UnityEngine.SceneManagement; public class Script... ...
分类:
移动开发 时间:
2017-05-05 19:57:37
阅读次数:
243
Y2K Accounting Bug Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10674 Accepted: 5344 Description Accounting for Computer Machinists (ACM ...
分类:
其他好文 时间:
2017-05-05 14:25:38
阅读次数:
163
修正:加入MySQL服务时,能够不带版本。也就说以下的全部MySQL57能够直接写成MySQL!希望大家注意。 MySQL安装好之后,往往还须要再做一些设置! 1、加入MySQL服务: 输入命令cmd 输入命令 cd D:\software\MySQL\mysqllocation\MySQLServ ...
分类:
数据库 时间:
2017-05-03 09:20:46
阅读次数:
254
刚装完MySQL,启动时报如下错误:StartingMySQL.Managerofpid-filequitwithoutupdatingfile.[FAILED]解决Linux下MySQL启动错误StartingMySQL.Managerofpid-filequitwithoutupdatingfile.[FAILED]依次尝试了从谷歌找到的各种方法,发现只要执行如下MySQL初始化命令即可解决:/us..
分类:
数据库 时间:
2017-04-30 23:03:33
阅读次数:
241
RedHat Enterprise Linux 7開始。系统盘中自带的数据库为MariaDB,安装的过程例如以下: 1. 挂载安装盘镜像:mount /dev/cdrom /mnt2. 创建yum源:cat > /etc/yum.repos.d/d.repo << EOF [d] baseurl=f ...
分类:
数据库 时间:
2017-04-30 12:34:43
阅读次数:
266
解压并进入其目录 make cd src make install 默认情况,Redis不是在后台运行,我们需要把redis放在后台运行 vim /usr/local/redis/etc/redis.conf #自己redis解压后的文件 修改之前记得备份 将daemonize的值改为yes cd ...
分类:
其他好文 时间:
2017-04-29 22:13:21
阅读次数:
184
今天因为需要开启事件调度器event_scheduler,所以修改了mysql的配置文件/etc/my.cnf 就因为配置多了个分号,导致一直启动失败,如下图所示: 然后去网上搜了帖子(MySQL提示:The server quit without updating PID file问题的解决办法h ...
分类:
数据库 时间:
2017-04-26 19:53:00
阅读次数:
236