CSDN知识分享:Appendix5_1_4_V1.pdf整理

版权申诉
0 下载量 122 浏览量 更新于2024-10-18 收藏 138KB ZIP 举报
资源摘要信息: "Appendix5_1_4_V1 pdf文档整理.zip" 从提供的文件信息来看,这是一份被压缩后的资源文件包,其标题为"Appendix5_1_4_V1 pdf文档整理.zip",文件描述与标题相同,标签为"#资源达人分享计划#"。该压缩包内包含了一个文件:"吃不胖.CSDN知识分享"。要详细了解这份资源的知识点,我们需要先分析文件的标题和描述。 首先,从标题和描述中我们可以知道,这是一个PDF格式的文档集合,被压缩打包在一起。"Appendix5_1_4_V1"可能是该文档的版本或编号标识,这表明可能有多个版本的文档或者这是一个系列文档的一部分。通常在专业文档中,"Appendix"(附录)后面的数字和字母代表特定的章节或部分,用于补充正文内容或提供额外数据和详细信息。然而,由于缺乏更多上下文信息,我们无法确定具体是哪方面的附录内容。 其次,"CSDN知识分享"可以被理解为文档内容涉及到的知识分享平台CSDN(China Software Developer Network)的相关知识。CSDN是中国知名的IT技术社区,主要面向软件开发者提供信息共享、技术交流、下载资源、在线教育等服务。文档名称中的"吃不胖"可能是指文档内容涉及健康饮食、健康生活方式或者是某种比喻性的主题,但这需要结合实际的文档内容来判断。 根据以上分析,可以推测该压缩包中包含的PDF文档可能涉及到以下几个方面的知识点: 1. IT技术分享:由于CSDN是一个技术社区,文档可能包含编程语言教程、软件使用指南、开发框架学习、云服务应用、数据库管理、网络安全等IT相关领域的技术分享。 2. 健康饮食与生活方式:文件名称"吃不胖"可能暗示文档内容包含健康饮食、营养搭配、运动健身等方面的建议和知识。 3. 项目文档整理:考虑到是附录形式的文档整理,内容可能包含项目管理、团队协作、项目进度报告、案例研究等,旨在补充和丰富项目的文档资料。 4. 版本控制:由于文档有版本标识,可能还涉及到软件开发中的版本控制知识,如Git版本控制、版本更新记录、功能变更说明等。 由于具体的内容无法通过标题和描述来确定,若想获取更准确的知识点,需要解压该压缩包并详细阅读其中的PDF文档。解压后"吃不胖.CSDN知识分享"文档可能会提供更明确的分类和主题信息,从而可以进一步提炼和总结出更详尽的知识点。

优化这条sql: select distinct (select product_name from t_product from where id = #{productId} and mark = 1 and status = 1) as productName, (select count(0) from t_clue a where a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId} and a.status in(1,2,3,31,32,33)) as clueCount, (select count(0) from t_clue a left join t_clue_appendix b on a.clue_code = b.clue_code where a.distribution_status != 4 and a.mark = 1 and b.file_url is not null and a.product_id = #{productId} and a.status in (3,31,32,33)) as intentionCount, (select count(0) from t_clue a where a.status in (4,5,7,8) and a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId} and a.status = 4) as incomingCount, (select count(0) from t_clue a where a.status in (5,7,8) and a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId} and a.status in (5,7,8)) as approvedCount, (select count(0) from t_clue a where a.status = 6 and a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId} and a.status = 6) as rejectionCount, (select count(0) from t_clue a where a.status in (7,8) and a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId}) as loanCount, (select count(0) from t_clue a where a.status = 8 and a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId}) as swipeCount, (select sum(a.loan_amount) from t_clue a where a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId}) as loanMoney, (select sum(a.use_amount) from t_clue a where a.distribution_status != 4 and a.mark = 1 and a.product_id = #{productId}) as swipeMoney

2023-06-06 上传