当前位置:首页 > watrt 第27页
watrt

watrt 管理员

暂无介绍

216 篇文章 7 次评论

连接 Grbl

watrt6年前 (2017-12-10)经验20230
连接 Grbl
This wiki is intended to provide various instructions on how to connect to grbl in various ways. Please feel free to contribute more up-to-date or alternative methods.这个维基旨在提供如何以不同的方式连接 Grbl 的各种说明。请随时提供更多最新的或替代的方法。Grbl 的针脚Pin diagram for Grbl v0.8 an...

配置 Grbl

watrt6年前 (2017-12-10)经验30790
配置 Grbl
Grbl has a system ‘$’-command to tweak the settings and trigger runtime commands. Connect to Grbl using the serial terminal of your choice (baud rate 9600 unless you changed that in config.h) as 8-N-1 (8-bits, no parity, and 1-stop bit.) Once connect...

使用php提取方法注释

watrt6年前 (2017-12-10)PHP13110
使用php提取方法注释
1.注释格式<?php     /**      * @method 发送邮件      * @url    email/send?token=xxx      * @http  POST &n...

PHP MVC划分规则

watrt6年前 (2017-12-10)PHP11130
PHP MVC划分规则
     今天看了看以前的代码,发现control胖,而model轻,专门去找相关资料学习下     原则:胖model,瘦controller,只要是与业务有关的,就该放在Model里面一、controller 控制器,里应该放哪些东西    1.用户请求相关,如$_POST,$_GET,不应该对数据做任何处理    2.和model连接  &a...

layui实现省市区联动p

watrt6年前 (2017-12-10)script13600
layui实现省市区联动p
省市区插件是我们项目中常用的,由于layui官方没有联动所以自己做了一个,代码如下<div class="layui-form-item">     <label class="layui-form-label">所属省份</label>     <div class="layui-input...