码迷,mamicode.com
首页 >  
搜索关键字:Requires    ( 1011个结果
(C#).NET 2.0 ~ 4.0 OS requirements.
.NET 4.0 requires XP SP3, Win2k3 SP2, Vista, 7, or 2008(R2).NET 3.5 requires XP SP2 or newer..NET 2.0 requires Win2K SP(3?) or newer.Incidentally, XP ...
分类:Windows程序   时间:2015-01-30 19:05:44    阅读次数:207
zoj zju 2992 Monkey Vines 二叉树
Deep in the Amazon jungle, exceptionally tall trees grow that support a rich biosphere of figs and juniper bugs, which happen to be the culinary delight of brown monkeys. Reaching the canopy of these trees requires the monkeys to perform careful navigati...
分类:其他好文   时间:2015-01-29 09:35:41    阅读次数:209
uva 216 Getting in Line (暴力枚举)
uva 216  Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the computers are chained together so...
分类:其他好文   时间:2015-01-27 13:19:04    阅读次数:168
Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds
当启动tomcat时候出现Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeou...
分类:其他好文   时间:2015-01-27 13:10:08    阅读次数:127
sencha touch百度地图扩展
扩展代码如下:Ext.define('ux.BMap', { alternateClassName: 'bMap', extend: 'Ext.Container', xtype: 'bMap', requires: ['Ext.util.Geolocation'], ...
分类:其他好文   时间:2015-01-26 14:54:08    阅读次数:304
Crash for small compressed texture on some Android device
I created a full white texture with 4x4 size. Unity requires that compressed texture size should be at least 4x4. This will cause some artifact on som...
分类:移动开发   时间:2015-01-24 11:35:14    阅读次数:179
poj1850--Code(组合篇2)
Code Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 8414   Accepted: 3983 Description Transmitting and memorizing information is a task that requires differen...
分类:其他好文   时间:2015-01-22 13:23:17    阅读次数:160
nginx 安装过程中遇到的问题
安装Nginx时报错./configure: error: the HTTP rewrite module requires the PCRE library.安装pcre-devel解决问题yum -y install pcre-devel错误提示:./configure: error: the ...
分类:其他好文   时间:2015-01-16 22:14:47    阅读次数:285
extjs loader success callback源码
首先,Loader有几个重要的属性queue:[]存放所有主文件类信息,包括他的依赖文件信息,结构如下: [{requires:‘Seed.view.MainGrid‘ callback:callback//Loader.require(dependencies,function(){});中的function }] 注意:所有的动态加载文件信息都会被放到队列中 isLoading:..
分类:Web程序   时间:2015-01-16 17:07:40    阅读次数:249
Extjs 随笔备忘
//Point1.  Ext.define 是用来创建类的。可以用来创建一个自定义的类,在这个自定义类中,可以用extend来继承Ext中的组件类。 举例: Ext.define('Ext.ux.LiveSearchGridPanel', { extend: 'Ext.grid.Panel', requires: [ 'Ext.toolbar.TextItem...
分类:Web程序   时间:2015-01-13 10:39:55    阅读次数:431
1011条   上一页 1 ... 85 86 87 88 89 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!