本文使用的是spring + mybatis,数据库用的是MySql,说事务的传播行为之前先介绍一个SSM开发中很好用的一个IDEA插件 Easy Code Easy Code插件 该插件用来基于数据库表来生成开发中用到的entiry类、mapper接口、mapper.xml等代码,免去了手工定义的 ...
分类:
编程语言 时间:
2020-07-21 16:35:57
阅读次数:
86
<Button Name="button" Content="Hello" Height="100" Width="200" Click="button_Click_2"> <Button.ContentTemplate> <DataTemplate> <Viewbox> <TextBlock>My ...
Record the process of Leetcode by issue Weekly Contest Date Weekly Contest 162 11/10/2019 BiWeekly Contest 13 11/16/2019 Weekly Contest 163 11/17/2019 ...
分类:
其他好文 时间:
2020-07-21 14:05:16
阅读次数:
84
#!/bin/bash ipv4=`ifconfig eth0 | grep 'inet addr'|awk -F ":" '{print $2}'|awk '{print$1}'` ipv6=`ifconfig eth0 | grep 'inet6 addr'|awk -F "/" '{print ...
分类:
其他好文 时间:
2020-07-21 13:46:58
阅读次数:
61
具体可参考:https://note.youdao.com/ynoteshare1/index.html?id=db637b43f0ab16cf6db9b9b92d562ca8&type=notebook#/7A55B7E7787A49D0B2E2265D437F3C19;这里写的很具体了; 一、基 ...
分类:
其他好文 时间:
2020-07-21 10:02:26
阅读次数:
83
:root { --bg-color: white; /*change background*/ --text-color: black; /*change text color*/ --md-char-color: #C7C5C5; /*change color of meta characetr ...
分类:
其他好文 时间:
2020-07-21 00:59:10
阅读次数:
457
一、定义样式 <style> .blueBack { background-color: blue; } .yellowBack { background-color: yellow; } </style> 二、定义两个按钮,一个div <div id="vueFirst"> <div :class ...
分类:
Web程序 时间:
2020-07-19 15:56:07
阅读次数:
158
<%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/8 Time: 15:58 To change this template use File | Settings | File Templates. --%> <%@ page co ...
分类:
Web程序 时间:
2020-07-19 13:54:02
阅读次数:
82
一、preparation 1、download starter-template-master 2、command line-->cnpm install 3、change "{{ name }}"(package.json) to your project name 4、command line ...
分类:
其他好文 时间:
2020-07-19 13:50:08
阅读次数:
76
<%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/8 Time: 15:58 To change this template use File | Settings | File Templates. --%> <%@ page co ...
分类:
Web程序 时间:
2020-07-19 11:53:15
阅读次数:
84