码迷,mamicode.com
首页 > 其他好文
保存图片至相册
//创建图形上下文 UIGraphicsBeginImageContext(CGSizeMake(200, 200)); CGContextRef context = UIGraphicsGetCurrentContext(); UIImage *image = [UIIm...
分类:其他好文   时间:2015-09-13 21:35:03    阅读次数:134
回头看看盒模型
盒模型的二次理解。1定义所谓盒模型,就是浏览器为页面中的每个HTML元素生成的矩形盒子。1.1排布这些盒子们都要按照可见版式模型在页面上排布,版式模型由position,display,float这三个属性来控制,position属性控制页面上元素间的位置关系,用于定位;display属性控制元素显...
分类:其他好文   时间:2015-09-13 21:33:03    阅读次数:168
bzoj1620:时间管理
1620: [Usaco2008 Nov]Time Management 时间管理Time Limit: 5 SecMemory Limit: 64 MBSubmit: 571Solved: 343[Submit][Status][Discuss]DescriptionEver the maturi...
分类:其他好文   时间:2015-09-13 21:35:53    阅读次数:141
hdu 5437 Alisha’s Party 模拟 优先队列
Problem DescriptionPrincess Alisha invites her friends to come to her birthday party. Each of her friends will bring a gift of some valuev, and all of...
分类:其他好文   时间:2015-09-13 21:33:03    阅读次数:165
[LeetCode]Search a 2D Matrix
Search a 2D MatrixWrite an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row...
分类:其他好文   时间:2015-09-13 21:34:38    阅读次数:111
SYN攻击源码
一、linux下源代码实现/* syn flood by wqfhenanxc.* random soruce ip and random sourec port.* use #includeinstead offor my own system reason.* usage :eg. to flo...
分类:其他好文   时间:2015-09-13 21:34:49    阅读次数:156
杭电oj1001,求和1~n....仍有问题未解决
http://acm.hdu.edu.cn/showproblem.php?pid=1001第一次尝试#include#includeint main(){int i,n,sum;while(scanf("%d",&n)!=EOF){sum = 0;for(i=1;iint main(){int n...
分类:其他好文   时间:2015-09-13 21:34:49    阅读次数:124
Elven Postman(BST )
Elven PostmanTime Limit: 1500/1000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 147Accepted Submission(s): 90Proble...
分类:其他好文   时间:2015-09-13 21:33:39    阅读次数:153
Bootstrap 表格 笔记
Bootstrap表格Bootstrap 提供了一个清晰的创建表格的布局。下表列出了 Bootstrap 支持的一些表格元素:标签描述为表格添加基础样式。表格标题行的容器元素(),用来标识表格列。表格主体中的表格行的容器元素()。一组出现在单行上的表格单元格的容器元素( 或 )。默认的表格单元格。特...
分类:其他好文   时间:2015-09-13 21:33:56    阅读次数:259
GDataXML配置过程
GDataXML配置过程: (1).引入GDataXML(2个文件) .对GDataXML.m增加非arc注释 -fno-objc-arc(2).添加系统库 libxml2.dylib (3).Header Search Paths中添加 /usr/include/libxml2
分类:其他好文   时间:2015-09-13 21:31:56    阅读次数:165
RabbitMQ安装简单过程
找到一本ACTION IN RABBITMQ,仔细看。现在先安装起来。。参考主要的URL,包括安装,用户管理,权限管理。我用的都是最新版本。http://my.oschina.net/indestiny/blog/192313http://my.oschina.net/hncscwc/blog/26...
分类:其他好文   时间:2015-09-13 21:32:07    阅读次数:132
Opencv中在图片上显示文本
1、cvPutText函数(在图像中加入文本)void cvPutText( CvArr* img, const char* text, CvPoint org, const CvFont* font, CvScalar color );img :输入图像。text :显示字符串。org:第一个字符...
分类:其他好文   时间:2015-09-13 21:31:06    阅读次数:167
HDU 5443 The Water Problem
The Water ProblemTime Limit: 1500/1000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 153Accepted Submission(s): 123P...
分类:其他好文   时间:2015-09-13 21:30:45    阅读次数:151
【noi openjudge】最低通行费
这道题完全没有必要去计算限制时间,把时间当做一个参数来做就行了。知道了这一点之后就可以直接使用DP求解了 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 int Map[105]...
分类:其他好文   时间:2015-09-13 21:30:56    阅读次数:149
[转]SSIS package taking forever to load when you open it?
SSIS package taking forever to load when you open it?Posted on July 13, 2011 by James Serra When you open a SQL Server Integration Services (SSIS) pac...
分类:其他好文   时间:2015-09-13 21:33:03    阅读次数:201
[logstash-input-file]插件使用详解
前篇介绍过Logstash的使用,本篇继续深入,介绍下最常用的input插件——file。 这个插件可以从指定的目录或者文件读取内容,输入到管道处理,也算是logstash的核心插件了,大多数的使用场景都会用到这个插件,因此这里详细讲述下各个参数的含义与使用。最小化的配置文件 在Logsta...
分类:其他好文   时间:2015-09-13 21:30:42    阅读次数:218
pop动画
#import "ViewController.h"#import "POP.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; ...
分类:其他好文   时间:2015-09-13 21:30:27    阅读次数:521
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!