程序猿们辛苦写完App马上就要上线了,提交到app store审核的时候却异常麻烦。相比安卓应用,ios对图标尺寸的要求简直丧心病狂。网上随便一搜介绍的都太复杂,自己研究了下,在xcode中就可以查看自己项目所需要的图标分辨率。
ios所需要的App Icon 和Launch Images会根据应用支持的ios版本,以及支持设备是iphone,ipad还是universal有所不同。比如,我做的项...
分类:
移动开发 时间:
2015-04-27 16:59:38
阅读次数:
470
底层工具
“If you know how to use Process Monitor competently, people of both sexes will immediately find you more attractive.” – Scott Hanselman
Ultimate Boot CD 和 Ultimate Boot CD for Windows – 这些...
1. Application StateIn asp.net platform, application state is the place to store data is common to all components in the application and is shared bet...
分类:
其他好文 时间:
2015-04-26 22:29:40
阅读次数:
187
如果宿舍有好几个人需要更新一些大的软件,如XCode,会占用很大的带宽。 为了节省带宽,我们可以在1台电脑上更新完后,获取存放在系统暂存区的更新的安装包,然后通过局域网或Airdrop的方式轻松分享给其他人。 要点: 1、更新完后如果重启系统会删除存放在系统暂存区的安装包,所以更新完后一定不要重启,...
分类:
移动开发 时间:
2015-04-26 22:21:28
阅读次数:
222
操作系统概念学习笔记 3存储结构与I/O结构存储结构计算机必须在内存或RAM(随机访问内存random access memory)运行,内存是处理器可以直接访问的唯一大容量存储区域。内存和处理器本身内置寄存器是cpu能直接访问的唯一存储介质。指令load能将内存中的字移到cpu内部的寄存器中。而指令store能将寄存器的内容移动到内存。除了显式使用load和store,cpu可自动从内存中装入指令...
分类:
其他好文 时间:
2015-04-26 15:19:04
阅读次数:
126
chart 柱状图Ext.require('Ext.chart.*');Ext.require(['Ext.Window', 'Ext.fx.target.Sprite', 'Ext.layout.container.Fit', 'Ext.window.MessageBox']);var store...
分类:
Web程序 时间:
2015-04-26 12:19:51
阅读次数:
256
FYSHOPOPENCART主题模板ABC-0430FyShop-opencart1.5.xtemplateThedemoison1.5.1.x,the1.5.2.xto1.5.6.xversionsarethesame,butwithfewminormodifications-coolandmoderndesign;-differentstylesformodulessettocenter/sidebar;-suitableforjewlery,cosmeticsorclothesstore;-th..
分类:
其他好文 时间:
2015-04-26 01:44:25
阅读次数:
125
FYSHOP OPENCART 主题模板 ABC-0430 FyShop - opencart 1.5.x template The demo is on 1.5.1.x , the 1.5.2.x to 1.5.6.x versions are the same, but with few minor modifications - cool and modern design; ...
分类:
其他好文 时间:
2015-04-25 21:21:35
阅读次数:
137
Charm BraceletTime Limit: 1 SecMemory Limit: 256 MB题目连接http://poj.org/problem?id=3624DescriptionBessie has gone to the mall's jewelry store and spies ...
分类:
其他好文 时间:
2015-04-25 13:37:10
阅读次数:
98
同源策略限制了一个源(origin)中加载文本或脚本与来自其它源(origin)中资源的交互方式。同源定义如果两个页面拥有相同的协议(protocol),端口(如果指定),和主机,那么这两个页面就属于同一个源(origin)。下表给出了相对http://store.company.com/dir/p...
分类:
编程语言 时间:
2015-04-25 11:56:08
阅读次数:
193