会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
墨问苍生
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2020年12月17日
前端设计模式-MVP与MVVM
摘要: 前端设计模式-MVP与MVVM ——墨问苍生 MVP设计模式: Model:数据层(模组层) Presenter:呈现层(业务逻辑相关的控制层) View:视图层 以下是使用jQuery实现的TodoList 1 <!DOCTYPE html> 2 <!--MVP设计模式(本段代码并没有M层)-->
阅读全文
posted @ 2020-12-17 11:19 墨问苍生
阅读(324)
评论(0)
推荐(0)
2020年12月15日
darknet实时识别无法显示在窗口解决
摘要: darknet实时识别无法显示在窗口解决 ——墨问苍生 找到darknet根目录。 vim Makefile 然后重新make
阅读全文
posted @ 2020-12-15 09:07 墨问苍生
阅读(244)
评论(0)
推荐(0)
2020年12月4日
安装TensorFlow踩坑记录
摘要: libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu'] NOT AVAILABLE
阅读全文
posted @ 2020-12-04 20:43 墨问苍生
阅读(426)
评论(0)
推荐(0)
2020年11月24日
MySql报错-Unknown system variable 'storage_engine'
摘要: MySql报错-Unknown system variable 'storage_engine'
阅读全文
posted @ 2020-11-24 09:41 墨问苍生
阅读(3328)
评论(0)
推荐(0)
2020年11月12日
Linux终端断开后继续执行程序的方法
摘要: Linux终端断开后继续执行程序的方法 ——墨问苍生 一、最常用的 “nohup” 命令 使用 nohup 命令挂起运行命令,当终端断开连接或者退出某个账号,进程也保持运行状态 需要配合“&”使用 用法:nohup command [args...] & $ nohup java -jar MySp
阅读全文
posted @ 2020-11-12 19:19 墨问苍生
阅读(1326)
评论(0)
推荐(0)
SpringBoot报错-Could not create connection to database server. Attempted reconnect 3 times. Giving up.
摘要: SpringBoot报错-Could not create connection to database server. Attempted reconnect 3 times. Giving up. ——墨问苍生 无法连接数据库,一开始以为是yml的配置有问题,反复检查后发现是pom.xml文件的
阅读全文
posted @ 2020-11-12 09:38 墨问苍生
阅读(593)
评论(0)
推荐(0)
2020年11月11日
SpringBoot警告-springboot2.0 hikaricp - failed to valid... no operations allowed after connection closed.
摘要: 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 墨问苍生
阅读(1569)
评论(0)
推荐(0)
MySql WorkBench设置主键自增
摘要: MySql WorkBench设置主键自增 ——墨问苍生 1、打开WorkBench找到需要更改的表,左键单击小扳手 2、点选AI后才能点选Auto Increment
阅读全文
posted @ 2020-11-11 11:12 墨问苍生
阅读(3139)
评论(0)
推荐(0)
2020年10月28日
Demo-WPF中Button按钮点击切换Image图片例子
摘要: WPF中Button按钮点击切换Image图片,Image更换图片
阅读全文
posted @ 2020-10-28 01:57 墨问苍生
阅读(2936)
评论(0)
推荐(0)
WPF中Image的Source属性设置相对路径图片无法正常显示
摘要: 无效的URI,无法确定URI的格式 解决办法
阅读全文
posted @ 2020-10-28 00:45 墨问苍生
阅读(2227)
评论(1)
推荐(0)
上一页
1
2
3
4
下一页
公告