上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 114 下一页
摘要: package com.smart.common.util; /** * @author leslie * @Description */ public class NameUtil { /** * 定义所有常量 */ public static final String EMPTY = ""; p 阅读全文
posted @ 2021-03-02 14:20 TBHacker 阅读(634) 评论(0) 推荐(0) 编辑
摘要: @ApiOperation("设备列表,此处不做分页,一个小区设备不会太多") @RequestMapping(value = "/devicePages") @ResponseBody public ApiResponse<List<Device>> userPages(@RequestParam 阅读全文
posted @ 2021-02-26 13:53 TBHacker 阅读(2081) 评论(0) 推荐(0) 编辑
摘要: /** * 物业查看的用户列表 */ public function CustomerPageOfProperty() { // name: "" , page: 1 , phone: "" , size: 10 $name = $this->input_data['name']; $phone = 阅读全文
posted @ 2021-02-25 17:53 TBHacker 阅读(82) 评论(0) 推荐(0) 编辑
摘要: @Setter @Getter public class CustomerPagePojo { private Integer id; private String name; private String phone; private int auth; private String idcard 阅读全文
posted @ 2021-02-25 16:52 TBHacker 阅读(169) 评论(0) 推荐(0) 编辑
摘要: @Data @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @Getter @Setter public class House implements Serializable { private static final 阅读全文
posted @ 2021-02-25 10:52 TBHacker 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 查看运行的项目 杀掉需要重启的项目 生成新的jar包,替换已有的jar包 (通过ftp,或者其他方式) 启动项目 nohup java -jar admin-controller.jar & 阅读全文
posted @ 2021-02-24 10:44 TBHacker 阅读(302) 评论(0) 推荐(0) 编辑
摘要: @Override public void logout() { httpSession.removeAttribute('xxx'); } 等同于php中的 header_remove('xxx'); 阅读全文
posted @ 2021-02-23 17:43 TBHacker 阅读(323) 评论(0) 推荐(0) 编辑
摘要: // 初始化 wrapper = new QueryWrapper(); // 增加条件 wrapper.eq("building_id", building.getId()); wrapper.eq("role", 0); // 查出结果 List<UserCustomerVillage> res 阅读全文
posted @ 2021-02-23 17:32 TBHacker 阅读(1630) 评论(0) 推荐(0) 编辑
摘要: {"userName":"admin","password":"121212"} 一定要加双引号 阅读全文
posted @ 2021-02-23 10:17 TBHacker 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 这个功能很实用。 本小区的人,自动进入。并可以记录下通行记录,以及老人进入情况。 还支持二维码进入,访客进入。 只要建好数据表,做好实名认证,做好数据记录就可以了。 <?php namespace Face\Func; /** * 响应类 * 局部使用 */ class Respond { priv 阅读全文
posted @ 2021-02-08 11:33 TBHacker 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 本质都是联网,然后发送指令。 提供接口地址和路径,机器定时调用。 然后发送反馈信息。 机器识别后,进行操作。 比如停车设备。 需要在设备中配置一下接口地址(ip+端口)。 <?php /** * 停车进出 */ namespace Car\Action; use Common\Util\RS485U 阅读全文
posted @ 2021-02-04 11:00 TBHacker 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 开启,并设置路由 <?php return array ( // 开启路由 'URL_ROUTER_ON' => true, 'URL_ROUTE_RULES'=>array( 'alf/serverConfig/time' => array('alf/serverConfig_time'), ), 阅读全文
posted @ 2021-02-04 10:54 TBHacker 阅读(286) 评论(0) 推荐(0) 编辑
摘要: { "Response": { "barrier_control": { "action": "open" }, "trigger_data": { "action": "" }, "rs485_data": [{ "delay_time": 100, "data": "/gAAF5lz/QAPAQ 阅读全文
posted @ 2021-02-02 15:47 TBHacker 阅读(115) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriver #1.创建Chrome浏览器对象,这会在电脑上在打开一个浏览器窗口 browser = webdriver.Chrome("E:\chrome_driver\chromedriver.exe") # 获取地址 browser.get("h 阅读全文
posted @ 2021-01-21 17:52 TBHacker 阅读(266) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/422101/202101/422101-20210118095337438-1190529514.png)![](https://img2020.cnblogs.com/blog/422101/202101/422101-20210118095351981-1840342602.png) 阅读全文
posted @ 2021-01-18 09:54 TBHacker 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: 一乙二十丁厂七卜人入八九几儿了力乃刀又三于干亏士工土才寸下大丈与万上小口巾山千乞川亿个勺久凡及夕丸么广亡门义之尸弓己已子卫也女飞刃习叉马乡丰王井开夫天无元专云扎艺木五支厅不太犬区历尤友匹车巨牙屯比互切瓦止少日中冈贝内水见午牛手毛气升长仁什片仆化仇币仍仅斤爪反介父从今凶分乏公仓月氏勿欠风丹匀乌凤勾文六 阅读全文
posted @ 2021-01-12 17:06 TBHacker 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/422101/202101/422101-20210108141624305-1666648778.png) 阅读全文
posted @ 2021-01-08 14:17 TBHacker 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 使用git工具。 #!/bin/sh e:/phpstudy_pro/Extensions/php/php5.6.9nts/php.exe -f ./sql_version/sqlversion.php 注意:使用linux的斜线方式。 阅读全文
posted @ 2021-01-08 14:07 TBHacker 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 需要软件 1、phpstudy (php环境,可以切换php版本) 2、git (拉取项目,提交代码) 3、xshell (链接线上服务器) 4、vscode (代码编辑器) 5、phpmyadmin (可以查看数据库) 阅读全文
posted @ 2021-01-04 16:51 TBHacker 阅读(198) 评论(0) 推荐(0) 编辑
摘要: <button open-type="contact" class="info_type"> <view class="type_left"> <image src="/images/person/contact.png" /> </view> <view class="type_right"> < 阅读全文
posted @ 2020-10-21 16:28 TBHacker 阅读(428) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 114 下一页