码迷,mamicode.com
首页 >  
搜索关键字:cheat    ( 225个结果
The iOS Design Cheat Sheet 界面设计速参
http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/With the release of iOS 7, app designers and developers will need to adjust their visual lan...
分类:移动开发   时间:2015-03-05 06:47:50    阅读次数:243
DOM based XSS Prevention Cheat Sheet(DOM Based XSS防御检查单)
本文为翻译版本,原文请查看 https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet介绍谈到XSS攻击,有三种公认的形式,Stored、 Reflected 和 DOM Based XSS。 XSS Prevention...
分类:其他好文   时间:2015-03-02 06:05:31    阅读次数:391
XSS (Cross Site Scripting) Prevention Cheat Sheet(XSS防护检查单)
本文是 XSS防御检查单的翻译版本 https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet介绍本文描述了一种恰当地使用输出转码或者转义(encoding or escaping)防御X...
分类:其他好文   时间:2015-02-28 06:39:33    阅读次数:396
A Cheat Sheet for HTTP Libraries in C++
Unfortunately, standard C++ library provides no tools for working with HTTP protocol. Therefore, when we want to run some REST service, parse a webpage or write a simple bot or web crawler, we alwa...
分类:编程语言   时间:2015-02-01 17:54:09    阅读次数:252
【BZOJ2965】保护古迹 平面图转对偶图,暴力,网络流
题意:自己看去吧。 题解:如果不考虑这道题的某些小数据范围, 那么正解应该是: 首先平面图转对偶图, 然后扫描线处理名胜古迹 过程中运用到邪恶的平衡树(就算是set也依然恶心) 或者用神奇方法Ⅰ判断(cheat)一个名胜古迹在哪些域里面 [注: 域]:就是一些线段围起来的一块啦。 然后用神奇方法Ⅱ(cheat 然后是裸最小割噗。 所幸: 一、 名胜古...
分类:其他好文   时间:2015-01-28 09:57:01    阅读次数:621
[转]Swift Cheat Sheet
原文:http://kpbp.github.io/swiftcheatsheet/A quick cheat sheet and reference guide for Apple's Swift language. This guide intends to cover all the key f...
分类:编程语言   时间:2015-01-26 10:13:03    阅读次数:205
CE-----CE教程第八步之多级指针
CE教程第八步之多级指针...
分类:其他好文   时间:2015-01-25 19:42:19    阅读次数:291
IOS Application Security Testing Cheat Sheet
IOS Application Security Testing Cheat Sheet[hide]1DRAFT CHEAT SHEET - WORK IN PROGRESS2Introduction3Information gathering4Application traffic analysi...
分类:移动开发   时间:2015-01-21 19:53:40    阅读次数:327
wordpress-标签
来源:http://www.graphicrating.com/2009/01/18/my-wordpress-cheat-sheet/主题结构 1 header.php - header section 2 index.php - main section 3 sidebar.php - side...
分类:其他好文   时间:2015-01-21 13:10:44    阅读次数:128
OWASP WEB会话管理备忘单 阅读笔记
https://www.owasp.org/index.php/Session_Management_Cheat_Sheet#Session_ID_Properties会话简介HTTP是一种无状态的协议,每一对请求和响应与其他的web交互是相互独立的,如果要跟踪用户的访问状态,就需要引入会话机制,对...
分类:Web程序   时间:2015-01-12 01:37:26    阅读次数:305
225条   上一页 1 ... 18 19 20 21 22 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!