It is said that in 2011, there are about 100 graduate schools ready to proceed over 40,000 applications in Zhejiang Province. It would help a lot if y ...
分类:
其他好文 时间:
2018-10-02 18:00:34
阅读次数:
132
1、很简单,按照官方文档操作即可 https://about.gitlab.com/installation/#centos-6 注: Gogs 是一个轻量级的、易于设置、跨平台的Git托管服务,不逊色于 Gitlab 和 GitHub。虽然不比这二者成熟,但它有很大的潜力。 gitlab-CE 与 ...
分类:
其他好文 时间:
2018-10-01 01:13:27
阅读次数:
241
EIP 161: State trie clearing - makes it possible to remove a large number of empty accounts that were put in the state at very low cost as a result of ...
分类:
其他好文 时间:
2018-09-29 17:41:18
阅读次数:
181
Packed with amazing data about the world in 2019 Pocket World in Figures is the indispensable handbook on the state of the world, covering demographic ...
分类:
其他好文 时间:
2018-09-28 10:58:41
阅读次数:
129
简单枚举类型——植物与颜色 Time Limit: 1000 ms Memory Limit: 65536 KiB Problem Description 请定义具有red, orange, yellow, green, blue, violet六种颜色的枚举类型color,根据输入的颜色名称,输出 ...
分类:
编程语言 时间:
2018-09-27 12:02:42
阅读次数:
204
安装: 1.cmd下输入: npm install vue-router --save //安装路由 2.npm run dev //重新启动 使用: 1.在mian.js下引入路由 import VueRouter from 'vue-router' 2.在mian.js下使用路由 Vue.use ...
分类:
其他好文 时间:
2018-09-26 19:05:08
阅读次数:
141
This post is about two Django ForeignKey parameters. related_name related_query_name See an example below class Cluster(models.Model): _id = models.UU ...
分类:
其他好文 时间:
2018-09-24 00:46:15
阅读次数:
487
题目: 题目: Little C loves number «3» very much. He loves all things about it. Now he has a positive integer nn. He wants to split nn into 33 positive int ...
分类:
其他好文 时间:
2018-09-23 11:55:16
阅读次数:
213
练习 总结列表,元组,字典,集合的联系与区别 列表,元组,字典是有顺序的,而集合是没顺序的 列表是以方括号形式表示,元组是以圆括号表示,字典以花括号表示,集合则是以[()]的形式表示 列表是可变对象,它支持在原处修改的操作.也可以通过指定的索引和分片获取元素。区别于元组,可动态增加,删除,更新。 元 ...
分类:
其他好文 时间:
2018-09-22 18:21:33
阅读次数:
168
VMWARE Thin APP 1,ThinAPP 基本使用教程 2,cmd 环境变量设置方法详细解释 cmd设置环境变量可以方便我们bat脚本的运行,但是要注意的是变量只在当前的cmd窗口有作用(局部生效),如果想要设置持久的环境变量需要我们通过两种手段进行设置:一种是直接修改注册表,另一种是通过... ...
分类:
移动开发 时间:
2018-09-22 00:49:27
阅读次数:
329