码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
oracle安装时问题--压缩包
问题一:运行runinstaller时,指定压缩的路径“../stage/Components/oracle.jdk/1.5.0.17.0/1/Datafiles”无效。解压缩命令失败。请检查oraparam.ini。检查发现database目录下没有jdk文件。问题二:在bin/java中未找到Java运行时环境,此时已安装完新版本jre。。。后来检查发现..
分类:数据库   时间:2017-08-22 15:54:41    阅读次数:188
vue技术栈
1 vue 说明:vue生命周期:技术点:1:常用的API:computed,methods,props,mounted,created,components 2vue-cli说明:vue绞手架,用于快速搭建项目,并管理项目技术点: 3vue-router说明:路由技术点: 4 axios/vue- ...
分类:其他好文   时间:2017-08-22 13:13:18    阅读次数:247
有向图的强连通算法 -- tarjan算法
(绘图什么真辛苦) 强连通分量: 在有向图 G 中。若两个顶点相互可达,则称两个顶点强连通(strongly connected)。假设有向图G的每两个顶点都强连通,称G是一个强连通图。非强连通图有向图的极大强连通子图。称为强连通分量(strongly connected components)。比 ...
分类:编程语言   时间:2017-08-19 14:14:17    阅读次数:271
Vue-router(vue2.0)用法示例
一.新建3个组件 1./src/components/post.vue 2./src/components/view.vue 3./src/components/vote.vue 二.路由 1.入口文件main.js,导入路由 可以看到router是从router这个文件夹中引入的 2.打开rout ...
分类:其他好文   时间:2017-08-19 12:46:55    阅读次数:182
YII2 设置session过期时间
设置session过期时间 如何在YII里设置SESSION过期时间,而不需要在php.ini里面设置。 在protected/config/main.php里,设置: 代码如下 复制代码 'components'=>array( 'session'=>array( 'timeout'=>3600,... ...
分类:其他好文   时间:2017-08-18 15:26:28    阅读次数:326
Yii2 cache的用法(1)
数据缓存需要缓存组件提供支持,它代表各种缓存存储器, 例如内存,文件,数据库。 'components' => [ 'cache' => [ 'class' => 'yii\caching\FileCache', // 上面这种是Yii默认的缓存方式,标准文件缓存数据,当然也可以使用其他方式,如: ... ...
分类:系统相关   时间:2017-08-18 15:25:36    阅读次数:174
[React] Animate your user interface in React with styled-components and "keyframes"
In this lesson, we learn how to handle CSS keyframe animations in styled-components, via the 'keyframes' helper. ...
分类:其他好文   时间:2017-08-17 10:31:34    阅读次数:169
[React] Create component variations in React with styled-components and "extend"
In this lesson, we extend the styles of a base button component to create multiple variations of buttons, using "extend". We can then modify the base ...
分类:其他好文   时间:2017-08-17 10:27:04    阅读次数:115
K2组件模板制作(分类模板)
1.给K2做一套适合你自己的模板,或者叫布局(layout template),前往K2的某个类别,打开类别后,右边类别项目布局有个“选择一个模板(select a template)” 点开下拉菜单如下图! 2.前往文件夹\components\com_k2\templates\中,不难发现有个名 ...
分类:其他好文   时间:2017-08-15 12:35:37    阅读次数:114
Install certificates needed for Visual Studio offline installation
Visual Studio is primarily designed for installation from an internet-connected machine, since many components are updated regularly. However, with so ...
分类:其他好文   时间:2017-08-14 14:25:57    阅读次数:501
1669条   上一页 1 ... 76 77 78 79 80 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!