Unity Test Toolshttps://www.assetstore.unity3d.com/#/content/13802Sample Assets (beta)https://www.assetstore.unity3d.com/#/content/14474Unity Samples:...
分类:
编程语言 时间:
2015-06-15 12:53:51
阅读次数:
502
1 说明2 安装步骤2.1 下载地址2.2 MAVEN安装步骤2.2.1 解压Maven安装包2.2.2 配置环境变量2.3 Sonatype Nexus私服安装步骤1说明环境:redhat Enterprise Linux Server5.3-x64。版本:Maven 3.0.5,Nexus-2....
分类:
系统相关 时间:
2015-06-15 12:52:51
阅读次数:
204
【如果觉得我的笔记写的好,您可以小额赞助我:支付宝 15202166392】本文环境:OS:CentOS 6.6JDK:1.7.0_79User:xavierHadoop:1.0.4一、安装Hadoop:1.1.安装并配置好java(1)vi /etc/profile添加内容:#Set Java E...
分类:
其他好文 时间:
2015-06-15 12:52:40
阅读次数:
107
今天起床刷牙时脑子突然冒出来,虽然现在不搞这块但好的东西应该记录下来1.瓶颈存在优化a)将分析时间打散b)每次数据入库/数据收集时立刻分析c)将变更的结果存储入库d)将结果缓存起来,查询时优先查缓存->数据仓库->创建数据实例e)新统计任务补过去数据时,在CPU低峰期异步执行f)将分析过的数据设置已...
分类:
其他好文 时间:
2015-06-15 12:53:09
阅读次数:
77
jquery判断checked的三种方法:jquery判断checked的三种方法:.attr(‘checked’): //看版本1.6+返回:”checked”或”undefined” ;1.5-返回:true或false.prop(‘checked’): //16+:true/false.i.....
分类:
Web程序 时间:
2015-06-15 12:50:57
阅读次数:
165
转自:http://blog.csdn.net/qinjuning/article/details/7310620大家好, 今天给大家介绍下我们在应用开发中最熟悉而陌生的朋友-----Context类 ,说它熟悉,是应为我们在开发中时刻的在与它打交道,例如:Service、BroadcastRece...
分类:
移动开发 时间:
2015-06-15 12:51:08
阅读次数:
130
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UIViewController4 @property (strong, nonatomic) UILabel *lblMessage;5 6 @endViewControl...
分类:
其他好文 时间:
2015-06-15 12:51:54
阅读次数:
82
对应的html代码 gallery HELLO, I'M MATHIEU RICHARD ...
分类:
其他好文 时间:
2015-06-15 12:50:54
阅读次数:
173
1 控件内容(如字体颜色)在不同状态下有不同的表现色ref:http://developer.android.com/guide/topics/resources/color-list-resource.htmlres/color/radio_state.xml2. 控件背景(背景样式与颜色)在不同...
分类:
移动开发 时间:
2015-06-15 12:49:53
阅读次数:
146
1 题目:Given an arraySofnintegers, are there elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the array which gives the sum of zero.Note:E...
分类:
其他好文 时间:
2015-06-15 12:52:44
阅读次数:
113
Yum还没学好呢,突然听到已经要被抛弃了.恐慌至极.. 在最新版的Fedora 22 抛弃了Yum包管理器,取而代之的是DNF.. 那么搜搜 Fedora 22 Release Note.. 官方给出了解释和一些改变. 在最新的Fedora 22 试了下 基本的安装更新用法也没怎么变 ...
分类:
其他好文 时间:
2015-06-15 12:51:11
阅读次数:
174
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UIViewController4 @property (strong, nonatomic) UIButton *btnShadow;5 6 @endViewControl...
分类:
其他好文 时间:
2015-06-15 12:50:11
阅读次数:
77
1 2 3 4 5 Document 6 7 8 34 35 36 37 上面代码的问题就是太多重复代码。而继承就是这类问题的解决之道。当多个类存在相同的属性(变量)和方法时,可以从这些类中抽象出父类,在父类中定义这些相同的属性和方法,所有的子类不需要重新定义这些属性和...
分类:
Web程序 时间:
2015-06-15 12:51:33
阅读次数:
200
目前众多企业都开始为自己寻找一个更加适合自身发展的服务器操作平台。微软的Windows Server 2008 R2就是可以为大家解决服务器平台问题。微软最新的服务器平台Windows Server 2008 R2已经发布了有一段时间,相比Windows Server 08,R2并不仅仅是版本号的升...
一、服务器全局限IP#vi nginx.confallow 10.57.22.172;#允许的IPdeny all;二、站点限IP#vi vhosts.conf站点全局限IP:location / {indexindex.html index.htm index.php;allow 10.57.22...
分类:
其他好文 时间:
2015-06-15 12:50:23
阅读次数:
105
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UIViewController4 @property (strong, nonatomic) UITextField *txtFMessage;5 6 @endViewCo...
分类:
其他好文 时间:
2015-06-15 12:51:51
阅读次数:
85
MVC 使用Jquery实现AJaxClick Mepublic ActionResult GetTime(){ return Content(DateTime.Now.ToString());} //删除 function DeleteAll(id) { //if ($(...
分类:
Web程序 时间:
2015-06-15 12:49:01
阅读次数:
197