码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
vue插槽(slot)的模板与JSX写法
vue官网API: 插槽:https://cn.vuejs.org/v2/guide/components-slots.html JSX:https://cn.vuejs.org/v2/guide/render-function.html 说明:vue版本2.6.0以上语法 一、插槽模板传值 子组件 ...
分类:Web程序   时间:2020-01-10 10:31:21    阅读次数:245
chartmuseum官网README
API Helm Chart Repository retrieved when you run retrieved when you run retrieved when you run with the flag Chart Manipulation upload a new chart ver ...
分类:其他好文   时间:2020-01-08 21:24:25    阅读次数:314
使用 Python 监控 Kafka Consumer LAG
我在要完成这个需求的时候大概有两个思路。 第一种方法: 我们直接使用 Kafka 提供的 bin 工具,去把我们关心的 lag 值 show 出来然后通过代码处理一下报出来。例如: 我们可以起个远程的 cmd 脚本,定期去执行 kafka-consumer-groups.sh 工具然后通过 awk ...
分类:编程语言   时间:2020-01-08 19:08:27    阅读次数:102
MyBatis Plus 自带BaseMapper解析(二)
自带默认的方法,继承BaseMapper后就可以直接使用。 官网请参考: https://mp.baomidou.com/ https://mybatis.plus/guide/ ...
分类:移动开发   时间:2020-01-07 13:29:07    阅读次数:244
Matlab新建控件工程
1、打开matlab 2、在命令行窗口输入:guide 3、弹出这个框,设置路径和名字 4、此时会生成两个文件 .fig是图层文件,可以在里面拖控件使用 .m是源代码文件 5、在fig里做如下的界面 6、布局 7、右键计算按钮->查看回调->CallBack,就进入.m文件中的按钮回调函数中 8、输 ...
分类:其他好文   时间:2020-01-07 11:43:43    阅读次数:212
elasticsearch 进阶
中文版的,es2.x版本:https://www.elastic.co/guide/cn/elasticsearch/guide/cn/index.html 6.x英文版api资料:https://www.elastic.co/guide/en/elasticsearch/reference/6.0 ...
分类:其他好文   时间:2020-01-07 01:02:23    阅读次数:93
Spark 1.5 to 2.1.X
api差异参考官网地址:https://spark.apache.org/docs/2.1.1/sql-programming-guide.html#upgrading-from-spark-sql-16-to-20 1.SparkSession is now the new entry point ...
分类:其他好文   时间:2020-01-06 19:23:38    阅读次数:87
nginx
https://nginx.org/en/docs/beginners_guide.html#static https://www.jianshu.com/p/0118f7b3344d https://unit.nginx.org/contribution/ ...
分类:其他好文   时间:2020-01-06 09:45:01    阅读次数:63
verilog HDL 进击之路
Verilog 进击之路 - 夯实基础第一节之结构化设计 随着数字电路设计的复杂化和专业化,传统的电路设计逐渐没落,Verilog HDL逐渐走入历史舞台。好多人并不是不会Verilog,而是缺乏细致的了解。最近一直在看 A Guide to Digital Deisgn and Synthesis ...
分类:其他好文   时间:2020-01-04 12:53:02    阅读次数:89
外部链接
外部链接 oracle官方文档入口Database Data Warehousing Guide(11g)oracle官方文档11g Release2oracle官方文档12c Release 2Oracle GoldenGate 12cUsing OGG Microservices Archite ...
分类:其他好文   时间:2020-01-04 10:25:31    阅读次数:73
3262条   上一页 1 ... 29 30 31 32 33 ... 327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!