全部文章
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
来源:Linux社区 作者:xiaojiang1025 :http://www.linuxidc.com/Linux/2017-02/141018.htm 和绝大多数源码编译安装一样,uboot的编译流程也类似于"make config->make->make install"**三步,只是由于ub ...
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 ...
续Openstack虚拟机创建流程 在控制节点也安装一个计算服务也变成一个计算节点 启动并且设置开机启动 修改配置文件/etc/nova/nova.conf 在[vnc]加入以下 在[libvirt] 设置虚拟化支持 重启 验证 PS:暂时不管区域 使用admin登陆控制台 管理员-虚拟机管理器能查 ...
无源汇上下界可行流 1 #include<iostream> 2 #include<cstdio> 3 #include<string> 4 #include<cstring> 5 #include<cmath> 6 #include<algorithm> 7 #include<queue> 8 # ...
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 ...
博弈知识整理 一. 巴什博奕(Bash Game): 只有一堆n个物品,两个人轮流从这堆物品中取物,规定每次至少取一个,最多取m个。最后取光者得胜。 显然,如果n=m+1,那么由于一次最多只能取m个,所以,无论先取者拿走多少个,后取者都能够一次拿走剩余的物品,后者取胜。因此我们发现了如何取胜的法则: ...
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
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/javaee ...