码迷,mamicode.com
首页 >  
搜索关键字:laskers nim    ( 2819个结果
用c3制作3d盒子旋转特效
<!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
JSON Web Token in ASP.NET Web API 2 using Owin
In the previous post Decouple OWIN Authorization Server from Resource Server we saw how we can separate the Authorization Server and the Resource Serv ...
分类:Windows程序   时间:2017-01-17 21:27:01    阅读次数:925
iOS开发-UI (三)Collection
知识点 1.UICollectionView的创建 2. UICollectionView的常用代理方法 3. UICollectionView相关XIB操作 UICollectionView的创建 1.UICollectionViewLayout 作用:控制collectionView布局的一个抽 ...
分类:移动开发   时间:2017-01-17 21:22:07    阅读次数:340
BZOJ 3105 新Nim游戏
注意到线性基的非空子集的异或都不是0。 我们的目的就是消出这样一个线性基,是对面再怎么拿,异或和都是1。 从大到小排序消就好了 ...
分类:其他好文   时间:2017-01-17 13:53:25    阅读次数:141
html5+css3 文章的展示demo
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
有意思的效果——摇曳的萤火虫
...
分类:其他好文   时间:2017-01-14 15:49:41    阅读次数:204
可以做动画的属性
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
Warning: Attempt to present <UIAlertController: 0x7fb6ab704950> on <UIViewController: 0x7fb6ab51c810> whose view is not in the window hierarchy!
对于在UIView上,是不能跳转的,所以我们通常要借助UIViewController,但经常会出现UIViewController没被加载的情况。这时就会报这个错。 解决方法: viewCon = (UIApplication.shared.keyWindow?.rootViewControlle ...
分类:Windows程序   时间:2017-01-14 11:24:14    阅读次数:272
CSS 空中飘动的云动画
天空飘着五朵云 ...
分类:Web程序   时间:2017-01-14 07:23:35    阅读次数:648
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!