insert into bus_fund_batch ( id, type, target_date, fund, status, sub_next_step, cut_off_id, error_msg, retry_times, fail_token, trigger_date, req_bat ...
分类:
其他好文 时间:
2020-01-14 20:44:38
阅读次数:
99
作为PAT乙级的第一道题目是个大家练手用的,所以我就不详细解释直接发代码,解题过程随着题目一步一步做下去就行 #include<stdio.h> int count_step(int n) { int step = 0;//计算步数 while (n>1) { n = (n % 2 == 0) ? ...
分类:
其他好文 时间:
2020-01-14 20:18:46
阅读次数:
52
1.基于Dockerfile构建SpringBoot镜像 1.1准备工作 将SpringBoot项目通过maven打成jar包 mvn clean package 使用maven打包项目 1.2使用Dockerfile构建镜像 step1 在存放jar所在目录下创建Dockerfile文件 step ...
分类:
编程语言 时间:
2020-01-14 16:22:49
阅读次数:
73
1.基于Dockerfile构建SpringBoot镜像 1.1准备工作 将SpringBoot项目通过maven打成jar包 mvn clean package 使用maven打包项目 1.2使用Dockerfile构建镜像 step1 在存放jar所在目录下创建Dockerfile文件 step ...
分类:
编程语言 时间:
2020-01-13 14:26:37
阅读次数:
81
linux系统无论是redhat还是centos,都会自带python2。 或许你的应用需要python3,那就分为两种情况,一种弃用自带python,自己重新安装新版,但是会引起一些奇葩的系统错误,而且这种方法回引起一些需要使用到python2的用户。 另一种方法就是两种版本,或者多种版本并存,也 ...
分类:
编程语言 时间:
2020-01-13 01:11:33
阅读次数:
120
题外话: 老师:这些题都不难,都只是搜索+剪枝 我:不会…… 题面 十五数码问题 保证45步内有解 题解 IDA 入门题目,和八数码问题没差多少 ↑抱着天真想法的我 事实上,这题比八数码难了不少…… 首先,先像八数码一样把IDA 敲好 然后? 然后你发现样例你都T了 WDNMD ——发现自己样例TL ...
分类:
其他好文 时间:
2020-01-12 00:33:37
阅读次数:
107
Start a GIT Repository The first step in creating a GIT repository is finding where to actually create it. You can either create the repository on you ...
分类:
其他好文 时间:
2020-01-11 09:59:40
阅读次数:
79
推荐软件:Typora https://www.typora.io/ 添加右键创建.md文件功能 创建注册表 reg unicode 文件 粘贴上文,保存运行,即可 来源:https://stepneverstop.github.io/win-rightclick-create-md.html (网 ...
分类:
其他好文 时间:
2020-01-09 13:20:09
阅读次数:
60
1.听力方面: ?《英语听力入门》(Step by Step),华东师范大学出版社,张民伦 ?《英语初级听力》(Listen to This 1),外语教学与研究出版社,何其莘 ?《英语中级听力》(Listen to This 2),外语教学与研究出版社,何其莘 ?《英语高级听力》(Listen t ...
分类:
其他好文 时间:
2020-01-07 10:34:09
阅读次数:
258
in7装Ubuntu双系统,不需要U盘 本文测试安装的是32位的ubuntu-14.10-desktop-i386.iso 系统。 准备: Ubuntu系统ISO文件。EasyBCD 软件。 Step 1. 在windows里面把空余空间腾出来 计算机右键,管理,磁盘管理,通过压缩卷等方法得到要分给 ...