UIAlertViewDelegate定义的常用方法 1 // Called when a button is clicked. The view will be automatically dismissed after this call returns 2 //当用户单击警告框中得某个按钮时激...
分类:
其他好文 时间:
2015-08-09 20:22:32
阅读次数:
165
frequentism-and-bayesianism-chs-ii频率主义 vs 贝叶斯主义 II:当结果不同时这个notebook出自Pythonic Perambulations的博文. The content is BSD licensed.这个系列共4个部分:中文版Part IPart I...
分类:
其他好文 时间:
2015-08-09 20:22:53
阅读次数:
143
题意: My birthday is coming up and traditionally I’m serving pie. Not just one pie, no, I have a numberN of them,of various tastes and of various sizes....
分类:
其他好文 时间:
2015-08-09 20:23:40
阅读次数:
132
1.HashTable 哈希表(HashTable)表示键/值对的集合。在.NET Framework中,Hashtable是System.Collections命名空间提供的一个容器,用于处理和表现类似key-value的键值对,其中key通常可用来快速查找,同时key是区分大小写;value用....
分类:
其他好文 时间:
2015-08-09 20:22:28
阅读次数:
118
1.获取设备信息 NSLog(@"设备名称:%@",[[UIDevice currentDevice] systemName]); NSLog(@"版本号:%@",[[UIDevice currentDevice] systemVersion]); NSLog(@"设备名:%@",...
分类:
移动开发 时间:
2015-08-09 20:24:07
阅读次数:
143
DescriptionA set ofn1-dimensional items have to be packed in identical bins. All bins have exactly the same lengthland each itemihas lengthlil. We loo...
分类:
其他好文 时间:
2015-08-09 20:21:39
阅读次数:
144
网络爬虫-使用java语言抓取网络数据前提:熟悉java语法(能看懂就行)准备阶段:从网页中获取html代码实战阶段:将对应的html代码使用java语言解析出来,最后保存到plist文件上一片文章已经介绍我们可以使用两个方式来抓取网络数据实现网络爬虫,并且大致介绍了一下怎么使用正则表达式去实现数据...
分类:
移动开发 时间:
2015-08-09 20:22:28
阅读次数:
1316
OC中的self既可以用在动态方法中,也可以用在静态方法中1.self在动态方法中 1 @implementation Student 2 3 - (void)test2 { 4 5 } 6 7 - (void)test3 { 8 [self test2]; 9 }10 11 @end...
分类:
编程语言 时间:
2015-08-09 20:20:35
阅读次数:
161
在本文中,主机为单个硬盘,三个步骤。第一步:使用liveCD要么u盘引导计算机进入ubuntu。这里最好是确保两个系统版本号之间的一致性。菜单 System -> Administration ->Disk Utility 视图ubuntu的根分区号,比如 /dev/sda6.【假设独立挂在 boo...
jQuery Msobile 简介? 简介:jQuery Mobile框架可以轻松的帮助我们实现非常好看的、可跨设备的Web应用程序。我们将后续的介绍中向大家介绍大量的代码及实例。 jQuery一直以来都是非常流行的富客户端及Web应用程序开发中使用的JavaScript类库,然而一直以来它都是为....
分类:
Web程序 时间:
2015-08-09 20:21:46
阅读次数:
131
Agar.io —————— 一款风靡全球的细胞游戏攻略,进阶上榜第一次 (有点水,九百多分) 上榜第二次 (完成四杀,逆袭上榜) 好吧,我还是很菜,偶尔娱乐一下
分类:
Web程序 时间:
2015-08-09 20:19:52
阅读次数:
141
1.using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;using System.Threading;u...
分类:
Web程序 时间:
2015-08-09 20:22:32
阅读次数:
154
SVN的安装很常用。但是我好像经常用了之后就忘记。这次把笔记放在这里,如果以后忘了,就可以随时查看了。步骤:一、下载SVN这里常用的是site.zip。之前是手头有现成的site.zip。今天我特意去Apache的官网上下载SVN,不知道是不是因为我下载的是source file,所以我并没有找到以...
分类:
其他好文 时间:
2015-08-09 20:21:49
阅读次数:
161
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea ...
分类:
其他好文 时间:
2015-08-09 20:19:20
阅读次数:
114
转载请标明地址:http://www.cnblogs.com/wangmengmeng/效果图:源代码:自己调试了老半天......orz 1 #include 2 #include 3 #include 4 5 //定义全局变量 6 int rosesize=500; 7 i...
分类:
其他好文 时间:
2015-08-09 20:21:38
阅读次数:
77