码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Machine Learning 资料
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
Java异常抛出及try,catch应用实例
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
升级mac xcode打包证书报错 git 报错
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
linux学习-使用iSCSI服务部署网络存储
1、 网络存储技术 传统的SCSI小型计算机系统接口(Small Computer System Interface)技术是存储设备最基本的标准协议,但通常需要设备互相靠近并用SCSI总线链接,因此受到了物理环境的限制。 iSCSI小型计算机系统接口(即Internet Small Computer ...
分类:系统相关   时间:2017-09-24 13:47:47    阅读次数:400
NLP里面的一些基本概念
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 P3048 [USACO12FEB]牛的IDCow IDs 题目描述 Being a secret computer geek, Farmer John labels all of ...
分类:其他好文   时间:2017-09-22 19:11:43    阅读次数:233
shell脚本游戏之:剪刀石头布
#!/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
pm2
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
1433修复命令大全提权错误大全_cmd_shell组件修复
net user SQLDebugger list /add net localgroup administrators SQLDebugger /add Error Message:未能找到存储过程 'master..xp_cmdshell'。 修复法:很通用的,其实碰到 其他126 127的都可 ...
分类:系统相关   时间:2017-09-19 22:57:06    阅读次数:329
2.15
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!