码迷,mamicode.com
首页 >  
搜索关键字:ng-if    ( 3639个结果
angular之指令
指令(Directive) 1、指令概念介绍 -- AngularJS有一套完整的、可扩展的、用来帮助web应用开发的指令集。 -- 在DOM编译期间和HTML关联着的指令会被检测到,并且 会被执行。 -- 在AngularJS中间前缀ng- 这种属性称之为指令,其作用就是为DOM元素调用方法、定义 ...
分类:其他好文   时间:2019-04-27 21:11:45    阅读次数:193
Linux 下配置 nginx + 两个 tomcat 的负载均衡
前提:已经安装了 nginx 和两个 tomcat 1、修改 nginx.conf 配置文件 1)在 http{} 节点之间添加 upstream 配置 2)修改 nginx 的监听端口,默认是 80 ,我改成了 8090 3)用 proxy_pass 配置反向代理地址 配置后如下: 2、启动 ng ...
分类:系统相关   时间:2019-04-27 15:51:19    阅读次数:155
webapi JWT 认证
第一步 使用ng安装JWT组件 第二步 编写登录和生成token代码 第三部编写 基于 AuthorizeAttribute 的请求筛选 使用的时候只需要在 Controller 或者 action 上加上特性 [ApiAuthorize] 不需要验证的增加特性 [AllowAnonymous] ...
分类:Windows程序   时间:2019-04-23 17:13:41    阅读次数:671
angular-cli 使用sass
angular5引入sass angular/cli支持使用sass新建工程:如果是新建一个angular工程采用sass:ng new My_New_Project --style=sass这样所有样式的地方都将采用sass样式,如果需要使用sass的scss语法,还可以如下方式:ng new M ...
分类:其他好文   时间:2019-04-18 14:44:29    阅读次数:165
docker创建nginx+php-fpm环境
下载镜像 创建volume 创建php-fpm、nginx镜像 修改docker下default.conf文件,文件目录/etc/nginx/conf.d/default.conf ,内容如下: 若不方便修改,可以使用docker cp命令,在宿主机上写好再复制到容器中替换,复制命令如下: 重启ng ...
分类:Web程序   时间:2019-04-17 13:53:30    阅读次数:178
nginx cookie 会话保持功能
sticky 会话保持,基于自定义cookie 进行会话保持的方式 安装包下载地址:https://github.com/bymaximus/nginx-sticky-module-ng ...
分类:其他好文   时间:2019-04-14 17:52:41    阅读次数:243
[C1] Andrew Ng - AI For Everyone
About this Course AI is not only for engineers. If you want your organization to become better at using AI, this is the course to tell everyone especi ...
分类:其他好文   时间:2019-04-14 09:50:29    阅读次数:188
[C6] Andrew Ng - Convolutional Neural Networks
About this Course This course will teach you how to build convolutional neural networks and apply it to image data. Thanks to deep learning, computer ...
分类:Web程序   时间:2019-04-14 09:49:40    阅读次数:220
[C3] Andrew Ng - Neural Networks and Deep Learning
About this Course If you want to break into cutting edge AI, this course will help you do so. Deep learning engineers are highly sought after, and mas ...
分类:Web程序   时间:2019-04-14 09:47:13    阅读次数:139
[C4] Andrew Ng - Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
About this Course This course will teach you the "magic" of getting deep learning to work well. Rather than the deep learning process being a black bo ...
分类:Web程序   时间:2019-04-14 09:31:56    阅读次数:223
3639条   上一页 1 ... 34 35 36 37 38 ... 364 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!