码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
LeetCode_119. Pascal's Triangle II
119. Pascal's Triangle II Easy Easy Easy Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the r ...
分类:其他好文   时间:2019-10-05 10:59:45    阅读次数:95
进程间通信效率测试
"来源" Type These are kinds of IPC in Linux as the following: type|feature | |: : pipe|unnamed pipe fifo|named pipe socketpair | unnamed unix domain soc ...
分类:系统相关   时间:2019-10-05 10:50:03    阅读次数:241
java中 is - a和 has - a的区别
Java中is-a和has-a的区别 1.“is-a”是继承的关系,比如人是动物,人和动物是继承的关系; 2.“has-a”是聚合的关系,比如人有眼睛,人和眼睛是聚合的关系; 也可以理解为 is-a 是“继承” 但has-a是“接口”关系。是“相互依赖”的关系,同时它们的生命周期都是一样的。 我们以 ...
分类:编程语言   时间:2019-10-04 18:57:50    阅读次数:125
ABP开发手记14 - 更新多语言
点这里进入ABP开发手记目录 新增语言 在基础设施层(即JD.CRS.EntityFrameworkCore)的\EntityFrameworkCore\Seed\Host\下打开DefaultLanguagesCreator.cs //用以存放多语言相关信息 新增语言 new Applicatio ...
分类:编程语言   时间:2019-10-04 09:39:27    阅读次数:162
【安利篇1期】工作学习的冷门小众干货整理分享
工具类 1. 免费服务器 地址:https://demo.glyptodon.com/#/client/ZGVtbwBjAGRlbW8= 简介:无需注册付费,浏览器输入地址即可进入连接一个windows10系统的服务器,由于是国外所以连接时间受限,有时会掉线,但是基本的操作完全可以。 2. 网盘提取 ...
分类:其他好文   时间:2019-10-02 20:48:04    阅读次数:111
Python小程序之控制鼠标点击
Note: 坐标(400,400)是以电脑屏幕左上角为原点; 由于本程序是死循环,在PyCharm中按“Ctrl+F2”可中断程序。 ...
分类:微信   时间:2019-10-02 20:33:43    阅读次数:123
Taxi Cab Scheme POJ - 2060 二分图最小路径覆盖
Running a taxi station is not all that simple. Apart from the obvious demand for a centralised coordination of the cabs in order to pick up the custom ...
分类:其他好文   时间:2019-10-02 17:06:07    阅读次数:99
MQF Object Oriented Programming
MQF Object Oriented Programming I Fall 2019Hw2 Due 10/1/2019 before midnightSpecificationsRutgers parking garage management system is required to take ...
分类:其他好文   时间:2019-10-01 20:29:18    阅读次数:87
Jupter Notebook常用快捷键
jupter notebook快捷键整理: Part1 1、删除Cell——双击D 2、撤销删除——Z 3、新建Cell——A/B (向上/向下) 4、命令窗口——P 5、运行——Ctrl+Enter 6、运行并跳到下一Cell——Shfit+Enter 7、运行并向下新建Cell——Alt+Ent ...
分类:其他好文   时间:2019-10-01 18:08:55    阅读次数:323
37. 解数独
编写一个程序,通过已填充的空格来解决数独问题。 一个数独的解法需遵循如下规则: 数字 1-9 在每一行只能出现一次。数字 1-9 在每一列只能出现一次。数字 1-9 在每一个以粗实线分隔的 3x3 宫内只能出现一次。空白格用 '.' 表示。 一个数独。 答案被标成红色。 Note: 给定的数独序列只 ...
分类:其他好文   时间:2019-10-01 11:42:41    阅读次数:70
7370条   上一页 1 ... 74 75 76 77 78 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!