Easter79 Easter79
3年前
vue echarts vue
1、git地址https://github.com/ecomfe/vueecharts(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fecomfe%2Fvueecharts)2、使用(1)安装npminstallvueecha
Easter79 Easter79
3年前
sql分析web可视化平台
下载地址:http://git.oschina.net/luoyedao/viuSQL下载github https://github.com/luoyedao/viuSQL安装环境,环境:   centos7 kali   web:  django1.8.3 bootstrap(不需要安装,但是要联网)   软件:
Wesley13 Wesley13
3年前
Udemy 课程下载利器
送给已经购买Udemy课程的同学(需要账号登录)下载udemydlgitclonehttps://github.com/r0oth3x49/udemydl.git安装依赖pipinstallrrequirements.txt开始下载pythonudemydl.py课程地
Stella981 Stella981
3年前
Hexo,其实没有你想象的那么难
阅读目录:1.安装hexo所需环境nodejs下载软件解压添加环境变量配置生效2.安装hexo安装初始化生成静态页面安装Git插件配置hexo安装hexo后台
Stella981 Stella981
3年前
GuozhongCrawler看准网爬虫动态切换IP漫爬虫
有些关于URL去重的方面代码没有提供,需要自己去实现。主要这里提供思路项目地址:http://git.oschina.net/woshidaniu/GuozhongCrawler/tree/master/example/changeProxyIp/首先爬虫入口类:publicclassPervadeSpider{  
Wesley13 Wesley13
3年前
ubuntu16.04+GTX2080Ti+torch7安装记录
环境说明ubuntu16.04cuda10.02080Ti显卡拉取代码和修改编译脚本拉取代码用户先clone代码:gitclonehttps://github.com/torch/distro.git~/torchrecursive通常下载很慢,rec
Stella981 Stella981
3年前
Eclipse与github的连接
一、在Eclipse上安装GIT插件EGit打开Eclipse,找到工具栏中的Help。!在这里插入图片描述(https://imgblog.csdnimg.cn/20200917144136339.png?xossprocessimage/watermark,type_ZmFuZ3poZ
Stella981 Stella981
3年前
CornerStone的使用
对于我们程序员来说,不管你是大神,还是小鱼小虾,进入公司之后,都用过源码管理工具,不然你就不是一个合格的程序员,现在各个公司用于源码管理工具通常有下面两种:git:使用git的公司应该是最多的。svn:现在使用svn的公司比重也挺大的,但是svn有局限性。当然,他们两者的区别,在这里就不做解释了,一般选择用什么源
LinMeng LinMeng
1年前
git中子模块和npm包
1先克隆外层,然后进入到项目中,执行gitsubmoduleupdateinit
Git的一些基本用法
gitbranch查看当前分支gitbrancha查看所有分支gitpull更新当前分支gitcheckoutXXX切换到某分支