码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
Grunt的wiredep任务的配置说明文档
Automatically inject Bower components into the HTML file自动把Bower的组件注入到HTML文件中如果我们通过以下方式安装组件bower install jquery --save bower install sea.js --save安装后会在bower.json文件中看到{ "name": "framework-demo", "p...
分类:其他好文   时间:2015-09-07 22:57:07    阅读次数:389
YII 1.0 缓存使用
在main.php的组件components中配置设置添加缓存'cache'=>array( 'class' => 'system.caching.CFileCache'),也就是framework/caching/CFileCache.php片段缓存在模板中使用beginCache('bo...
分类:其他好文   时间:2015-09-07 12:54:18    阅读次数:180
编译带加密功能的wxsqlite
以为编译wxsqlite是很难的事情,竟然这么顺利。1、下载wxsqlite代码,解压(wxcode.sourceforge.net/components/wxsqlite3/)2、下载Premake,解压到wxsqlite3-3.2.1\sqlite3\secure目录(http://indust...
分类:数据库   时间:2015-09-07 12:24:02    阅读次数:500
Web 开发文档
Bootstrap:1 http://www.runoob.com/bootstrap/bootstrap-tutorial.html2http://getbootstrap.com/components/3http://www.bootcss.com/p/flat-ui/ (Flat UI)Ang...
分类:Web程序   时间:2015-09-04 18:21:30    阅读次数:137
[Flux] 2. Overview and Dispatchers
Flux has four major components: Stores, Dispatchers, Views, and Actions. These components interact less like a typical MVC and more like an Event Bus....
分类:其他好文   时间:2015-09-04 17:04:14    阅读次数:252
[React] React Fundamentals: Integrating Components with D3 and AngularJS
Since React is only interested in the V (view) of MVC, it plays well with other toolkits and frameworks. This includesAngularJSandD3.A app with React ...
分类:Web程序   时间:2015-09-03 06:57:36    阅读次数:363
Inno Setup入门(八)——有选择性的安装文件
这主要使用[Components]段实现,一个演示的代码如下: [setup] ;全局设置,本段必须 AppName=Test AppVerName=TEST DefaultDirName="E:\TEST" AppVersion=1.0 Compression=lzma2/max ShowLang...
分类:其他好文   时间:2015-09-02 09:24:51    阅读次数:159
ST 几个重要的网站
https://market.sencha.com/extensions?types%5B%5D=components http://extjs.org.cn/
分类:Web程序   时间:2015-08-31 11:59:14    阅读次数:128
1.6 Hello World
(1)Public display 在components/com_helloworld/ 创建文件 helloworld.php 包含内容 Hello world 测试 index.php?option=com_helloworld (2)Administrator management 在adm...
分类:其他好文   时间:2015-08-29 00:34:21    阅读次数:187
autofac 注册
1 注册的概念和方式 使用autofac 的ContainerBuilder 来注册组件(components---通常指实现类),并把它的服务(service---通常指接口,抽象类,类实例)暴露给调用方。 autofac 通过相似的 Register() 方法来进行注册,通过As() 方法来公开...
分类:其他好文   时间:2015-08-28 19:11:12    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!