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:14:10
收藏:
0 评论:
0 赞:
0 阅读:
207
json — JSON encoder and decoder json — JSON encoder and decoder JSON: JavaScript object notation,是一种轻量级的数据交换格式。JSON 是 JS 对象的字符串表示法,它使用文本表示一个 JS 对象的信息, ...
分类:
微信 时间:
2018-03-02 10:13:38
收藏:
0 评论:
0 赞:
0 阅读:
222
分部积分: ...
分类:
其他 时间:
2018-03-02 10:13:20
收藏:
0 评论:
0 赞:
0 阅读:
232
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:
编程语言 时间:
2018-03-02 10:12:30
收藏:
0 评论:
0 赞:
0 阅读:
204
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:11:56
收藏:
0 评论:
0 赞:
0 阅读:
235
day (-1) 晚上睡觉没盖被子 day 0 2018年2月13日 下午放学回来感到一阵头痛,一量体温结果发烧了,感觉很蓝瘦,居然在CCC前一天生病。 本来注册了账号想打practise的,结果又搞不成,只好极(kai)不(kai)情(xin)愿(xin)地看电影。 晚上在discord上和ric ...
分类:
其他 时间:
2018-03-02 10:10:35
收藏:
0 评论:
0 赞:
0 阅读:
215
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:09:29
收藏:
0 评论:
0 赞:
0 阅读:
179
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:
编程语言 时间:
2018-03-02 10:09:12
收藏:
0 评论:
0 赞:
0 阅读:
222
C#是一种面向对象的、运行于.net框架上的一种高级程序设计语言。 它的优点在于简单,类型安全,垃圾回收器自动回收内存,封装了许多常用的类,适合快速开发。 它的缺点在于依赖.net框架,跨平台支持有限,过度封装导致无法了解具体的内部细节,不适合对性能要求较高的项目。 .net框介绍 .NET框架是一 ...
分类:
Windows开发 时间:
2018-03-02 10:07:39
收藏:
0 评论:
0 赞:
0 阅读:
189
网站 www.careercup.com 上的题库列表 ...
分类:
其他 时间:
2018-03-02 10:07:20
收藏:
0 评论:
0 赞:
0 阅读:
159
一、准备 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:07:02
收藏:
0 评论:
0 赞:
0 阅读:
237
来源:Linux社区 作者:xiaojiang1025 :http://www.linuxidc.com/Linux/2017-02/141020.htm 来源:Linux社区 作者:xiaojiang1025 :http://www.linuxidc.com/Linux/2017-02/14102 ...
分类:
其他 时间:
2018-03-02 10:06:43
收藏:
0 评论:
0 赞:
0 阅读:
311
配置文件: web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/ ...
分类:
编程语言 时间:
2018-03-02 10:06:22
收藏:
0 评论:
0 赞:
0 阅读:
212
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:
编程语言 时间:
2018-03-02 10:05:46
收藏:
0 评论:
0 赞:
0 阅读:
248
来源:Linux社区 作者:xiaojiang1025 :http://www.linuxidc.com/Linux/2017-02/141018.htm 和绝大多数源码编译安装一样,uboot的编译流程也类似于"make config->make->make install"**三步,只是由于ub ...
分类:
其他 时间:
2018-03-02 10:05:30
收藏:
0 评论:
0 赞:
0 阅读:
227
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Find all strobogrammatic numbers that are o ...
分类:
其他 时间:
2018-03-02 10:04:58
收藏:
0 评论:
0 赞:
0 阅读:
271
续Openstack虚拟机创建流程 在控制节点也安装一个计算服务也变成一个计算节点 启动并且设置开机启动 修改配置文件/etc/nova/nova.conf 在[vnc]加入以下 在[libvirt] 设置虚拟化支持 重启 验证 PS:暂时不管区域 使用admin登陆控制台 管理员-虚拟机管理器能查 ...
分类:
其他 时间:
2018-03-02 10:04:39
收藏:
0 评论:
0 赞:
0 阅读:
294
无源汇上下界可行流 1 #include<iostream> 2 #include<cstdio> 3 #include<string> 4 #include<cstring> 5 #include<cmath> 6 #include<algorithm> 7 #include<queue> 8 # ...
分类:
其他 时间:
2018-03-02 10:04:06
收藏:
0 评论:
0 赞:
0 阅读:
203
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:03:33
收藏:
0 评论:
0 赞:
0 阅读:
265
博弈知识整理 一. 巴什博奕(Bash Game): 只有一堆n个物品,两个人轮流从这堆物品中取物,规定每次至少取一个,最多取m个。最后取光者得胜。 显然,如果n=m+1,那么由于一次最多只能取m个,所以,无论先取者拿走多少个,后取者都能够一次拿走剩余的物品,后者取胜。因此我们发现了如何取胜的法则: ...
分类:
其他 时间:
2018-03-02 10:03:12
收藏:
0 评论:
0 赞:
0 阅读:
582