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
在main.php的组件components中配置设置添加缓存'cache'=>array( 'class' => 'system.caching.CFileCache'),也就是framework/caching/CFileCache.php片段缓存在模板中使用beginCache('bo...
分类:
其他好文 时间:
2015-09-07 12:54:18
阅读次数:
180
以为编译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
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 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
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
这主要使用[Components]段实现,一个演示的代码如下: [setup] ;全局设置,本段必须 AppName=Test AppVerName=TEST DefaultDirName="E:\TEST" AppVersion=1.0 Compression=lzma2/max ShowLang...
分类:
其他好文 时间:
2015-09-02 09:24:51
阅读次数:
159
https://market.sencha.com/extensions?types%5B%5D=components http://extjs.org.cn/
分类:
Web程序 时间:
2015-08-31 11:59:14
阅读次数:
128
(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
1 注册的概念和方式 使用autofac 的ContainerBuilder 来注册组件(components---通常指实现类),并把它的服务(service---通常指接口,抽象类,类实例)暴露给调用方。 autofac 通过相似的 Register() 方法来进行注册,通过As() 方法来公开...
分类:
其他好文 时间:
2015-08-28 19:11:12
阅读次数:
153