码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
在YII中如何新添加一个component
Step1:Make a folder named "components" in your project root folder.step2:write your custom component inside components folder eg:MyComponent.phpnamesp...
分类:其他好文   时间:2015-06-30 20:18:38    阅读次数:105
android.view.View
* This class represents the basic building block for user interface components. A View* occupies a rectangular area on the screen and is responsible f...
分类:移动开发   时间:2015-06-30 14:47:39    阅读次数:283
Yii学习笔记:关闭layout,让layout见鬼去
Yii框架默认渲染模板的时候会渲染布局,新创建的项目也包含了3个默认的布局:main.php column1.php column2.php,并且默认创建了一个公共控制器 Controller.php(在components目录下),默认的SiteController.php是...
分类:其他好文   时间:2015-06-29 15:02:54    阅读次数:256
[zz] Principal Components Analysis (PCA) 主成分分析
http://matlabdatamining.blogspot.com/2010/02/principal-components-analysis.html英文Principal Components Analysis的博客,写的挺好,担心以后打不开,全文转载。Principal Componen...
分类:其他好文   时间:2015-06-25 20:56:28    阅读次数:128
使用DropzoneJS上传图片,一步到位很给力!
使用DropzoneJS1、 效果如下所示: 2、前台HTML页面 <form dropzone action="rest/components/myComponent" class="dropzone" enctype="multipart/form-data" meth...
分类:Web程序   时间:2015-06-25 15:37:05    阅读次数:330
ODP.NET 之访问 Oracle 数据库
ODP.NET 之访问 Oracle 数据库要相使用 Oracle Data Provider For .NET(ODP.NET),必须先安装 ODP.NET 或者是 ODAC(Oracle Data Access Components)(ODAC 中包含 ODP.NET 这个组件)最好是把 ODT...
分类:数据库   时间:2015-06-25 15:29:59    阅读次数:139
Android Application Fundamentals——Android应用程序基础知识
Application Fundamentals——应用程序基础知识Key classes——关键类ActivityServiceBroadcastReceiverContentProviderIntentIn this document——在这篇文章中Application Components——应用程序组件Activating components: intents——激活组件:意图Shut...
分类:移动开发   时间:2015-06-25 12:27:52    阅读次数:165
[12 Jun 2015 ~ 18 Jun 2015] Deep Learning in arxiv
Multi-pathConvolutional Neural Network for Complex Image Classification Suppresshigh frequency components with Bilateral filter in the second path ParseNet:Looking Wider to See Better cod...
分类:其他好文   时间:2015-06-25 10:30:36    阅读次数:226
IOS中级篇 —— 日期时间对象
结合NSCalendar和NSDate能做更多的日期\时间处理 获得NSCalendar对象NSCalendar *calendar = [NSCalendar currentCalendar];获得年月日- (NSDateComponents *)components:(NSCalendarUni...
分类:移动开发   时间:2015-06-23 14:57:10    阅读次数:313
pomelo生命周期回调和组件添加
一 生命周期回调 生命周期回调能够让开发者在不同类型的服务器生命周期中进行具体操作。 提供的生命周期回调函数包括:beforeStartup,afterStartup,beforeShutdown,afterStartAll。 其具体的功能说明如下: beforeStartup(app, cb) before application start components call...
分类:其他好文   时间:2015-06-23 10:13:02    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!