码迷,mamicode.com
首页 > 2018年03月02日 > 全部分享
[CareerCup] 2. Bomberman 炸弹人
We have a 2D grid. Each cell is either a wall, an enemy or empty. For example (0-empty, X-enemy, Y-wall): 0 X 0 0X 0 Y X0 X 0 0You have one bomb and y ...
分类:其他好文   时间:2018-03-02 10:24:33    阅读次数:185
第十三天:SwiftTodo
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:编程语言   时间:2018-03-02 10:24:23    阅读次数:227
python爬微信公众号前10篇历史文章(5)-JSON相关内容小结
json — JSON encoder and decoder json — JSON encoder and decoder JSON: JavaScript object notation,是一种轻量级的数据交换格式。JSON 是 JS 对象的字符串表示法,它使用文本表示一个 JS 对象的信息, ...
分类:微信   时间:2018-03-02 10:24:16    阅读次数:200
while 语句的三种控制/结束循环方式
while语句若一直满足条件,则会不断的重复下去。但有时,我们需要停止循环,则可以用下面的三种方式:1.在while语句中设定条件语句,条件不满足,则循环自动停止:ie:只输出3的倍数的循环;范围:0到20.current_number=0whilecurrent_number<20:current_number+=1ifcurrent_number%3!=0:continueprint(c
分类:其他好文   时间:2018-03-02 10:24:09    阅读次数:545
[LeetCode] 246. Strobogrammatic Number 对称数
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Write a function to determine if a number i ...
分类:其他好文   时间:2018-03-02 10:24:03    阅读次数:186
GNS3 2.1.3出来了,还有配套 的GNS3 VM 2.1.3
GNS2.1.3GNS3已经到2.1.3版了,比起之前的版本扩展很多了,最近下了几个网络模拟器,感觉还是用新版的好啊。感觉gns3和eveNG差不多,webiou已经不开发了,当然了各有所用吧。一般的用足够了,下载点IOU的镜像。iOS可以用之前的.py文件上传方法破解license。看到一个好的license方法,命令自动生成确保CiscoIOUKeygen.py已经上传后,执行命令cd/opt
分类:其他好文   时间:2018-03-02 10:23:54    阅读次数:2797
CareerCup Questions List 职业杯题目列表
网站 www.careercup.com 上的题库列表 ...
分类:其他好文   时间:2018-03-02 10:23:45    阅读次数:171
[LeetCode] 248. Strobogrammatic Number III 对称数III
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Write a function to count the total strobog ...
分类:其他好文   时间:2018-03-02 10:23:38    阅读次数:159
[LeetCode] 361. Bomb Enemy 炸敌人
Given a 2D grid, each cell is either a wall 'W', an enemy 'E' or empty '0' (the number zero), return the maximum enemies you can kill using one bomb.T ...
分类:其他好文   时间:2018-03-02 10:23:31    阅读次数:219
第十二天:SwiftStopWatch
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:编程语言   时间:2018-03-02 10:23:24    阅读次数:206
从0移植uboot (一) _配置分析
来源:Linux社区 作者:xiaojiang1025 :http://www.linuxidc.com/Linux/2017-02/141018.htm 和绝大多数源码编译安装一样,uboot的编译流程也类似于"make config->make->make install"**三步,只是由于ub ...
分类:其他好文   时间:2018-03-02 10:23:18    阅读次数:164
[CareerCup] Guards in a museum 博物馆的警卫
A museum was represented by a square matrix that was filled with O, G, and W where O represented open space, G represented guards, and W represented w ...
分类:其他好文   时间:2018-03-02 10:23:10    阅读次数:189
CCC2018游记
day (-1) 晚上睡觉没盖被子 day 0 2018年2月13日 下午放学回来感到一阵头痛,一量体温结果发烧了,感觉很蓝瘦,居然在CCC前一天生病。 本来注册了账号想打practise的,结果又搞不成,只好极(kai)不(kai)情(xin)愿(xin)地看电影。 晚上在discord上和ric ...
分类:其他好文   时间:2018-03-02 10:22:57    阅读次数:389
基本积分表及定理
分部积分: ...
分类:其他好文   时间:2018-03-02 10:22:50    阅读次数:112
洛谷 P3952 时间复杂度
做这道题的最大收获就是 坚持不懈,勇往直前 ,这道题是一个“码力题”,不能说无脑,但绝对恶心。总共花了3h+才调出来。~~果然当时NOIp放弃这道题是明智的~~ 好了,闲话放一边,我们来搞一搞这道题。 这道题思路很简单,就是 模拟 。t using namespace std; int t; str ...
分类:其他好文   时间:2018-03-02 10:22:32    阅读次数:162
Nginx基本配置与应用
一、准备 1.1 环境准备 "CentOS7软件环境" 1.2 tomcat多实例 把/etc/profile.d/tomcat.sh中的变量注释了 复制tomcat目录 修改配置 a.sh 启动多实例 1.3 配置hosts 二、负载均衡 2.2 流程 2.2 nginx配置 http://ngi ...
分类:其他好文   时间:2018-03-02 10:22:24    阅读次数:207
linux的基本命令
linux基本命令,管理命令
分类:系统相关   时间:2018-03-02 10:22:18    阅读次数:165
1180条   上一页 1 ... 57 58 59 60 61 62 63 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!