http://www.cnblogs.com/linhaifeng/articles/7428874.html#_label6 from multiprocessing import Process import time import os class MyProcess(Process): de ...
分类:
系统相关 时间:
2019-03-09 21:57:45
阅读次数:
183
登陆: $ psql -U <user> -d <dbname> 数据库操作: $ \l //查看库 $ \c <dbname> //切换库 // 切换数据库,相当与use dbname $ \c <dbname> // 列举表,相当与show tables $ \dt // 查看表结构,相当于de ...
分类:
其他好文 时间:
2019-03-08 11:08:51
阅读次数:
200
这是我们开启了bin-log, 我们就必须指定我们的函数是否是1 DETERMINISTIC 不确定的2 NO SQL 没有SQl语句,当然也不会修改数据3 READS SQL DATA 只是读取数据,当然也不会修改数据4 MODIFIES SQL DATA 要修改数据5 CONTAINS SQL ...
分类:
数据库 时间:
2019-03-07 14:33:33
阅读次数:
233
安装rabbitmq 一.先安装erlang 1.去erlang官网或 "百度云盘" 下载安装包 2.解压 unzip otp OTP 19.1.zip 到/ 目录下 3.安装依赖环境 yum install y gcc ncurses devel openssl devel unixODBC de ...
分类:
其他好文 时间:
2019-03-06 12:03:26
阅读次数:
201
https://de.mathworks.com/help/stats/robustcov.html robustcov Robust multivariate covariance and mean estimate Robust multivariate covariance and mean ...
分类:
其他好文 时间:
2019-03-05 09:27:08
阅读次数:
180
<a href=“http://blog.csdn.net/lanchunhui/article/details/50072453”, target="_blank">numpy 常用api(一) <a href=“http://blog.csdn.net/lanchunhui/article/de ...
分类:
其他好文 时间:
2019-03-03 17:29:51
阅读次数:
447
前言 不知道为什么,每隔一段时间,我的谷歌浏览器就不能正常上网,而其他,比如火狐浏览器和qq之类的却可以正常使用。使用谷歌浏览器自带的windows检测后, window给出的提示如下: 解决办法 原博客地址:https://blog.csdn.net/ls1792304830/article/de ...
分类:
其他好文 时间:
2019-03-01 12:18:57
阅读次数:
337
```C++ include include include // STL 使用相关的函数需要include进来 using namespace std; struct Stu_info{ char id[10]; int de, cai, sum; int flag; }stu[100010]; ...
分类:
其他好文 时间:
2019-02-24 10:58:47
阅读次数:
139
题面 "传送门" 题解 好毒啊……$de$了一个晚上的$bug$…… 题目所求为 $$\prod_{i=1}^n\sigma_0(i)^{\mu(i)+i}(mod\ 10^{12}+39)$$ 那么我们把式子拆开来,变成 $$(\prod_{i=1}^n\sigma_0(i)^{\mu(i)})( ...
分类:
其他好文 时间:
2019-02-22 23:27:50
阅读次数:
180
# -*- coding: utf-8 -*- import sys from PyQt5.QtWidgets import * from PyQt5.QtCore import * class FirstWindow(QWidget): close_signal = pyqtSignal() de... ...
分类:
其他好文 时间:
2019-02-22 23:05:26
阅读次数:
200