码迷,mamicode.com
首页 >  
搜索关键字:directive    ( 806个结果
vue自定义指令directive
vue中指令分为全局指令和局部指令 先来看全局自定义指令: 第一个参数是指令的名字,第二个参数可以是函数也可以是对象,先来看函数: 函数中接收三个参数: el在这里是input元素 bindings里是一些绑定信息: 其中expression是指绑定的变量名字,这里是content name是指令名 ...
分类:其他好文   时间:2019-10-06 00:33:42    阅读次数:68
openresty下提示nginx:…unknown directive "content_by_lua_block"
照着文档(http://openresty.org/cn/getting-started.html)的提示写个openresty的helloworld,运行 nginx -p `pwd`/ -c conf/nginx.conf 时出现:…unknown directive "content_by_l ...
分类:其他好文   时间:2019-10-04 11:38:07    阅读次数:452
javaweb-JSP指令
一、JSP指令简介 JSP指令(directive)是为了JSP引擎而设计的,它们并不直接产生任何可见输出,而只是告诉引擎如何处理JSP页面中的其余部分。 在JSP 2.0规范中共定义了是三个指令: page指令 include指令 taglib指令 JSP指令基本语法格式:<%@ 指令 属性名=“ ...
分类:编程语言   时间:2019-10-04 00:18:33    阅读次数:142
扩展el-input 加一个控制精度的命令
使用el-input时 出现需要精度控制的需求,因为每一个el-input需要精度不用 所以我给这个虚拟dom绑定了一个精度值,根据这个值去控制精度。 下面附上代码: html: <el-input v-numberInt='field.data.text' :colPrecision='field ...
分类:其他好文   时间:2019-09-27 10:39:44    阅读次数:134
Telerik Reporting
Web.Config WebApiConfig Controller directive Js html ...
分类:其他好文   时间:2019-09-25 15:58:03    阅读次数:116
nginx检查报错:nginx: [emerg] "server" directive is not allowed here in
想检查一个配置文件是否正确,-c 指定之后发现有报错,如下: 有时候文件是正确无误,但是也会报错。 实际问题是进行语法检测的对象有问题; 要检测现有的修改过的Nginx配置是否有错误,不是只检测 .conf文件,而是不管任何时候,始终都是去检测主文件/etc/nginx/nginx.conf,只有这 ...
分类:其他好文   时间:2019-09-21 19:40:20    阅读次数:250
No matching DirectoryIndex (index.php) found
[autoindex:error] [pid 2628] [client 162.158.118.229:36792] AH01276: Cannot serve directory /var/www/stage/nadclinic/: No matching DirectoryIndex (index.php) found, and server-generated directory index forbidden by Options directive
分类:Web程序   时间:2019-09-21 11:02:48    阅读次数:315
英语----专业单词
directive (滴 ‘ruai k tive) n:指令 exact (衣 ge za k t) adj:确切的 ex:出,act:做 format ('for 妈 t) v:安排,n:设计 C:格式化 词根:form:形式 master n:主,v:掌握 process n:过程 v:处理 ...
分类:其他好文   时间:2019-09-18 19:17:49    阅读次数:106
C++代码规范及《数学之美》读后感
代码规范 采用Google C++ Style Guide 原文链接:https://google.github.io/styleguide/cppguide.html 中文版链接:https://zh-google-styleguide.readthedocs.io/en/latest/googl ...
分类:编程语言   时间:2019-09-08 09:40:49    阅读次数:118
第三章 汇编语言基础
3.2整数相加减 3.3 汇编链接执行周期 3.4 定义数据 数据定义语法: [name] directive initializer [,initializer]... 下面是数据定义语句的一个例子: count DWORD 12345 也可以用 3.4.10 为AddSub添加变量 3.4.12 ...
分类:编程语言   时间:2019-09-07 10:37:26    阅读次数:93
806条   上一页 1 ... 7 8 9 10 11 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!