码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
【手记】解决启动SQL Server Management Studio 17时报Cannot find one of more components...的问题
刚装好SSMS 17.1准备体验,弹出: 一番搜索,普遍办法都是安装VS2015独立shell、删除某个注册表项什么的,没用,首先这个shell我是装了的,然后也没有那个注册表项。我自己尝试过重装shell、重装SSMS17,都没用。 然后尝试【修复】VS2015独立shell后,问题解决。具体操作 ...
分类:数据库   时间:2017-06-21 13:57:58    阅读次数:475
前后端分离之前端vue
cd my-project npm install npm run dev 这样就构建了一个本地vue项目 结下来,如何调用后端接口呢? 安装 vue-resource 找到src\components\Hello.vue 把下面代码替换原来的,加入了表单,点击登录,调用后端的接口 由于后端的接口域 ...
分类:其他好文   时间:2017-06-18 21:55:59    阅读次数:262
yii自己定义CLinkPager分页
在components中自己定义LinkPager。并继承CLinkPager 代码例如以下: <?php /** * CLinkPager class file. * * @author liang.pingzheng * @QQ 327168521 */ class PLinkPager ext ...
分类:其他好文   时间:2017-06-18 20:53:48    阅读次数:178
[PReact] Use Link State to Automatically Handle State Changes
Storing and updating values inside a component’s local state (known as controlled components) is such a common pattern that Preact offers a really han ...
分类:其他好文   时间:2017-06-17 23:25:16    阅读次数:365
VS2015密匙--VS2015打开丢失msvcp140.dll--cannot find one or more components ,please reinstall the application
win7旗舰版 64位 + vs2015 专业版 1、安装VS2015过程中可能需要用到的VS2015专业版钥匙:(测试,可用) 2、VS2015打开失败,弹出因为计算机丢失msvcp140.dll 解决方法:去脚本之家网上下载,其连接地址:http://www.jb51.net/dll/msvcp ...
分类:移动开发   时间:2017-06-16 14:16:29    阅读次数:2197
Vuejs-组件-<slot> 标签分发内容
资料来自:https://cn.vuejs.org/v2/guide/components.html#具名-Slot 在官方文档的基础上,更加细致的讲解代码。 <slot> 标签中的任何内容都被视为备用内容,只有在宿主元素为空,它才显示。 1.单个slot 除非子组件模板包含至少一个 <slot>  ...
分类:Web程序   时间:2017-06-16 10:20:42    阅读次数:275
4. Building a Dynamic UI with Fragments 使用片段构建动态UI
To create a dynamic and multi-pane user interface on Android, you need to encapsulate UI components and activity behaviors into modules that you can s ...
分类:其他好文   时间:2017-06-16 10:07:10    阅读次数:106
【机器学习】主成分分析PCA(Principal components analysis)
1. 问题 真实的训练数据总是存在各种各样的问题: 1、 比如拿到一个汽车的样本,里面既有以“千米/每小时”度量的最大速度特征,也有“英里/小时”的最大速度特征,显然这两个特征有一个多余。 2、 拿到一个数学系的本科生期末考试成绩单,里面有三列,一列是对数学的兴趣程度,一列是复习时间,还有一列是考试 ...
分类:其他好文   时间:2017-06-16 10:05:00    阅读次数:139
vue组件之间的数据传递
Vue 的组件作用域都是孤立的,不允许在子组件的模板内直接引用父组件的数据。必须使用特定的方法才能实现组件之间的数据传递。 首先用 vue-cli 创建一个项目,其中 App.vue 是父组件,components 文件夹下都是子组件。 一、父组件向子组件传递数据 在 Vue 中,可以使用 prop ...
分类:其他好文   时间:2017-06-15 19:33:23    阅读次数:127
Yii2之路——安装配置
1.安装Asset插件(composer 全局) 2.下载Yii最新高级版 3.运行根目录下的init.bat, 0选择开发者模式 4.url美化 4.1 开启apache或者nginx的rewirte 4.2 修改/frontend/config/main.php中的components 4.3 ...
分类:其他好文   时间:2017-06-13 16:50:37    阅读次数:183
1669条   上一页 1 ... 83 84 85 86 87 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!