文档地址:https://gitea.io/zh-cn/### 安装docker方式:```shelldocker pull gitea/gitea:latest # 拉取 Gitea 镜像sudo mkdir -p /var/lib/gitea # 创建一个目录作为数据存储docker run -... ...
分类:
其他好文 时间:
2019-12-25 13:07:14
阅读次数:
159
参考:https://blog.csdn.net/qq_39471200/article/details/92655322 问题1: 最近使用react官方脚手架create-react-app建立项目的时候发现在ie浏览器打开时显示空白,在主流的chrome、fireFox等浏览器显示是正常的。打 ...
分类:
移动开发 时间:
2019-12-24 18:50:47
阅读次数:
380
在keepalived+lvs的配置文件keepalived.conf中有一个选项 该选项的作用:在一定时间内使来自于同一个Client的所有TCP请求被负载到同一个RealServer上。 查看已设置的 时间: 查看Client连接到Server端的请求负载情况: 说明(官方):http://ww ...
分类:
其他好文 时间:
2019-12-23 11:47:41
阅读次数:
218
Properties Properties This is a full list of all the available properties that can be used within your routes.yaml config file to manipulate your URL ...
分类:
其他好文 时间:
2019-12-23 00:53:48
阅读次数:
109
图像对象同样使用cl_mem数据结构 创建图像对象 // 创建2D的图像对象cl_mem clCreateImage2D ( cl_context context, //上下文 cl_mem_flags flags, // 对象性质标签 const cl_image_format *image_fo ...
分类:
其他好文 时间:
2019-12-23 00:44:26
阅读次数:
177
Exercise Session for Introductioninto Computer Science(for non Informatics studies, TUM BWL)(IN8005), WS 2019/2020Sheet 8? Homework are to be worked o ...
分类:
其他好文 时间:
2019-12-22 20:17:00
阅读次数:
85
一、算术运算符¶ In [1]: a = 9 b = 2 In [2]: #乘 result = a * b print('{}*{}={}'.format(a, b, result)) 9*2=18 In [3]: #除 result = a / b print('{}/{}={}'.format ...
分类:
编程语言 时间:
2019-12-22 14:41:37
阅读次数:
86
网址:https://pypi.org/project/Flask-Script/ 1、安装 2、新建manager.py文件 3、导入Manager和app 4、代码 from flask_script import Manager from app import app manager = Ma ...
分类:
其他好文 时间:
2019-12-20 22:31:44
阅读次数:
88
let ES6 新增了let命令,用来声明变量。它的用法类似于var,但是所声明的变量,只在let命令所在的代码块内有效。 const + const声明一个只读的常量。一旦声明,常量的值就不能改变。 + 对于const来说,只声明不赋值,就会报错。 + const的作用域与let命令相同:只在声明 ...
分类:
其他好文 时间:
2019-12-19 13:13:30
阅读次数:
63
https://cloud.tencent.com/developer/devdocs 腾讯开发者手册是云+社区开发者共同维护的一个提供中文化编程基础技术教程的知识平台,提供了 HTML、CSS、Javascript、Python、Ruby、C、Go 等各种编程语言的基础知识。 热门手册 最受开发者 ...
分类:
其他好文 时间:
2019-12-18 22:15:02
阅读次数:
124