官方支持文档:https://docs.gitea.io/zh-cn/upgrade-from-gogs/ 0、一开始因为 gogos 很轻量,部署很方便选择了它,但是因为最近 gogos 已经有段时间不更新了,使用过程中发现很多想要功能都没有,用起来很不方便。最近发现还有 gitea 这么个项目,... ...
分类:
其他好文 时间:
2020-06-22 18:58:54
阅读次数:
212
一道多线程面试题的多种解决方法多线程题目分析整体测试设计方法基于Synchronized基于ReentrantLock基于CountDownLatch基于CycliBarrier基于Semaphore基于LockSupport 题目实现一个容器,线程2添加10个元素,线程1实时监督线程2,当容器中元... ...
分类:
编程语言 时间:
2020-06-20 16:56:30
阅读次数:
72
1 #include <stdio.h> 2 3 int main(void) 4 { 5 int n, i, j, number; 6 int array[10][10]; 7 int top, bottom, left, right; 8 9 scanf("%d", &n); 10 top = ...
分类:
其他好文 时间:
2020-06-18 14:34:07
阅读次数:
54
CSS 1.position:sticky 粘性定位,必须要设置top,bottom,left,right其中一个,最近在做吸顶效果用到了。 2.flex布局中的justify-content:space-evenly,这个是各元素之间以及两边元素的空白相等,(space-around是两边元素空白 ...
分类:
Web程序 时间:
2020-06-17 18:09:41
阅读次数:
65
Given any string of N (≥) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d e l l r ...
分类:
其他好文 时间:
2020-06-15 15:34:10
阅读次数:
61
在windows上安装elasticsearch7.6 安装Java1.8 下载Java1.8 提取码:yi0c 链接:https://pan.baidu.com/s/1mNd2Yg-k6ob91bODC7ktHg 提取码:yi0c 安装elasticsearch7.6 下载elasticsearc ...
Linux下安装解压版(tar.gz)MySQL5.7 最近尝试在Linux中安装了解压版MySQL,期间查阅了许多博客。很多博客看得我很懵逼,因此记录下自己的安装过程,方便后续查阅。 环境说明:CentOs7.2 一、清理老的mysql (1)卸载已有的mysql 查找以前是否装有mysql命令: ...
分类:
数据库 时间:
2020-06-14 15:06:48
阅读次数:
81
公司有个同事用Nuxt写了个项目,我一想,我还没有用Nuxt写过项目呢 刚把得,我也要会用nuxt写项目 看了一下同事项目的效果,他说是用的element-ui,然后是样式覆盖 ok了 本宝宝也要会这个 接下来看下github上面的项目 先放下作者大大的github地址:https://github ...
分类:
其他好文 时间:
2020-06-13 00:15:45
阅读次数:
60
zookeeper-3.7.5:https://niceyoo.lanzous.com/iTHA0di7m3i 1、下载解压后修改config目录里的zoo_sample.cfg为zoo.cfg 2、进入 bin 目录,双击执行 zkServer.cmd,命令行会闪退 3、然后再双击执行zkCli. ...
import osimport tkinter as tk from tkinter import filedialog from tkinter.scrolledtext import ScrolledText window = tk.Tk() window.title('华润万家门店导出') # ...
分类:
编程语言 时间:
2020-06-09 18:52:13
阅读次数:
99