码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
Spark 使用ansj进行中文分词
在Spark中使用ansj分词先要将ansj_seg-5.1.1.jar和nlp-lang-1.7.2.jar加入工程 ansj源码github:https://github.com/NLPchina/ansj_seg ansj下载链接:https://oss.sonatype.org/conten ...
分类:其他好文   时间:2017-12-08 19:17:12    阅读次数:917
[svc]nginx-module-vts第三方模块安装配置
参考: https://github.com/vozlt/nginx module vts installation https://github.com/kubernetes/ingress nginx nginx module vts第三方nginx status模块 安装第三方模块 nginx ...
分类:其他好文   时间:2017-12-08 18:32:04    阅读次数:340
go语言常用开源库整理
框架 https://github.com/go-martini/martini 图形验证码 https://github.com/dchest/captcha ORM https://github.com/jinzhu/gorm 表单验证 https://github.com/asaskevich ...
分类:编程语言   时间:2017-12-08 18:19:14    阅读次数:229
Html模板渲染引擎Hogan
Github:https://github.com/twitter/hogan.js 最简单的使用教程:http://www.imooc.com/article/18493 ...
分类:Web程序   时间:2017-12-08 14:21:54    阅读次数:181
PyEcharts
网站事例:http://pyecharts.herokuapp.com/ 源码:https://github.com/chenjiandongx/pyecharts 文档:https://github.com/chenjiandongx/pyecharts/blob/master/docs/zh-c ...
分类:其他好文   时间:2017-12-08 14:14:11    阅读次数:597
安装FBCTF
FBCTF是Facebook开发的一套开源的CTF平台,使用PHP开发,github地址:https://github.com/facebook/fbctf/由于我们在墙内,部署起来还是有些麻烦的,需要更换一些国内的源。 0x00 环境准备FBCTF只能安装在Ubuntu 14.04 LTS,因此我 ...
分类:其他好文   时间:2017-12-08 14:05:10    阅读次数:638
TCP、UDP、IP 协议分析
TCP、UDP、IP 协议分析 http://rabbit.xttc.edu.cn/rabbit/htm/artical/201091145609.shtml http://bhsc881114.github.io/2015/06/23/HTTP%E8%AF%B7%E6%B1%82%E7%9A%84 ...
分类:其他好文   时间:2017-12-08 10:33:05    阅读次数:157
npm install 时报错 Unexpected end of input at 1:15930
从github上clone代码后npm install,结果解决办法: npm config set registry https://registry.npm.taobao.org之后出现自动生成了一个package-lock.json这才领悟原来是npm5.3的坑 ...
分类:其他好文   时间:2017-12-08 01:26:08    阅读次数:148
Git 常用命令 连接GitHub
1、如果插入出现下面的错误可以尝试 命令: 2、添加更新到GetHub(不是第一次) 如果是第一次先建立联系 Git常用操作命令: 1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看远程仓库:$ git remote ...
分类:其他好文   时间:2017-12-07 23:57:43    阅读次数:391
从GitHub远程仓库中删除文件夹或文件
在上传项目到github时,忘记忽略了某个文件夹target,就直接push上去了, 最后意识到了此问题,决定删除掉远程仓库中的target文件夹 删除前: 删除后: 在github上只能删除仓库,却无法删除文件夹或文件, 所以只能通过命令来解决 首先进入你的master文件夹下, Git Bash ...
分类:其他好文   时间:2017-12-07 23:44:39    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!