Problem : Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) Push element x onto stack. pop() R ...
分类:
其他好文 时间:
2020-04-21 23:45:18
阅读次数:
59
原始方法: main函数: public static void learnCourse(){ student student=new student(); student.learnJava(); student.learnHtml(); } public static void main(Str ...
分类:
编程语言 时间:
2020-04-21 23:44:24
阅读次数:
55
一、背景 最近做的一个比较简单 CMS 项目,其中最“复杂”的功能就是要对表格中的数据实现 。 实例效果如下: 二、前端 用的是 AntDesign 的组件 其中的 拖拽排序 的示例: https://ant.design/components/table cn/ components t ...
分类:
数据库 时间:
2020-04-21 15:18:25
阅读次数:
72
课程链接:https://edu.51cto.com/course/22769.html本课程讲解Python语言的基础知识,兼顾Python编程的术(语言的知识点)与道(编程思维和方法)。采用JupyterNotebook讲解,图文并茂,讲述与代码对应。其文件分享给学员,可作为交互式电子书。本课程案例丰富,每个知识点均有代码示例说明,另有额外的10个编程案例。本课程采用Python3.7版本讲解
分类:
编程语言 时间:
2020-04-21 13:12:02
阅读次数:
72
课程链接:https://edu.51cto.com/course/22803.html本课程讲解Python语言高级用法的相关知识,兼顾Python编程的术(语言的知识点)与道(编程思维和程序设计方法)。课程特点:本课程采用Python3.7版本讲解,具体内容包括:30个Python进阶知识点、17个常用模块、文件与数据处理、并发编程、测试与优化、编程规范、Python之禅、软件设计策略与项目案
分类:
编程语言 时间:
2020-04-21 13:03:07
阅读次数:
69
{ title: '应收账款', dataIndex: 'ysk', key: 'ysk', align: 'center', width: '100px', className: `${styles.columnTwo}`, // 添加这个 } ...
分类:
其他好文 时间:
2020-04-20 15:59:50
阅读次数:
316
这是 iOS 系统设计规范翻译第二篇,热烈欢迎理性讨论,如有翻译不到位之处请批评指正。 原文:https://developer.apple.com/design/human-interface-guidelines/ios/overview/mac-catalyst/ 作者:苹果公司 译者:泽泽先 ...
分类:
移动开发 时间:
2020-04-19 23:41:07
阅读次数:
255
The NUIX System: Making Computers Easier to Use1982Bell Laboratories HostBack in 1969, a Couple of Computer Scientist here at Bell Laboratories, start... ...
分类:
其他好文 时间:
2020-04-19 22:19:16
阅读次数:
64
Ant Design Pro学习 Ant Design Pro 官网:https://pro.ant.design/index-cn 开箱即用的中台前端/设计解决方案 基于 React 的中后台管理控制台的脚手架,UI是Ant Design,,框架是 Ant Design Pro 安装前,你的本地环 ...
分类:
其他好文 时间:
2020-04-19 22:13:55
阅读次数:
551
https://leetcode cn.com/problems/course schedule ii/submissions/ 力扣:210、课程表 II ==思路:== 我们用邻接表来实现图,使用入度数组来记录各个节点的入度,因为本题只能用到入度! 邻接表:哈希表的数组 ==注意==:节点是什么 ...
分类:
其他好文 时间:
2020-04-19 12:29:36
阅读次数:
70