给定一个正整数,检查他是否为交替位二进制数:换句话说,就是他的二进制数相邻的两个位数永不相等。 示例 1: 输入: 5输出: True解释:5的二进制数是: 101示例 2: 输入: 7输出: False解释:7的二进制数是: 111示例 3: 输入: 11输出: False解释:11的二进制数是: ...
分类:
其他好文 时间:
2020-02-14 01:10:28
阅读次数:
75
今天又遇到了一个打开KVM的问题,安装了jre-7u80,已经可以下载应用了,可是最后报错如下:Your security settings have blocked an application with an expired or not-yet-valid certificate from r... ...
分类:
移动开发 时间:
2020-02-11 19:09:10
阅读次数:
73
一、添加引用 1、添加owin引用 版本:1.0.0.02、添加 Microsoft.Owin.Security.Cookies 版本:4.1.0 3、添加System.IdentityModel.Tokens.Jwt 版本:5.6.04、添加Microsoft.Owin.Security.Open ...
分类:
Web程序 时间:
2020-02-11 11:53:45
阅读次数:
270
vlan 100 private-vlan isolated ! vlan 200 private-vlan community ! vlan 300 private-vlan primary private-vlan association 100,200 ! ! ! ! interface Gi ...
分类:
系统相关 时间:
2020-02-10 14:07:47
阅读次数:
82
基础知识 MQ(Message Queue):消息队列/消息中间件。消息服务将消息放在队列/主题中,在合适时候发给接收者。发送和接收是异步的(发送者和接收者的生命周期没有必然关系)。 队列:消息存在队列中,发送和接收都是异步的 主题:在发布pub/订阅sub模式下,发送消息给固定接收者(订阅过主题的 ...
分类:
其他好文 时间:
2020-02-10 11:45:21
阅读次数:
87
一、前端js 1.关闭js功能 2.抓包绕过 3.修改js 二、白名单/黑名单绕过 常见的绕过形式: asa、cer、cdx、aspx、ashx、ascx、asax、asmx、cfc、cfm phP(大小写)、php5、php3、php4、php2、phtml、phtm、php (有一个空格)、ph ...
分类:
Web程序 时间:
2020-02-07 19:10:31
阅读次数:
94
限制只有192.168.1.100和192.168.1.200可以访问192.168.1.10的22号端口access-list101permittcphost192.168.1.10eq22host192.168.1.100access-list101permittcphost192.168.1.10eq22host192.168.1.200access-list101denytcphost19
分类:
系统相关 时间:
2020-02-07 14:35:30
阅读次数:
136
NBMA為一種沒有廣播類型的的網路連接,這會使得OSPF建立需要手動設定 拓樸如下: R1# ! interface Loopback0 ip address 172.16.1.1 255.255.255.0 ip ospf network point-to-point ! interface Se ...
分类:
系统相关 时间:
2020-02-06 23:03:47
阅读次数:
85
一、初识Action Bar 1、定义: 翻译为操作栏,包括app图标,activity标题,选项菜单,向上按钮,TAB导航等等。 2、添加Action Bar 在现在Android Studio中,只要sdk版本大于11,则会默认添加。可以在AndroidManifest.xml中theme属性中 ...
分类:
移动开发 时间:
2020-02-06 19:59:50
阅读次数:
84
Recently, Norge found a string s=s1s2…sns=s1s2…sn consisting of nn lowercase Latin letters. As an exercise to improve his typing speed, he decided to ...
分类:
其他好文 时间:
2020-02-06 16:13:31
阅读次数:
83