EV录屏 地址:https://www.ieway.cn/ 免费无水印,集视频录制与直播功能于一身的桌面录屏软件,可实现分屏录制、实时按键显示、录屏涂鸦等功能 Win v3.9.7下载 安卓 v1.2.8下载 Mac版 v1.1.0下载 ...
分类:
其他好文 时间:
2019-12-26 09:43:04
阅读次数:
82
可以PyQt5官网下载,但是采用pip install在线安装更为便捷 win+R输入cmd进入DOS,在后面加上“-i https://pypi.douban.com/simple”表示使用豆瓣所提供的镜像: pip install PyQt5 -i https://pypi.douban.com ...
导出前台 <t:dgToolBar title="导出" icon="fa fa-upload" funname="ExportXldiaodu"></t:dgToolBar> function ExportXldiaodu(title,url,gname) { gridname=gname; va ...
分类:
其他好文 时间:
2019-12-25 14:34:27
阅读次数:
76
题目:https://nanti.jisuanke.com/t/41420 思路:01背包方案 当a(a∈S′)为最小值 如果Sum(S′)?a≤Sum(S?S′)成立 那么(?t∈S′,Sum(S′)?t≤Sum(S?S′))恒成立 从大到小排序即当前a[i]为已选石头中的最小值 #include ...
分类:
其他好文 时间:
2019-12-24 13:58:10
阅读次数:
64
工厂模式 Simple Factory 对于工厂模式而言,可能大家并不会陌生,顾名思义所谓工厂就是啥事都给你做了,顾客等着消费产品就好了,首先咋们就来聊聊这简单工厂模式的道道 废话不多说先上代码 可见简单工厂模式的实现逻辑较为简单,从步骤上来讲,先写一个接口,然后写一堆操作类去实现接口中的getRe ...
分类:
其他好文 时间:
2019-12-24 13:35:50
阅读次数:
68
Lombok 通过增加一些“处理程序”,可以让 Java 变得简洁、快速。 ...
分类:
编程语言 时间:
2019-12-24 11:56:51
阅读次数:
90
We mean the world to our children and when we let them down, it’s a tragedy. A simple promise we make in a rush and break afterward may mean nothing t ...
分类:
其他好文 时间:
2019-12-24 10:11:41
阅读次数:
82
题目链接:https://leetcode.com/problems/divisor-game/ 题意:Alice和Bob玩一个游戏,Alice先开始。最初,黑板上有一个数字N。每一轮,选手首先需要选择一个数x(0<x<N且N%x==0),并将黑板上的数字N替换成N-x。如果哪个选手无法继续操作,则 ...
分类:
其他好文 时间:
2019-12-23 17:17:06
阅读次数:
74
Final project proposal192-00701 – Summary of your project.It is based on an existing game which is called “league of dodging”.And the main idea of the ...
分类:
其他好文 时间:
2019-12-22 20:08:32
阅读次数:
77