Installation Contents Jython 2.7.1 Basic Install Standalone mode Installation options Jython 2.7.1 Basic Install Jython 2.7.1 is distributed via an ex ...
分类:
其他好文 时间:
2017-12-13 00:08:23
阅读次数:
230
今天把一个项目复制到另一个文件夹下,重新打开结果不能正常安装到虚拟机上了。 解决方法: Build——Clean Project :清除一下项目缓存 Build——Rebuild Project :重新编译项目。(这一步需要多点几次,有时候出现 LitePal等扩展库的application找不到的 ...
分类:
移动开发 时间:
2017-12-11 18:53:32
阅读次数:
329
参考:https://github.com/vmware/harbor/blob/master/docs/installation_guide.md 日志: ...
分类:
其他好文 时间:
2017-12-09 13:14:41
阅读次数:
198
故事发生在云计算实验课上…… 故事发生在云计算实验课上…… Step 1 在Xshell中登录自己的cloud虚拟机后,<sudo su >切换到root用户 Step 2 <~/tpcw/apache tomcat 8.5.23/bin/startup.sh>启动虚拟机装好 ...
分类:
编程语言 时间:
2017-12-09 11:03:38
阅读次数:
603
参考: 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
最近参照网上教程安装ubuntu的Docker怎么都不成功,我最后参照官方文档成功安装 https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/#if-you-need-to-use-aufs 大家可以先不笔管具体的细节, ...
分类:
其他好文 时间:
2017-12-07 21:08:41
阅读次数:
182
今天要下载插件,发现提示了Package Control:There are no packages available for installation百度了找了说什么IPV6问题,放到host的文件里,还是解决不了。 解决办法两步: 1.把Package Control目录下所有文件和本身文件夹 ...
分类:
其他好文 时间:
2017-12-01 11:32:08
阅读次数:
151
解题思路: radar installation海里有很多小岛,我们只能在海岸线上建雷达站,对于给定的雷达站的最大覆盖距离d,要求所有小岛都要被覆盖,求最少的雷达站数目,如果没有解决方案,输出-1。 贪心策略1:让某个雷达站覆盖尽量多的小岛?--》不正确贪心策略2:从左往右建雷达站:最左边的雷达站需 ...
分类:
其他好文 时间:
2017-11-29 17:03:25
阅读次数:
226
GPU: NVIDIA Tesla K40C Enter the 'root' mode: $ su - 1. Pre-installation 1.1 Verify you have a CUDA-capable GPU $ lspci | grep -i nvidia 1.2 Verify yo ...
分类:
其他好文 时间:
2017-11-27 21:46:30
阅读次数:
396
CommonJS http://javascript.ruanyifeng.com/nodejs/module.html Vue https://cn.vuejs.org/v2/guide/installation.html iView https://www.iviewui.com/docs/gu ...
分类:
Web程序 时间:
2017-11-27 14:13:48
阅读次数:
158