当前位置:首页 > 第27页
配置 Grbl

配置 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...
watrt6年前 (2017-12-10)经验30720
使用php提取方法注释

使用php提取方法注释

1.注释格式<?php     /**      * @method 发送邮件      * @url    email/send?token=xxx      * @http  POST &n...
watrt6年前 (2017-12-10)PHP13060
PHP MVC划分规则

PHP MVC划分规则

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

layui实现省市区联动p

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