会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lwx_R
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
46
下一页
2024年3月1日
ElementPlus
摘要: 1.table 1.1 根据字段枚举值展示对应内容 <el-table-column :formatter="typeFormat" prop="id" label="" width="180" align="center"> </el-table-column> const typeFormat
阅读全文
posted @ 2024-03-01 06:00 lwx_R
阅读(80)
评论(0)
推荐(0)
2024年2月20日
端口占用
摘要: 1, // tcpmux 7, // echo 9, // discard 11, // systat 13, // daytime 15, // netstat 17, // qotd 19, // chargen 20, // ftp data 21, // ftp access 22, //
阅读全文
posted @ 2024-02-20 23:29 lwx_R
阅读(28)
评论(0)
推荐(0)
2024年2月19日
VueRouter
摘要: VueRouter
阅读全文
posted @ 2024-02-19 23:43 lwx_R
阅读(10)
评论(0)
推荐(0)
Vuex
摘要: Vuex
阅读全文
posted @ 2024-02-19 23:43 lwx_R
阅读(11)
评论(0)
推荐(0)
2023年12月31日
@Scheduled定时任务
摘要: @Scheduled(cron = "0 0 */3 * * ?")//定时任务注解 public void fun() { }
阅读全文
posted @ 2023-12-31 01:36 lwx_R
阅读(34)
评论(0)
推荐(0)
Oracle函数
摘要: 1.Concat函数 select concat('阿珍','阿强') from dual t;
阅读全文
posted @ 2023-12-31 00:38 lwx_R
阅读(23)
评论(0)
推荐(0)
2023年12月30日
uniapp基础
摘要: 1.项目初始化 新建-项目-uniapp项目 目录结构:https://uniapp.dcloud.net.cn/tutorial/project.html │─components 符合vue组件规范的uni-app组件目录 │ └─comp-a.vue 可复用的a组件 ├─pages 业务页面文
阅读全文
posted @ 2023-12-30 00:58 lwx_R
阅读(67)
评论(0)
推荐(0)
uniapp真机调试问题
摘要: 1.荣耀40 开启USB调试,选择USB配置,选择音频来源,才行
阅读全文
posted @ 2023-12-30 00:56 lwx_R
阅读(57)
评论(0)
推荐(0)
Vim使用
摘要: 1.windows上传到linux 使用cat -A test.sh查看 行尾有^M,会导致文件名看着起来对,实际错误的问题 win每行结尾为\r\n,而linux只有一个\n 解决: 确保先执行:set ff=unix 再:wq
阅读全文
posted @ 2023-12-30 00:54 lwx_R
阅读(20)
评论(0)
推荐(0)
Shell使用ftp
摘要: 1.lftp # 第一次需要sftp root@ip 来保存ssh lftp -u root,password sftp://ip <<EOF # cd远程目录 lcd 本地目录 cd /zd_share_file/backup/logs/jike # put 上传文件的地址 put /home/t
阅读全文
posted @ 2023-12-30 00:52 lwx_R
阅读(194)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
46
下一页
公告