码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
PAT 甲级 1051 Pop Sequence (25 分)(模拟栈,较简单)
1051 Pop Sequence (25 分) 1051 Pop Sequence (25 分) 1051 Pop Sequence (25 分) Given a stack which can keep M numbers at most. Push N numbers in the order ...
分类:其他好文   时间:2019-09-08 00:04:08    阅读次数:99
【UML】最简单的类图
Rational Rose简明实用教程 https://blog.csdn.net/gz153016/article/details/49641847 Rational Rose是Rational公司出品的一种面向对象的统一建模语言的可视化建模工具。用于可视化建模和公司级水平软件应用的组件构造。现在 ...
分类:其他好文   时间:2019-09-02 23:56:16    阅读次数:209
git branch --set-upstream 本地关联远程分支
git branch --set-upstream 本地关联远程分支 最近使用git pull的时候多次碰见下面的情况: There is no tracking information for the current branch.Please specify which branch you w ...
分类:其他好文   时间:2019-08-31 19:42:41    阅读次数:94
HBase ——Shell操作
HBase ——Shell操作 Q:你觉得HBase是什么? A:一种结构化的分布式数据存储系统,它基于列来存储数据。 基于HBase,可以实现以廉价PC机器集群存储海量数据的分布式数据库的解决方案。 一般用于数据量巨大但查询简单的场景,典型场景包括:账单记录,订单流水,交易记录,数据库的历史记录 ...
分类:系统相关   时间:2019-08-28 15:53:19    阅读次数:123
PAT B1015/A1062 Talent and Virtue
PAT B1015/A1062 Talent and Virtue 题目描述: About 900 years ago, a Chinese philosopher Sima Guang wrote a history book in which he talked about people's t ...
分类:其他好文   时间:2019-08-27 23:21:26    阅读次数:107
反编译.net下的exe程序
使用De4Dot和Reflector反编译.net下的exe程序 ...
分类:Web程序   时间:2019-08-27 10:53:14    阅读次数:92
windows安装nginx、mysql等软件并加入系统服务启动详细
windows类系统安装nginx、mysql软件 (PS:windows系统环境中设置完nginx、mysql环境变量,需要重新启动系统才会生效。) 一、NGINX:首先下载windows版nginx二进制包,解压到目录: 解压根目录下为:nginx.exe程序和conf、html等目录所在。 < ...
分类:数据库   时间:2019-08-23 00:02:54    阅读次数:135
深度学习面试题20:GoogLeNet(Inception V1)
目录 简介 网络结构 对应代码 网络说明 参考资料 简介 2014年,GoogLeNet和VGG是当年ImageNet挑战赛(ILSVRC14)的双雄,GoogLeNet获得了第一名、VGG获得了第二名,这两类模型结构的共同特点是层次更深了。VGG继承了LeNet以及AlexNet的一些框架结构,而 ...
分类:Web程序   时间:2019-08-20 10:40:43    阅读次数:120
redis入门,linux安装
1.下载 https://redis.io/download2.上传到linux服务器tools文件夹下3.解压到安装目录 tar -zxf /app/redis/redis-5.0.4.tar.gz4.进入解压文件目录使用make对解压的Redis文件进行编译 cd /app/redis/redi ...
分类:系统相关   时间:2019-08-18 21:26:58    阅读次数:111
Codeforces 855B:Marvolo Gaunt's Ring(枚举,前后缀)
B. Marvolo Gaunt's Ring Professor Dumbledore is helping Harry destroy the Horcruxes. He went to Gaunt Shack as he suspected a Horcrux to be present th ...
分类:其他好文   时间:2019-08-18 18:02:38    阅读次数:278
899条   上一页 1 ... 21 22 23 24 25 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!