摘要: 1、mysql的安装 https://www.cnblogs.com/qiaoconglovelife/p/5477832.html (Windows版本) https://www.cnblogs.com/jintheway/p/6542059.html (Linux版本) 2、远程连接 windo 阅读全文
posted @ 2019-02-22 20:34 Vtianhu 阅读(129) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/j_guangxin/article/details/78498191 一、配置文件 #下面这条配置声明了mybatis的配置文件路径,classpath对应的是和这个文件统计的resources mybatis.config-location=class 阅读全文
posted @ 2019-01-11 15:43 Vtianhu 阅读(1977) 评论(3) 推荐(0) 编辑
摘要: 从零开始 http://blog.fens.me/series-nodejs/ 15个应用场景 https://www.cnblogs.com/gassnake999/p/7044583.html express实现CRUD https://www.cnblogs.com/ljhoracle/p/5 阅读全文
posted @ 2019-01-02 20:22 Vtianhu 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 一、springboot第一步,用spring boot把程序启起来。第二启,服务对外提供restful服务,第三步,做两个服务,一个为注册服务器,另外一个向注册服务器进行注册 sprinboot静态资源访问,默认路径: thymeleaf模板 1、前后端流程打通: https://blog.csd 阅读全文
posted @ 2018-12-29 22:25 Vtianhu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1、拓扑排序 https://blog.csdn.net/weixin_42018258/article/details/80585842 2、数组逆序 reverse() 3、dict 由value获取key def get_key (dict, value): return [k for k, 阅读全文
posted @ 2018-12-21 17:34 Vtianhu 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 以下为.h文件 #pragma once #include <iostream> using namespace std; class Student{public: Student(); ~Student(); string getName(); void setName(string name) 阅读全文
posted @ 2018-12-18 21:25 Vtianhu 阅读(448) 评论(1) 推荐(0) 编辑
摘要: class_item str: SCKA_TopoPort values list: [{'SCKA_TopoPort': {'properties': {'portID': {'type': 'unsigned int'}, 'slotID': {'type': 'unsigned int'}, 阅读全文
posted @ 2018-12-15 18:53 Vtianhu 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 0、 https://github.com/dyc87112/SpringBoot-Learning 1、Spring Boot干货系列总纲 嘟嘟独立博客 http://tengj.top/2017/04/24/springboot0/ 2、SpringBoot技术栈搭建个人博客 https://w 阅读全文
posted @ 2018-12-10 20:44 Vtianhu 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://github.com/tianhu9102/DemoSSM/blob/master/src/main/java/cn/thu/utils/TestN.java 阅读全文
posted @ 2018-12-07 17:08 Vtianhu 阅读(304) 评论(1) 推荐(0) 编辑
摘要: 1、table标题 <table class="stu_table"> <caption style="font-size:18px;font-weight:bold;color:#008B8B">设备使用展示图</caption> <thead></thead> <tbody></tbody> < 阅读全文
posted @ 2018-12-03 16:13 Vtianhu 阅读(131) 评论(2) 推荐(0) 编辑