UI
Vue--watch控制监听路由地址-组件的变化----'$route.path': function (newVal, oldVal)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <me...[详细]
2020-07-23 11:57 分类:路由交换vue简单的v-for - - 路由跳转
前几天写了一个特特特简单的小图片页面,主要用到的就是v-for遍历以及路由跳转到详情页。路由跳转需要在router文件夹下index.js引入。 导航栏(element ui导航栏为模板): <el-header> <div class="nav-menu"...[详细]
2020-07-21 18:10 分类:路由交换[Opencv]二维码定位(C++版本)
#include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include <iostream> #include <stdio.h> #include <stdlib.h> #include <math.h> using namespace cv; usi...[详细]
2020-07-21 15:14 分类:路由交换-
树莓派 Raspberry Pi 4,.net core 3.0 ,Avalonia UI 开发
虽说.net core3.0已经可以用于开发wpf和winform程序,可是遗憾的时目前这core下的wpf还是只能运行在windows下,想要在linux下运行wpf估计还要等一段时间。[详细]
2020-07-21 14:58 分类:Linux -
Django 配置mysql遇到问题(一)
问题一: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3[详细]
2020-07-21 13:59 分类:Python -
管理用户和组 day4 (20190930)
管理用户和组 一、管理用户和组 用户: 1.登陆操作系统 2.不同的用户权限不同组:方便管理用户[详细]
2020-07-21 13:09 分类:LinuxhttpClient 进行get请求
1 String url = baseUrl; 2 logger.info("checkIfTheFolderIsExist"); 3 CloseableHttpClient httpClient = HttpClientBuilder.create().build(); 4 URI uri = new URIBuilde[详细]
2020-07-21 13:01 分类:路由交换-