Spring提供了2种事务管理 编程式的 声明式的(重点):包括xml方式、注解方式(推荐) 基于转账的demo dao层 新建包com.chy.dao,包下新建接口AccountDao、实现类AccountDaoImpl: public interface AccountDao { //查询用户账 ...
分类:
编程语言 时间:
2020-01-28 23:35:23
阅读次数:
142
Description bbq的工作是管理学校的社团活动,具体来说是为每个社团活动分配教室。要把有限的教室合理安排给这些社团,是不容易的。 每个社团活动用k, t1, t2来表示:该社团活动在第t1天~第t2天内需要k个教室(包括t1,t2)。 bbq总是按社团活动申请的先后顺序分配教室,如果某一天 ...
分类:
其他好文 时间:
2020-01-28 23:01:57
阅读次数:
75
Problem A. Collecting Coins Solution Observe that the easiest solution would be increase every one's number of coins to \(\max(A,B,C)\) Then all we ha ...
分类:
其他好文 时间:
2020-01-28 21:37:34
阅读次数:
106
1091 Acute Stroke (30分) One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in ...
分类:
其他好文 时间:
2020-01-28 21:34:11
阅读次数:
88
想要在Linux服务器上部署一个qq机器人玩,需要Docker才能运行 开始安装 由于apt官方库里的docker版本可能比较旧,所以先卸载可能存在的旧版本: sudo apt-get remove docker docker-engine docker-ce docker.io 更新apt包索引: ...
分类:
系统相关 时间:
2020-01-28 20:55:47
阅读次数:
95
[TOC] 1. ls 查看列表 语法 ls [ aAdfFhlinrRSt] [文件或目录] ls [ color={never, auto, always}] [文件或目录] ls [ full time] [文件或目录] ls [ time={atime, ctime}] [文件目录] | 选 ...
分类:
其他好文 时间:
2020-01-28 19:15:10
阅读次数:
108
关于m2o字段的去除已经选过的数据 <page string="Detail"> <field name="asset_equipment_detail_ids" options="{'no_edit_no_open':1}" context="{'detail_data': asset_equip ...
分类:
其他好文 时间:
2020-01-28 17:37:29
阅读次数:
104
Git 配置 ssh key 是为了识别并区分不同的主机,所以一台主机要使用 Git 进行远程仓库托管代码,首先要在本机生成 ssh key,并配置到对应远程仓库网站(比如:Github、Gitee)。 1. 生成 ssh key 在 git 终端输入: 然后git终端会询问保存路径(建议直接 en ...
分类:
其他好文 时间:
2020-01-28 15:38:01
阅读次数:
82
Navicat Premium 12安装 Navicat Premium 12激活 ...
分类:
其他好文 时间:
2020-01-28 14:08:16
阅读次数:
56
埃姆,Eyam, 是英国德比郡距大城市谢菲尔德不远的一个小村庄,最新的人口普查数据现有村民969人。Eyam村没有什么特别的风景名胜或土特产,但它在英国历史上和英国人的心目中,却有着特殊的地位。每年8月,来自英国甚至世界其它地方的人都要来到埃姆村,装饰村里的一口水井(well dressing),以... ...
分类:
其他好文 时间:
2020-01-28 10:57:09
阅读次数:
343