logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mysql递归查询所有下级

mysql递归查询所有下级的sql解决方法:假如tb_manage_user表中uid是主键,creator_id是存储父级的uid,uid为10的所有子级和孙级,如果只想获取以逗号隔开的id串,查询返回字段中可以使用GROUP_CONCAT(uid),下面就是查询sql:http://www.yayihouse.com/yayishuwu/chapter/2368...

mysql以一张表为查询条件删除另一张表数据

以下删除online表的数据,数据不在cash表的都删除。

#数据库#mysql#sql
swagger Caused by: java.lang.NullPointerException: null

引入swagger 报错Caused by: java.lang.NullPointerException: null。使用的springboot版本与Swagger版本不兼容。

#java#开发语言
前端页面实现图片轮播滚动效果

1.滚动效果:http://www.yayihouse.com/taobao.html2.完整html页面代码:<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>图片循环滚动</ti

java将rtsp转成flv在浏览器播放

String stspUrl = "rtsp://10.11.8.251:553/openUrl/dddd";//stsp视频流地址String encodedUrl = java.net.URLEncoder.encode(url, "UTF-8");//编码后的地址

#python#开发语言
解决com.netflix.client.ClientException: Load balancer does not have available server for client

报错信息如下:com.netflix.client.ClientException: Load balancer does not have available server for client:xxx解决方法:http://www.yayihouse.com/yayishuwu/chapter/1288

OutOfMemoryError: CUDA out of memory.设置PYTORCH_CUDA_ALLOC_CONF无效问题

OutOfMemoryError: CUDA out of memory. Tried to allocate 2.25 GiB (GPU 0; 4.00 GiB total capacity; 6.68 GiB already allocated; 0 bytes free; 6.73 GiB reserved in total by PyTorch) If reserved memory is

文章图片
#pytorch#人工智能#python
winscp显示被隐藏的文件

winscp文件有的文件明明存在却看不到解决方法:winscp文件有的文件明明存在却看不到,导致我下载文件到我本地时没有下载被隐藏的文件,http://www.yayihouse.com/yayishuwu/chapter/2234...

excel找不到smartbi按钮了

excel看不到smartbi解决方法:电脑要先安装SmartbiExcelAddin8.5.6.exe后一开始excel看得到smartbi按钮,好久没使用时excel竟然看不到smartbi。可以子啊excel的开发工具菜单下设置,详情可参考:http://www.yayihouse.com/yayishuwu/chapter/3080...

#linux#sqlserver#microsoft
java中mongodb添加查询条件,很简单

java中mongodb添加查询条件,很简单解决方法:查询taskTime>=123456 和action不等于1的数据,查询条件如下所示:使用Filters来过滤:http://www.yayihouse.com/yayishuwu/chapter/2100try (MongoCursor<Document> cursor = collection.fin...

    共 62 条
  • 1
  • 2
  • 3
  • 7
  • 请选择