摘要: 前端设计模式-MVP与MVVM ——墨问苍生 MVP设计模式: Model:数据层(模组层) Presenter:呈现层(业务逻辑相关的控制层) View:视图层 以下是使用jQuery实现的TodoList 1 <!DOCTYPE html> 2 <!--MVP设计模式(本段代码并没有M层)--> 阅读全文
posted @ 2020-12-17 11:19 墨问苍生 阅读(282) 评论(0) 推荐(0) 编辑
摘要: darknet实时识别无法显示在窗口解决 ——墨问苍生 找到darknet根目录。 vim Makefile 然后重新make 阅读全文
posted @ 2020-12-15 09:07 墨问苍生 阅读(217) 评论(0) 推荐(0) 编辑
摘要: libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu'] NOT AVAILABLE 阅读全文
posted @ 2020-12-04 20:43 墨问苍生 阅读(400) 评论(0) 推荐(0) 编辑
摘要: MySql报错-Unknown system variable 'storage_engine' 阅读全文
posted @ 2020-11-24 09:41 墨问苍生 阅读(2888) 评论(0) 推荐(0) 编辑
摘要: Linux终端断开后继续执行程序的方法 ——墨问苍生 一、最常用的 “nohup” 命令 使用 nohup 命令挂起运行命令,当终端断开连接或者退出某个账号,进程也保持运行状态 需要配合“&”使用 用法:nohup command [args...] & $ nohup java -jar MySp 阅读全文
posted @ 2020-11-12 19:19 墨问苍生 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: SpringBoot报错-Could not create connection to database server. Attempted reconnect 3 times. Giving up. ——墨问苍生 无法连接数据库,一开始以为是yml的配置有问题,反复检查后发现是pom.xml文件的 阅读全文
posted @ 2020-11-12 09:38 墨问苍生 阅读(555) 评论(0) 推荐(0) 编辑
摘要: SpringBoot警告-springboot2.0 hikaricp - failed to valid... no operations allowed after connection closed. ——墨问苍生 1 2020-01-13 14:26:58.733 WARN 15263 [h 阅读全文
posted @ 2020-11-11 11:58 墨问苍生 阅读(1377) 评论(0) 推荐(0) 编辑
摘要: MySql WorkBench设置主键自增 ——墨问苍生 1、打开WorkBench找到需要更改的表,左键单击小扳手 2、点选AI后才能点选Auto Increment 阅读全文
posted @ 2020-11-11 11:12 墨问苍生 阅读(3030) 评论(0) 推荐(0) 编辑
摘要: WPF中Button按钮点击切换Image图片,Image更换图片 阅读全文
posted @ 2020-10-28 01:57 墨问苍生 阅读(2611) 评论(0) 推荐(0) 编辑
摘要: 无效的URI,无法确定URI的格式 解决办法 阅读全文
posted @ 2020-10-28 00:45 墨问苍生 阅读(1833) 评论(0) 推荐(0) 编辑