wordcount程序统计文本文件的字数、单词数和行数 各个参数的意义 基本功能列表 wc.exe -c file.c 对字符数的统计 wc.exe -w file.c 对单词数的统计 wc.exe -l file.c: 对行数的统计 https://github.com/zqm233/wordco ...
分类:
其他好文 时间:
2017-09-27 00:40:42
阅读次数:
115
https://rdipietro.github.io/friendly-intro-to-cross-entropy-loss/ 【将输入转化为输出:概率分布】 When we develop a model for probabilistic classification, we aim to ...
分类:
其他好文 时间:
2017-09-26 22:24:22
阅读次数:
200
验证码是抵抗批量操作和恶意登录做有效的方式之一。 验证码从产生到现在已经衍生出了很多分支、方式。 本文描述在 spring mvc 下快速的将 google kaptcha 集成到项目中。 1.maven 依赖 2.前端 3.mvc-context 配置 更多参数:http://www.cnblog ...
分类:
编程语言 时间:
2017-09-26 17:44:20
阅读次数:
169
#!/bin/bash #https://github.com/txthinking mkdir /tmp/_ curl https://raw.githubusercontent.com/txthinking/dotfiles/master/vim/.vimrc -o /tmp/_/.vimrc ... ...
分类:
系统相关 时间:
2017-09-26 15:58:58
阅读次数:
158
项目地址:https://github.com/theskumar/python-dotenv 首先看一下github上项目的介绍: Reads the key,value pair from .env and adds them to environment variable. It is gre ...
分类:
编程语言 时间:
2017-09-26 13:36:11
阅读次数:
572
1)安装go 2)安装git xingo默认使用google protobuf来进行序列化和反序列化操作,所以需要安装 go get github.com/golang/protobuf/proto go get github.com/viphxin/xingo 3)获取demo所需资源包 4)按r ...
分类:
其他好文 时间:
2017-09-26 11:54:30
阅读次数:
171
https://github.com/tensorflow/tensorflow.git ...
分类:
其他好文 时间:
2017-09-25 22:02:48
阅读次数:
110
$ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 在空目录下创建仓库 $ mkdir learngit 创建文件夹 $ cd learngit进入文件夹 $ ...
分类:
其他好文 时间:
2017-09-25 18:47:42
阅读次数:
180
安装很简单,生成的.so文件会被安装到/usr/local/lib目录,记得修改/etc/profile。 安装过程会出现两个错误: What is makeinfo, and how do I get it? v.1.6.tar.gz compilation error on centos7 ...
分类:
其他好文 时间:
2017-09-25 14:44:30
阅读次数:
202
https://github.com/Microsoft/msphpsql/issues/116 4.1.1驱动下载地址 https://github.com/Microsoft/msphpsql/releases/tag/v4.1.1-Windows 还有一说是 在数据库配置中加入 ‘poolin ...
分类:
数据库 时间:
2017-09-25 13:09:08
阅读次数:
451