Stella981 Stella981
3年前
Django:学习笔记(8)——文件上传
Django:学习笔记(8)——文件上传文件上传前端处理本模块使用到的前端Ajax库为Axio,其地址为GitHub官网(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Faxios%2Faxios)。
Stella981 Stella981
3年前
Python实现数据分析(四)
Pandas关键词:数据分析库官网:https://pandas.pydata.org/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fpandas.pydata.org%2F)介绍(选自百度百科):pandas是基于NumP
Wesley13 Wesley13
3年前
ubuntu配置tomcat和jdk
1.安装tomcat此处以tomcat8为例.  先到tomcat官网:http://tomcat.apache.org(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftomcat.apache.org%2C)下载相应的tar.gz的安
Stella981 Stella981
3年前
Redis安装部署
1.下载安装包官网地址:https://redis.io/download(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fredis.io%2Fdownload)2.解压tarxzvf redis5.0.5.tar.gz3.编译安装cdred
Stella981 Stella981
3年前
Echart使用
Echart是一款图表插件,功能强大,使用简单。Echart官网:https://echarts.baidu.com/examples/charttypeline(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fecharts.baidu.com%2Fexamples%2F%23c
Stella981 Stella981
3年前
Hue中hive(hive cli)查询结果中显示列名,不带表名
hivecli中显示列名进入hivecli后sethive.cli.print.headertrue;之后出现列名,但是带了表名前缀,由于网上没找到资料,于是到官网肉眼扫描所有参数,总算找到,给大家分享下。hivecli中,sethive.resultset.use.unique.column.namesfalse;
Stella981 Stella981
3年前
Git for Windows 国内下载站,发布
GitforWindows国内下载站GitforWindows.国内直接从官网http://gitscm.com/download/win下载比较困难,需要翻墙。这里提供一个国内的下载站,方便网友下载https://github.com/waylau/gitforwin(https://www.oschina.net/ac
Stella981 Stella981
3年前
Riot.js源码阅读
Riot.js的版本是1.0.4。官网地址:https://muut.com/riotjs整个Riot.js只有3个可以在外面调用的函数接口,分别是observable、render、route。 1、observable函数observable函数只有一个参数el,指向Model,该
Wesley13 Wesley13
3年前
JESAAS 项目管理软件教学视频出炉
下载地址 网盘地址(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fyunpan.cn%2FcLMFBzbsjQWJP)登陆可见www.jesaas.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww
V-275670029 V-275670029
3年前
哈希竞猜游戏是什么?
区块链主要应用的密码学算法有两个部分:一个哈希算法,另一个是非对称加密  简单来说,哈希算法就是一种特殊的函数,不论输入多长的一串字符,只要通过这个函数都可以得到一个固定长度的输出值,这就好像身份证号码一样,永远都是十八位而且全国唯一。哈希算法的输出值就叫做哈希值。  哈希算法有三个特点,它们赋予了区块链不可篡改、匿名等特性,并保证了整个区块链体系的完整。第