[主程序入口.cpp] #include <windows.h> #include <tchar.h> #include "resource.h" #include "CMyApp.h" //这个还没用到,就先注释起来 //HINSTANCE m_hInstance; HWND m_hWnd; in ...
在tomcat的 conf/tomcat-users.xml文件的如下位置添加用户配置:<user username="admin" password="wmsap1" roles="manager-gui"/> 重启tomcat服务,打开tomcat管理地址:http://ip:端口/manage ...
分类:
其他好文 时间:
2020-05-02 20:48:17
阅读次数:
49
系统:Windows10 Docker:Docker Desktop (version 19.03.8) Link IoT Edge:LE Pro专业版 现象:安装脚本或者运行时出现如下错误 C:\Program Files\Docker\Docker\resources\bin\docker.ex ...
分类:
其他好文 时间:
2020-05-02 16:50:51
阅读次数:
114
1. Why do I care? Building a summary or pivot table table is very common in daily data analysis. We can use pandas.pivot_table or pandas.dataframe.gro ...
分类:
编程语言 时间:
2020-05-02 16:40:39
阅读次数:
64
3月23日, 小程序游戏类目开放测试,开发者可开发、调试小游戏,同时,微信官方还对小游戏开放了微信社交关系链、虚拟支付能力。但是令一些开发者感到困惑的是「如何才能利用开放数据域为微信小游戏添加社交关系链玩法」。 这张图片是来自于微信小游戏的跳一跳排行榜,小游戏不但开放了用户注册也把关系链数据开放了出 ...
分类:
微信 时间:
2020-05-02 15:05:13
阅读次数:
89
解析模板[图标时出错favicon.ico]模板可能不存在 在Thymeleaf模板添加link标签 <link rel="shortcuticon"href="../resources/favicon.ico"th:href="@{/static/favicon.ico}"> th:href="@ ...
分类:
数据库 时间:
2020-05-02 11:55:55
阅读次数:
768
In this tutorial, we will extend last Maven + Spring hello world example by adding JDBC support, to use Spring + JDBC to insert a record into a custom ...
分类:
数据库 时间:
2020-05-02 09:43:18
阅读次数:
61
四、实时同步 (一)课程概念介绍 1. 为什么要用实时同步服务 因为定时任务有缺陷,一分钟以内的数据无法进行同步,容易造成数据丢失 2. 实时同步工作原理 a .创建要存储数据的目录 b .利用实时同步的软件监控我们进行备份的数据目录 c .利用rsync服务进行数据推送传输备份 (二)实时同步服务 ...
分类:
系统相关 时间:
2020-05-01 20:33:46
阅读次数:
83
The easiest way to get started is by including the Spring Cloud BOM and then adding spring-cloud-alibaba-dependencies to your application’s classpath. ...
分类:
其他好文 时间:
2020-05-01 14:44:04
阅读次数:
62
谷歌浏览器地址栏输入chrome://flags/,搜索 Cookie deprecation messages ,禁用,重启浏览器,搞定收工! ...
分类:
其他好文 时间:
2020-05-01 14:30:18
阅读次数:
1149