Table of Contents1. 如何安装及使用1.1. 安装需要的package1.2. 配置config1.3. 注释下面代码1.4. 初始化数据库1.5. 创建管理员账户2. 本地搭建2.1. 登陆并进入后台3. 服务端搭建3.1. 配置nginx3.2. 配置supervior3.3.... ...
分类:
其他好文 时间:
2020-01-29 12:27:46
阅读次数:
88
“单身狗”是中文对于单身人士的一种爱称。本题请你从上万人的大型派对中找出落单的客人,以便给予特殊关爱。 输入格式: 输入第一行给出一个正整数 N(≤ 50 000),是已知夫妻/伴侣的对数;随后 N 行,每行给出一对夫妻/伴侣——为方便起见,每人对应一个 ID 号,为 5 位数字(从 00000 到 ...
分类:
其他好文 时间:
2020-01-28 19:13:47
阅读次数:
70
Cutting an integer means to cut a K digits lone integer Z into two integers of (K/2) digits long integers A and B. For example, after cutting Z = 1673 ...
分类:
其他好文 时间:
2020-01-27 17:11:56
阅读次数:
80
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a numbe ...
分类:
其他好文 时间:
2020-01-27 15:17:12
阅读次数:
55
A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published years ...
分类:
其他好文 时间:
2020-01-27 14:08:44
阅读次数:
84
Calculates the closest direction to a specified point on the board. 计算到图中指定点最接近的方向。 ...
分类:
其他好文 时间:
2020-01-27 12:15:57
阅读次数:
61
盗用的翻译,哈哈哈!白嫖就完事了。 题目: 密西西比河岸某处陆地因为河水侵蚀,每年陆地面积都在减少,每年减少50平方英里,减少的陆地面积呈半圆形,即该半圆形面积以每年50平方英里的速度增长。在第一年初时,该半圆形面积为0,半圆形的圆心坐标为(0,0),现在的任务是给定一个坐标,求出该坐标在哪一年年底 ...
分类:
编程语言 时间:
2020-01-26 19:08:08
阅读次数:
80
题目描述: 反转一个单链表。 示例: 输入: 1 2 3 4 5 NULL 输出: 5 4 3 2 1 NULL 迭代解法 对代码进行解释: 1、准备两个空节pre和next点进行后续的操作,其中pre保存head之前的节点、next做临时变量; 2、如果head不空便进入循环体,转3;否则退出循环 ...
分类:
编程语言 时间:
2020-01-24 09:30:08
阅读次数:
78
本题要求将给定的 N 个正整数按非递增的顺序,填入“螺旋矩阵”。所谓“螺旋矩阵”,是指从左上角第 1 个格子开始,按顺时针螺旋方向填充。要求矩阵的规模为 m 行 n 列,满足条件:m×n 等于 N;m≥n;且 m?n 取所有可能值中的最小值。 输入格式: 输入在第 1 行中给出一个正整数 N,第 2 ...
分类:
其他好文 时间:
2020-01-23 18:19:38
阅读次数:
91
修改placeholder字体颜色小方法 1.html <!--故事内容--> <textarea placeholder="我有酒,说出你的故事..." id="feedbackcontent"></textarea> 2.CSS #feedbackcontent::-webkit-input-p ...
分类:
Web程序 时间:
2020-01-20 22:50:44
阅读次数:
121