NSString属性什么时候用copy,什么时候用strong?
分类:
其他好文 时间:
2015-05-21 12:24:07
阅读次数:
123
iPhone6和iPhone6Plus 大陆已经开卖一段时间了,可以看到iPhone6的适配苹果已经给做好了,但是如果你是阅读类的软件,在你还没有真正的适配的时候,你会看到字体也会被放大,感觉不是很舒服。那么问题来了,怎么判断是iPhone6?我当时试了一下以前判断iPhone5的方法:[objc]...
分类:
移动开发 时间:
2015-05-21 12:21:55
阅读次数:
215
root@93a:~ # man rebootREBOOT(8) FreeBSD System Manager's Manual REBOOT(8)DESCRIPTION The halt and reboot utilities flu...
分类:
其他好文 时间:
2015-05-21 12:23:02
阅读次数:
128
use Statistics::Zed;my $zed = Statistics::Zed->new();my $p_value = $zed->p_value(tails => 1, observed => 30, expected => 0, variance => 100);my $z_sco...
分类:
其他好文 时间:
2015-05-21 12:23:13
阅读次数:
200
题目:Given a collection of numbers, return all possible permutations.For example,[1,2,3]have the following permutations:[1,2,3],[1,3,2],[2,1,3],[2,3,1],...
分类:
其他好文 时间:
2015-05-21 12:21:17
阅读次数:
124
解决方案一:Button btn=new Button(new ContextThemeWrapper(mContext,R.style.service_text_dialog_style),null,R.style.service_text_dialog_style);解决方案二(待验证):Tex...
分类:
移动开发 时间:
2015-05-21 12:21:13
阅读次数:
1925
%m 输出代码中指定的消息 %p 输出优先级,即DEBUG,INFO,WARN,ERROR,FATAL %r 输出自应用启动到输出该log信息耗费的毫秒数 %c 输出所属的类目,通常就是所在类的全名 %t 输出产生该日志事件的线程名 %n 输出一个回车换行符,Windows平台为“\...
分类:
其他好文 时间:
2015-05-21 12:21:20
阅读次数:
150
FATAL ERROR: Could not find ./bin/my_print_defaultsIf you compiled from source, you need to run 'make install' tocopy the software into the correct lo...
分类:
其他好文 时间:
2015-05-21 12:21:41
阅读次数:
245
1、httpBasic.html: $http与后台数据交互 {{user.name}} 2、httpBasic.js:var myModule = angular.module("app",[]);myModule.controller('loadDataCtrl', ['$...
分类:
Web程序 时间:
2015-05-21 12:22:10
阅读次数:
162
spring有三种启动方式,使用ContextLoaderServlet,ContextLoaderListener和ContextLoaderPlugIn.看一下ContextLoaderListener的源码,这是一个ServletContextListener/** * Initialize....
分类:
编程语言 时间:
2015-05-21 12:21:48
阅读次数:
219
function isWeiXin(){ var ua = window.navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i) == 'micromessenger' || ua.match(/_SQ_/i...
分类:
微信 时间:
2015-05-21 12:19:37
阅读次数:
296
1.UML中的几种关系 在UML类图中,常见的有以下几种关系: 泛化(Generalization), 实现(Realization),关联(Association),聚合(Aggregation),组合(Composition),依赖(Dependency) 1.1. 泛化(Generalizat...
分类:
其他好文 时间:
2015-05-21 12:21:55
阅读次数:
126
listeners: { 'itemclick': function (view, record, item, index, e) { //Ext.MessageBox.alert("标题", record.data.cataId)...
分类:
Web程序 时间:
2015-05-21 12:19:59
阅读次数:
159
下面是设置无效的例子@Html.DropDownListFor(model => model.City, ViewBag.City as IEnumerable, "==选择==", new { @class = "form-control dropdown-toggle" })@Html.Drop...
分类:
Web程序 时间:
2015-05-21 12:18:55
阅读次数:
217
批量创建 xxx.xml的同名文件.txt
分类:
编程语言 时间:
2015-05-21 12:18:38
阅读次数:
155
使用 Hierachy Viewer 可视化调试工具 Hierachy Viewer 能很方便地在开发者设计,调试和调整界面时,快速定位问题,解决问题,提高开发效率。Hierarchy Viewer是随AndroidSDK发布的工具,位置在tools文件夹下,名为hierarchyviewer.b....
分类:
其他好文 时间:
2015-05-21 12:20:45
阅读次数:
152
NOR Flash擦写和原理分析1. NOR FLASH 的简单介绍NOR FLASH 是很常见的一种存储芯片,数据掉电不会丢失.NOR FLASH支持Execute On Chip,即程序可以直接在FLASH片内执行(这意味着存储在NOR FLASH上的程序不需要复制到RAM就可以直接运行).这点...
分类:
其他好文 时间:
2015-05-21 12:21:02
阅读次数:
226