HDU6314 Matrix Problem Description Samwell Tarly is learning to draw a magical matrix to protect himself from the White Walkers. the magical matrix is ...
分类:
其他好文 时间:
2020-09-17 17:11:07
阅读次数:
24
代码仓库创建规范 1、 项目创建需符合Group规范。 2、 创建项目必须添加Project description说明。 3、 每个项目都需要README.md文件。 4、 除文档说明类型仓库,所有代码仓库都需要.gitignore。 注:有模板的项目,要以统一的模板创建项目 Groups使用规范 ...
分类:
其他好文 时间:
2020-09-17 16:21:02
阅读次数:
28
This锁和Class锁 This锁 接下来代码理解一下This锁: /** * @program: ThreadDemo * @description: This锁的实验 * @author: hs96.cn@Gmail.com * @create: 2020-09-06 */ public cl ...
分类:
其他好文 时间:
2020-09-17 16:11:06
阅读次数:
19
Recently I am working on a project whose prerequisite is that developer must figure out how a field for example Material description in ERP and Produc ...
分类:
数据库 时间:
2020-09-15 20:52:46
阅读次数:
45
该控件是继承于 Control 基类开发的。 1 /// <summary> 2 /// 分割线控件 3 /// </summary> 4 [ToolboxItem(true)] 5 [Description("分割线控件")] 6 [DefaultProperty("Text")] 7 [Defa ...
题目 Description Little Leticija is preparing for a programming exam. Even though she has solved a lot of tasks, there’s one still left unsolved, so she ...
分类:
其他好文 时间:
2020-08-31 13:30:01
阅读次数:
65
Description(P4161) windy学会了一种游戏。 对于1到N这N个数字,都有唯一且不同的1到N的数字与之对应。 最开始windy把数字按顺序1,2,3,……,N写一排在纸上。 然后再在这一排下面写上它们对应的数字。 然后又在新的一排下面写上它们对应的数字。 如此反复,直到序列再次变为 ...
分类:
其他好文 时间:
2020-08-28 14:33:31
阅读次数:
48
点击开发工具左下角的设置,选择用户代码片段,选择新建全局代码片段文件,设置名称 scope:使用此代码段的语言名称列表,如javascript,php,typescript,如果不确定,设置为空字符串prefix:前缀,在对应的语言中使用该前缀弹出body:弹出的代码description:设置描述 ...
分类:
其他好文 时间:
2020-08-28 11:42:30
阅读次数:
56
<?php /** * @description 导出数据到CSV * @param array $data 二维数据数组 * @param array $head 列标题 一维数组 * @param string $fileName 导出的文件名称 */ function export_to_cs ...
分类:
Web程序 时间:
2020-08-26 18:48:45
阅读次数:
68
package LeetCode_264 import java.util.* /** * 264. Ugly Number II * https://leetcode.com/problems/ugly-number-ii/description/ * * Write a program to f ...
分类:
其他好文 时间:
2020-08-25 18:44:01
阅读次数:
53