Awesome系列 Awesome Machine Learning Awesome Deep Learning Awesome TensorFlow Awesome TensorFlow Implementations Awesome Torch Awesome Computer Vision A ...
分类:
系统相关 时间:
2017-09-28 13:02:50
阅读次数:
240
1 class lanpingException extends Exception 2 { 3 lanpingException(String msg) 4 { 5 super(msg); 6 } 7 } 8 9 class maoyanException extends Exception 10... ...
分类:
编程语言 时间:
2017-09-25 18:54:54
阅读次数:
163
reset tryAgain git 在钥匙串中找不到指定的项 重新配置公钥撕咬 SSH keys An SSH key allows you to establish a secure connection between your computer and GitLab. Before gene ...
分类:
系统相关 时间:
2017-09-25 16:13:27
阅读次数:
264
1、 网络存储技术 传统的SCSI小型计算机系统接口(Small Computer System Interface)技术是存储设备最基本的标准协议,但通常需要设备互相靠近并用SCSI总线链接,因此受到了物理环境的限制。 iSCSI小型计算机系统接口(即Internet Small Computer ...
分类:
系统相关 时间:
2017-09-24 13:47:47
阅读次数:
400
1,corpus 语料库 a computer-readable collection of text or speech 2,utterance 发音 比如下面一句话:I do uh main- mainly business data processing uh 是 fillers,填充词(Wo ...
分类:
其他好文 时间:
2017-09-23 17:15:15
阅读次数:
502
P3048 [USACO12FEB]牛的IDCow IDs P3048 [USACO12FEB]牛的IDCow IDs P3048 [USACO12FEB]牛的IDCow IDs 题目描述 Being a secret computer geek, Farmer John labels all of ...
分类:
其他好文 时间:
2017-09-22 19:11:43
阅读次数:
233
#!/bin/bash
#Author:丁丁历险(Jacob)
#定义数组,保存所有出拳的可能性
game=(石头剪刀布)
num=$[RANDOM%3]
computer=${game[$num]}
#通过随机数获取计算机的出拳
#出拳的可能性保存在一个数组中,game[0],game[1],game[2]分别是3中不同的可能
echo"请根据下列提示选择您的出..
分类:
系统相关 时间:
2017-09-22 17:38:47
阅读次数:
325
Centos7安装nodejs、npm、pm2 1、 安装软件包: 安装nodejs # yum -y install nodejs 安装npm #yum -y install npm 安装pm2 #npm install pm2 -g 常用命令: $ npm install pm2 -g # 命令 ...
分类:
其他好文 时间:
2017-09-21 20:59:54
阅读次数:
261
net user SQLDebugger list /add net localgroup administrators SQLDebugger /add Error Message:未能找到存储过程 'master..xp_cmdshell'。 修复法:很通用的,其实碰到 其他126 127的都可 ...
分类:
系统相关 时间:
2017-09-19 22:57:06
阅读次数:
329
import java.util.Scanner; public computerfile{ public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.print("Ente ...
分类:
其他好文 时间:
2017-09-18 14:53:13
阅读次数:
132