These are some tutorials i've written to get people started with android cracking.way of the android cracker 0this covers the essentials of setting up...
分类:
移动开发 时间:
2014-12-17 09:06:14
阅读次数:
151
http://tutorials.jenkov.com/svg/svg-coordinate-system.html svg的坐标系统(和大多数计算机绘图的坐标系统)和数学中绘图系统有点不一样 数学/笛卡儿坐标系统 数学中的坐标系统是这样的 原点在左下角 SVG坐标系统 svg的坐标系统 原点在左上...
分类:
其他好文 时间:
2014-12-16 22:20:16
阅读次数:
208
之前的几篇文章介绍了一下RabbitMQ的概念以及环境的搭建和配置,有了RabbitMQ环境就可以基于其实现一些特殊的任务场景了。RabbitMQ官方有个很好的Tutorials基本覆盖了RabbitMQ的各中常见应用场景,先以代码加注释的方式以其Python客户端pika为例简单介绍如下。更详尽的信息可参阅:http://www.rabbitmq.com/getstarted.html
R...
分类:
其他好文 时间:
2014-12-15 20:22:47
阅读次数:
295
一个页面级别的控制器是胶水,通过将模块化的功能黏在一起来构造一个鲜活的应用。我们将实现配置与一个明确的生命周期,通过松耦合的架构组合一个单页面应用的多个部分。
分类:
移动开发 时间:
2014-12-15 11:56:18
阅读次数:
331
一般我们在检测物体轮廓的时候,会有检测直线的需求,这时可以用到OpenCV当中的霍夫变换实现。霍夫变换的原理的简单阐述见:http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.html#hough-...
分类:
其他好文 时间:
2014-12-14 18:30:33
阅读次数:
219
网上svg的资料太少 买个书也买不到 碰巧遇到一个外国友人的svg学习些列,翻译下http://tutorials.jenkov.com/svg/index.htmlsvg 简介可缩放矢量图形是基于可扩展标记语言(标准通用标记语言的子集),用于描述二维矢量图形的一种图形格式。它由万维网联盟制定,是一...
分类:
其他好文 时间:
2014-12-14 11:48:07
阅读次数:
116
// affine transformation.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
/**
* Automatic perspective correction for quadrilateral objects. See the tutorial at
* http://opencv-code.com/tutorials/automa...
分类:
其他好文 时间:
2014-12-11 19:15:04
阅读次数:
303
本教程翻译自John Squibb 的Build a PHP MVC Framework in an Hour,但有所改动,原文地址:http://johnsquibb.com/tutorials这个教程可以使大家掌握用mvc模式开发php应用的基本概念。此教程分为三个部分,现在这篇是第一部分。现在...
分类:
Web程序 时间:
2014-12-11 17:07:42
阅读次数:
155
Fun with instance variables实例变量的乐趣Take a look at MasterViewController.h:——看看 MasterViewController类@interface MasterViewController : UIViewController ....
分类:
移动开发 时间:
2014-12-10 12:29:14
阅读次数:
291
原文http://alihassanpenetrationtester.blogspot.com/2013/01/bypassing-xss-filters-advanced-xss.htmlHi friends, last time, i explained what is XSS and how...
分类:
移动开发 时间:
2014-12-10 07:04:31
阅读次数:
343