会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
huatian007
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
2022年6月27日
mybatis中if else
摘要: <choose> <when test="bic.duedateQueryStart != null or bic.duedateQueryEnd != null"> <if test="bic.duedateQueryStart != null and bic.duedateQueryStart
阅读全文
posted @ 2022-06-27 16:48 花田007
阅读(69)
评论(0)
推荐(0)
2022年6月26日
mysql中replace into用法
摘要: <insert id="saveOrUpdatePayinfo" parameterType="com.bill.invoice.entity.BusBillPayinfo"> replace into bus_bill_payinfo <trim prefix="(" suffix=")" suf
阅读全文
posted @ 2022-06-26 18:22 花田007
阅读(61)
评论(0)
推荐(0)
2022年6月19日
mysql获取当前年月
摘要: //1.获取年月日 时分秒 select SYSDATE() AS '年月日 时分秒'; 2020-07-02 16:36:17 //2.获取(年月日) select DATE(CURDATE()) as '年月日'; select CURDATE() as '年月日'; select curren
阅读全文
posted @ 2022-06-19 22:33 花田007
阅读(8660)
评论(0)
推荐(0)
2022年6月17日
update多个字段
摘要: update BUS_BILL_INFO_CUST t set t.UPDATE_TIME = sysdate(), t.UPDATE_BY ='222', t.SYS_ORG_CODE ='2223' where t.ID = '0a41ca95d6a549219bfaea22bb72cdb0';
阅读全文
posted @ 2022-06-17 17:54 花田007
阅读(109)
评论(0)
推荐(0)
2022年6月15日
mysql数据库@transaction不回滚
摘要: 问题描述(虽然报错但是数据库没有回滚): 问题原因: mysql数据库引擎设置错误, 解决办法: 使用DBeaver修改表的引擎。 DBeaver下载地址 https://dbeaver.io/
阅读全文
posted @ 2022-06-15 11:26 花田007
阅读(110)
评论(0)
推荐(0)
2022年6月14日
vue项目搭建
摘要: 安装cnpm: npm install -g cnpm --registry=https://registry.npm.taobao.org 搭建vue开发环境 1、必须要安装nodejs 2、搭建vue的开发环境 ,安装vue的脚手架工具 官方命令行工具 npm install --global
阅读全文
posted @ 2022-06-14 15:17 花田007
阅读(29)
评论(0)
推荐(0)
2022年6月9日
ant-design-vue关于Confirm内部中this指向问题
摘要: invoiceSubmit(record) { const _this = this; //判断签收状态是否签收和拒收 if(record.operflag == 'N'){ this.$message.error('已操作,不可再次签收'); return; } if (record.flag =
阅读全文
posted @ 2022-06-09 22:44 花田007
阅读(903)
评论(0)
推荐(0)
java金额大写转数字
摘要: public Double CNYtoN(String amount) { double result = 0; double temp = -1;//存放一个单位的数字如:十万 int count = 0;//判断是否有chArr Map<Character, Double> map = new
阅读全文
posted @ 2022-06-09 11:20 花田007
阅读(217)
评论(0)
推荐(0)
2022年6月8日
java计算时间段内有多少个月
摘要: public static void main(String[] args) throws ParseException { Calendar c1 = Calendar.getInstance();//实例化 Calendar c2 = Calendar.getInstance(); Simple
阅读全文
posted @ 2022-06-08 13:39 花田007
阅读(885)
评论(0)
推荐(0)
2022年6月7日
mybais拼接% 模糊查询
摘要: <select id="queryWaitSignPageList" parameterType="com.bill.intemag.entity.BusBillWaitsign" resultType="com.bill.intemag.entity.BusBillWaitsign"> SELEC
阅读全文
posted @ 2022-06-07 21:37 花田007
阅读(42)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
公告