<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>其他 :: 红山开源知识库</title>
    <link>http://localhost:1313/11-%E5%85%B6%E4%BB%96/index.html</link>
    <description>首屏 点击了解红山在线弹窗播放红山视频； “立即开始体验”仅存在于未登录的状态下，若用户已登录，此按钮隐藏。右侧按钮移至左对齐； “查看开源项目”按钮文案跟随右侧图片同步切换:右侧图切换至创客图时，按钮文案为“探索创客空间’右侧图切换至开放竞赛图时，按钮文案为”参与开放竞赛； 点击 “立即开始体验”跳转到登录页面； 社区动态 第一个模块 数据来源：后台管理&gt;首页配置&gt;创客/竞赛配置； 接口：/api/topics.json?topic_type=ck_js_forum&#xA;这里取接口返回的最新1条数据（order_index最大），仅展示1条数据。根据接口返回的类型type再调用不同的接口获取详细信息； type=Topic::CkForum， 获取创客信息； type=Topic::JsForum，获取竞赛信息； 第二个模块 数据来源：后台管理&gt;首页配置&gt;技术探讨配置； 接口：/api/topics.json?topic_type=technical_discussion</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <atom:link href="http://localhost:1313/11-%E5%85%B6%E4%BB%96/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>数据库junkenewweb</title>
      <link>http://localhost:1313/11-%E5%85%B6%E4%BB%96/01-%E6%95%B0%E6%8D%AE%E5%BA%93junkenewweb/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/11-%E5%85%B6%E4%BB%96/01-%E6%95%B0%E6%8D%AE%E5%BA%93junkenewweb/index.html</guid>
      <description>users 用户表 字段 说明 authentication authentication=1表示通过个人实名认证，authentication=0表示未实名认证 enterprise_certification enterprise_certification=1表示通过企业实名认证，enterprise_certification=0表示未实名认证 authentication authentication:个人实名认证 professional_certification, 职业认证 type type=User表示用户，type=Organization表示组织；type=AnonymousUser表示匿名用户 user_extensions 用户扩展信息表 entities 用户主体信息表 字段 说明 type type=2表示个人 type=1表示企业 enterprises 企业实名信息表 字段 说明 type_cd type_cd=1表示内部企业；type_cd=0表示外部企业； entity_id entity_id=entities.id personalities 个人实名信息表 edu_settings 全局变量表，对应列表&gt;管理&gt;网站配置&gt;系统配置&gt;全局变量配置 achievements 成果表 字段 说明 source source=1开源项目; source=2创客; source=3 竞赛; source=4校企; competition_resource_library 字段 说明 project_resource_library 字段 说明 task_resource_library 字段 说明 school_enterprise_achievements 新增的校企成果存储再这里，如果要到achievements 成果表，需要进行审核. 字段 说明 id 成果唯一标识 achievementName 成果名称 field1 成果领域1 field2 成果领域2 field3 成果领域3 achievementType 成果类型 source 成果来源 sourceId 成果来源ID sourceLink 成果来源跳转链接 tags 成果标签 summary 成果摘要 publishingUnit 发布单位 address 成果地址 isFeatured 是否精选成果 contactPerson 联系人 contactNumber 联系电话 ownerId 成果所属人ID ownerName 成果所属人名称 status 成果状态: ;status=1表示审核通过，status=3表示审核不通过； details 成果详情 reviewer 成果审核人 reviewDate 成果审核时间 reviewComments 成果审核意见 images 成果图片 attachments 成果附件 achievement_team 校企成果成员表 clickers competition_resource_library 竞赛成果扩展表 version_releases 发行版表 select from version_releases; project_resource_library 项目资源库扩展表, 用来存储项目资源库的扩展字段 expert_resource_library 专家资源库 tasks 创客任务 select * from tasks where id =; update tasks set publish_date =&#39;2025-06-16 16:48:30&#39; where id =; task_expert 字段 说明 status -1待评审 1已评审 2已结算 3草稿 task_scoring_rule 专家评审， 评审规则表 字段 说明 container_id container_id= tasks .id review_start_on 评审开始时间 review_end_on 评审结束时间 task_scoring_criteria 专家评审，评分项表 字段 说明 task_scoring_rule_id task_scoring_rule_id= task_scoring_rule.id expert_scoring_details 专家评审，专家评分明细表 字段 说明 ops_parent_id ops_parent_id=tasks.id ops_id ops_id=paper.id projects_gathering 项目托管申请 tasks_gathering 创客任务申请 competition_gathering 开放竞赛申请 achievement_transform_gathering 成果转换申请 task_journals 创客任务评论表 papers 成果表 字段 说明 parent_id parent_id=0表示成果；parent_id！=0表示评论 paper_detail 成果详情表 competitions 竞赛表(老版竞赛) competition_info 竞赛表(新版竞赛) 字段 说明 status 0 未上架 1上架 competition_teams 竞赛报名信息表 字段 说明 works_remark 表示提交作品的描述信息 attachments 附件表 字段 说明 container_type ‘CompetitionTeam’表示竞赛战队提交的作品附件 competition_users 定制竞赛报名信息表 字段 说明 Start_at 报名开始时间 enroll_date 报名截止时间 start_upload_date 提案开始时间 upload_date 提案截止时间 status 待审核1 已通过2，已通过且上传作品3， 已驳回0 projects 项目表 字段 说明 project_type project_type=0普通项目；project_type=1是镜像项目；project_type=2是同步镜像项目 platform_statistics 平台数据统计 字段 说明 users_count users_count表示用户数量 competition_tzb_users 挑战杯竞赛表 memos 帖子表 字段 说明 is_original 1表示原创，0表示非原创 forum_sections 板块表 字段 说明 ancestry 写入板块的父级板块id praise_treads 点赞 task_application 需求申请任务表 task_decomposition 需求拆解-专家拆解任务表 select * from task_decomposition order by created_on desc; task_decomposition_submission 需求拆解-专家拆解明细表 select * from task_decomposition_submission; osredm_message_templates 站内信模板 字段 说明 id type_description sys_notice notification_url created_on updated_on</description>
    </item>
    <item>
      <title>数据库osredm-microservices</title>
      <link>http://localhost:1313/11-%E5%85%B6%E4%BB%96/02-%E6%95%B0%E6%8D%AE%E5%BA%93osredm-microservices/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/11-%E5%85%B6%E4%BB%96/02-%E6%95%B0%E6%8D%AE%E5%BA%93osredm-microservices/index.html</guid>
      <description></description>
    </item>
    <item>
      <title>SQL记录</title>
      <link>http://localhost:1313/11-%E5%85%B6%E4%BB%96/03-sql%E8%AE%B0%E5%BD%95/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/11-%E5%85%B6%E4%BB%96/03-sql%E8%AE%B0%E5%BD%95/index.html</guid>
      <description>相关SQL 修改成果提交阶段的时间 select id, collecting_days, published_at from tasks where id=753; update tasks set published_at =&#39;2023-11-07 09:07:01&#39; where id=753; update tasks set published_at =&#39;2023-11-03 09:08:01&#39; where id=753; 成果评选中 select id, name, collecting_complete_at, choosing_days from tasks where id=410; update tasks set collecting_complete_at=&#39;2021-09-29 16:41:01&#39; where id=436; 结果公示中 select task_id, process_instance_id from task_result_proof where task_id=430; select PROCESS_INSTANCE_ID_, DUEDATE_ from ACT_RU_TIMER_JOB where PROCESS_INSTANCE_ID_ = &#39;23015233-200f-11ec-9423-0242ac110003&#39;; update ACT_RU_TIMER_JOB set DUEDATE_ =&#39;2021-11-21 13:40:01.000&#39; where PROCESS_INSTANCE_ID_ = &#39;46dxxxxxxx&#39;; update ACT_RU_TIMER_JOB set DUEDATE_ =&#39;2021-11-21 13:40:01&#39; where PROCESS_INSTANCE_ID_ in (select process_instance_id from task_result_proof where task_id=133); 协议签订中 select id, name, publicity_complete_at, signing_days from tasks where id=436; update tasks set publicity_complete_at = &#39;2021-09-22 11:11:01&#39; where id=436; 支付中 select id,name, signing_complete_at, paying_days from tasks where id=399; update tasks set signing_complete_at=&#39;2021-09-29 16:37:01&#39; where id=436;</description>
    </item>
    <item>
      <title>推荐功能</title>
      <link>http://localhost:1313/11-%E5%85%B6%E4%BB%96/04-%E5%90%84%E7%B1%BB%E6%8E%A8%E8%8D%90/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/11-%E5%85%B6%E4%BB%96/04-%E5%90%84%E7%B1%BB%E6%8E%A8%E8%8D%90/index.html</guid>
      <description>PR人才推荐 1、先查找已关闭的PR 2、技术匹配度：用户是本项目的成员 3、能力匹配度：PR的文件名称、标题以及描述与当前PR匹配 4、兴趣匹配度：已关闭PR的数量&#xA;Issue人才推荐 1、先查找已关闭的、已解决的Issue 2、技术匹配度：用户是本项目的贡献者 3、能力匹配度：Issue的标题以及描述与当前Issue匹配 4、兴趣匹配度：已关闭PR的数量&#xA;创客任务评审专家推荐 1、先查找创客任务状态未结束，并且已加入评审的数据 2、技术匹配度：系统中专家领域 与 任务是一样的领域 50% 3、根据1中任务标题和任务描述 与已完成的任务标题与任务描述比较，匹配结果分数，取前3 ，前3个创客任务中对应的专家 分数*50%&#xA;开源竞赛评审专家推荐 1、先查找开放竞赛状态未结束， 2、技术匹配度：系统中专家领域 与 竞赛是一样的领域 ； 50% 3、根据1中竞赛标题和竞赛描述 与已完成的竞赛标题与竞赛描述比较，匹配结果分数，取前3 ，前3个竞赛中对应的专家；*50%</description>
    </item>
  </channel>
</rss>