win10 python 3.6.6 安装 scrapy

2018-07-26
阅读 1 分钟
2.4k
环境 win10 python 3.6.6 过程 创建虚拟环境 virtualenv biubiubiu_scrapy 进入虚拟环境 ./biubiubiu_scrapy/Scripts/activate 直接安装 scrapy pip install scrapy 报错 microsoft visual c++ 14.0 is required 解决方法 [链接] 下载 visualcppbuildtools_full.exe 在安装过程会很慢,其中会有一次提示 C++ 14 debug ru...

Ubuntu 常用命令

2017-05-27
阅读 2 分钟
2.9k
Ubuntu 常用命令 作用 命令 备注 获取root权限 su root 移动文件 mv 文件名 目标地址 在要移动的文件的目录下使用命令 创建文件夹 mkdir 文件夹名字 重启网络 {代码...} 配置 IP 子网掩码 网关 {代码...} 在Xshell中登陆VMware中的Ubuntu 安装 ssh apt-get install ssh 修改 root 密码 passwd root 配置文件,允许以 roo...

sublime 主题配置 Boxy Ocean

2017-05-24
阅读 1 分钟
5.7k
{ {代码...} }

Intellij IDEA 2016 使用

2017-05-23
阅读 1 分钟
3.4k
Intellij IDEA 2016 使用 默认快捷键 功能 键位 live template ctrl + J 向下插入一行 shift + enter 向上插入一行 ctrl + alt + enter (alt + / 情况下)在 . 之后插入语句 ctrl + . (点) run ctrl + shift + F10 run artifacts shift + F10 导包 ctrl + alt + o 删除光标所在行 ctrl + Y System.out.println() s o u t ...

Spark 2.7.3 VMware Ubuntu 16.04 虚拟机搭建

2017-02-08
阅读 5 分钟
3.6k
Spark 2.7.3 配置教程 在 root 用户下操作 ubunut中用到的文件及位置 {代码...} 环境搭建 虚拟机网络设置 在windows下打开网络和共享中心中设置 VMware Network Adapter VMnet1 的IPv4 item value IP 地址 192.168.32.10 子网掩码 255.255.255.0 默认网关 192.168.32.1 Linux网络设置 Linux 的 IP 与虚拟机的 IP 在同一...

TRINI: an adaptive load balancing strategy

2017-01-05
阅读 8 分钟
2k
GC comes with a cost : Whenever it is triggered, GC has an impact on the system performance by pausing the involved programs.

Table Editor 使用方法

2016-12-27
阅读 3 分钟
8.3k
Table Editor 使用方法 适用 sublime text 作用 Table Editor 用于在文档中快速创建整齐好看的表格。 激活 & 关闭 ctrl + shift + p 输入 Table Editor 选择 Enable for current syntax (激活)或 Disable for current syntax (关闭) 使用 输入 {代码...} 然后加快捷键:ctrl + k , enter得到 {代码...} 此时光...

A Survey of Task Allocation and Load Balancing

2016-12-27
阅读 6 分钟
2k
A Survey of Task Allocation and Load Balancing in Distributed System Part 1. Overview on Distributed Systems the general characteristics of real distributed system lack of global control unit reason: large-scale dynamic hetergeneous distribution and sharing of resources resource : data processor ...

MPJ Express 内容总结

2016-12-19
阅读 4 分钟
3k
Towords Scalable Java HPC with Hybrid and Native Communication Devices in MPJ Express 内容总结 2.相关工作 本文关注: 当前的一些实现 Open MPI Java Bindings 只能使用Open MPI 座位底层通信库。 随着处理器核数的增加,需要混合并行计算。 Hybrid MPI 使用单线程MPI进程。 在Hybrid MPI中,单节点的多核处理器通...

[译]新的高性能计算框架——KernelHive

2016-12-01
阅读 6 分钟
3.5k
对于低级的通用 GPU 编程,最流行的是 CUDA 和 OpenCL。大致思路是 以网格形式对处理过程进行建模。一个网格中包含线程块,线程块中包含若干个线程