会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guxingy
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
95
下一页
2021年7月21日
电商系统 一些基本规则
摘要: 数据库字段规范(简版) 字符串长度:varchar(255) 特殊字符串长度:varchar(1000),如 pms_sku_stock 表的字段 sp_data 主键类型:bigint 类型字段:int,长度默认 金额字段:decimal(10,2) 冗余字段 在pd中就不用建立关系了 常用图标
阅读全文
posted @ 2021-07-21 15:46 古兴越
阅读(244)
评论(0)
推荐(0)
2021年7月14日
电商 微信 批量添加客户3 python版
摘要: 原文: https://blog.csdn.net/qq_27017791/article/details/113849053 一、下载 在win7上打包的exe,打包后的exe还是有点大,先将就用吧 使用步骤 解压文件excel转换为vcf.rar 在exe同级目录中,新建一个Excel,名称为:
阅读全文
posted @ 2021-07-14 14:06 古兴越
阅读(223)
评论(0)
推荐(0)
电商 微信 批量添加客户2 python版
摘要: 原文: https://blog.csdn.net/qq_27017791/article/details/113849053 Excel格式 效果 代码 import quopri import xlrd #111.xlsx为需要处理的表格(姓名+电话) file2='111.xlsx' #123
阅读全文
posted @ 2021-07-14 10:03 古兴越
阅读(126)
评论(0)
推荐(0)
2021年7月13日
SpringBlade win7上打的jar包 在win10上运行 好像会有bug
摘要: 下次可以再测试一下,到底是不是这个问题 bug内容 ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'order_create_time_le' in 'where clause
阅读全文
posted @ 2021-07-13 15:24 古兴越
阅读(89)
评论(0)
推荐(0)
2021年7月9日
ABP 工作单元
摘要: 原文: https://www.cnblogs.com/farb/p/ABPUnitofWork.html
阅读全文
posted @ 2021-07-09 16:42 古兴越
阅读(34)
评论(0)
推荐(0)
前端 只获取自身节点的文本
摘要: 原文: https://www.itdaan.com/blog/2018/10/29/ffdcf7267b64dc1821b86292d4bf9a28.html
阅读全文
posted @ 2021-07-09 10:19 古兴越
阅读(48)
评论(0)
推荐(0)
2021年7月8日
其它 PDF电子书下载 pdf 书籍下载
摘要: 这个网站还是比较好用 https://www.jiumodiary.com/
阅读全文
posted @ 2021-07-08 16:09 古兴越
阅读(75)
评论(0)
推荐(0)
2021年7月5日
SpringBlade 关闭 Redis
摘要: 原文: https://bxoon.blog.csdn.net/article/details/112857426
阅读全文
posted @ 2021-07-05 14:44 古兴越
阅读(260)
评论(0)
推荐(0)
2021年7月2日
SpringBlade 从cookie中获取token
摘要: 核心代码 // // 从cookie中,获取blade-auth // javax.servlet.http.Cookie[] cookies = request.getCookies(); // if (ArrayUtil.isNotEmpty(cookies)) { // for (javax.
阅读全文
posted @ 2021-07-02 16:05 古兴越
阅读(428)
评论(0)
推荐(0)
SpringBlade 可以通过url地址直接访问页面
摘要: 简单点,可以这么改 setStore({name: 'token', content: state.token, type: 'session'}) 改为 setStore({name: 'token', content: state.token});
阅读全文
posted @ 2021-07-02 16:01 古兴越
阅读(247)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
95
下一页
公告