<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> body{ background-color: #000; } .box{ width: 250px; height: 250px ...
分类:
其他好文 时间:
2017-01-18 12:20:12
阅读次数:
415
In the previous post Decouple OWIN Authorization Server from Resource Server we saw how we can separate the Authorization Server and the Resource Serv ...
知识点 1.UICollectionView的创建 2. UICollectionView的常用代理方法 3. UICollectionView相关XIB操作 UICollectionView的创建 1.UICollectionViewLayout 作用:控制collectionView布局的一个抽 ...
分类:
移动开发 时间:
2017-01-17 21:22:07
阅读次数:
340
注意到线性基的非空子集的异或都不是0。 我们的目的就是消出这样一个线性基,是对面再怎么拿,异或和都是1。 从大到小排序消就好了 ...
分类:
其他好文 时间:
2017-01-17 13:53:25
阅读次数:
141
index.html 页面的样式 <!DOCTYPE html><html lang="en"> <head> <title>little demo</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device- ...
分类:
Web程序 时间:
2017-01-14 17:34:25
阅读次数:
212
Changes to several view properties can be animated—that is, changing the property creates an animation that conveys the change to the user over a shor... ...
分类:
其他好文 时间:
2017-01-14 11:24:25
阅读次数:
214
对于在UIView上,是不能跳转的,所以我们通常要借助UIViewController,但经常会出现UIViewController没被加载的情况。这时就会报这个错。 解决方法: viewCon = (UIApplication.shared.keyWindow?.rootViewControlle ...