码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
Kotlin操作符重载:把标准操作加入到任何类中(KAD 17)
作者:Antonio Leiva 时间:Mar 21, 2017 原文链接:https://antonioleiva.com/operator-overload-kotlin/ 就像其他每种语言一样,在Kotlin中,已经预定义了一些操作符执行一定的操作。 最典型的是加(+),减(-),乘(*),除 ...
分类:其他好文   时间:2017-03-25 22:45:09    阅读次数:318
(1)Python安装
安装 官网 https://www.python.org/ Windows x86 web-based installer 在线安装 Windows x86 executable installer 离线安装 x86-64 64位软件 ...
分类:编程语言   时间:2017-03-25 22:23:11    阅读次数:180
luarocks 安装
1. linux 安装wget https://luarocks.org/releases/luarocks-2.4.1.tar.gztar zxpf luarocks-2.4.1.tar.gzcd luarocks-2.4.1./configure; sudo make bootstrap2. 包... ...
分类:其他好文   时间:2017-03-25 22:14:53    阅读次数:205
【转】utf-8与Unicode的转化
作者:uuspider链接:https://www.zhihu.com/question/23374078/answer/65352538来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 举一个例子:It's 知乎日报 你看到的unicode字符集是这样的编码表: I ...
分类:其他好文   时间:2017-03-25 20:57:36    阅读次数:204
ubuntu虚拟机安装Gitlab后出现“Whoops, GitLab is taking too much time to respond.”
网上找了很久,有说8080端口被tomcat占用的,但是移除tomcat之后还是会报这个错。 https://www.kittell.net/code/gitlab-502-whoops-gitlab-is-taking-too-much-time-to-respond/ 上面这篇文章是说只要运行 ...
分类:系统相关   时间:2017-03-25 20:17:53    阅读次数:1071
git命令(转载)
转载自: https://gist.github.com/guweigang/9848271#file-git_toturial-L14怕未来会找不到所以备份一下。 git init # 初始化本地git仓库(创建新仓库) git config --global user.name "xxx" # ... ...
分类:其他好文   时间:2017-03-25 20:15:09    阅读次数:141
fastjson升级版本遇到的问题
前面的话: 有关阿里的fastjson升级时遇到的问题,链接如下 https://github.com/alibaba/fastjson/wiki/enable_autotype 我要说的,是我碰到这个问题时的一些处理 1、问题描述: 我所在的项目组是使用的微服务架构,我们组只负责我们自有模块,其他 ...
分类:Web程序   时间:2017-03-25 19:12:53    阅读次数:5819
cas4.2以下取消https
deployerConfigContext.xml增加参数p:requireSecure="false" ticketGrantingTicketCookieGenerator.xml修改p:cookieSecure="false" warnCookieGenerator.xml修改p:cookie ...
分类:Web程序   时间:2017-03-25 19:09:09    阅读次数:399
Python之Seaborn
install: official examples: https://seaborn.pydata.org/examples/index.html 在mac上的bug: 在mac上运行会出现warnings.warn("tight_layout : falling back to Agg rend ...
分类:编程语言   时间:2017-03-25 18:57:02    阅读次数:242
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!