找到约 642 条结果
  • JZ-047-求 1+2+3+...+n
    求1+2+3+...+n,要求不能使用乘除法、for、while、if、else、switch、case等关键字及条件判断语句(A?B:C)。题目链接: 求 1+2+3+...+n
    2022-01-05
  • JZ-014-链表中倒数第 K 个结点
    链表中倒数第 K 个结点题目描述输入一个链表,输出该链表中倒数第k个结点。题目链接: 链表中倒数第 K 个结点代码 {代码...} 【每日寄语】 你的好运气藏在你的实力里,也藏在你不为人知的努力里,你越努力就越幸运。
    2021-12-03
  • restful url设计规范参考
    脊柱命名法 示例https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/#commits-are-not-linked-to-any-user https://stackoverflow.com/questions/5262224/how-are-reddit-and-hacker-news-ranking-algorithms-used https://api.github.com/
    2022-03-02
  • 如何使用 NFTScan NFT API 在 Mantle 网络上开发 Web3 应用
    Mantle Network 是建立在以太坊区块链之上的第 2 层扩展解决方案,采用了 Optimistic Rollups 技术,由 BitDAO 孵化,以提供比以太坊更快速和更经济的交易体验。由于 Mantle 基础链构建在 OP Stack 之上并与 EVM 兼容,因此以太坊网络的相关开发人员工具和 API 可以轻松地从原有链迁移,降低相关开发成本。
    2024-02-21
  • 《花100块做个摸鱼小网站! 》第四篇—前端应用搭建和完成第一个热搜组件
    在本系列文章的早期章节中,我们已经成功地购买了服务器并配置了MySQL、Redis等核心中间件。紧接着,我们不仅建立了后端服务,还开发了我们的首个爬虫程序。后面我们还把爬取到的数据进行了保存,生成了一整套MVC的后端代码,并且提供了一个接口出来。
    2024-09-06
  • 前端路由工作原理与使用
    单页应用和多页应用单页面应用:所有功能在一个页面上实现一个.html 文件前端路由组件化开发网易云音乐 小米移动端 多页应用:与单页应用相对应的,不同的功能通过不同的页面来实现单页面 - 多页面对比路由vue 路由官网路由理解的概念路由:就是一一对应关系的集合。前端路由(单页应用程序): 一个 url 地址,对应哪个...
    2022-05-19
  • 让Birt报表脚本数据源变得既简单又强大
    总所周知,有些数据库没有强大的分析函数(eg. Mysql), 有些数据库没有存储过程(eg. Vertica),当遇到复杂的数据计算,往往只能通过 Python,R 等外部脚本来实现,但这些脚本语言和主流工程语言(Java)集成性不好,如果直接用工程语言实现类似 SQL 函数和存储过程的功能,经常只是针对某个计算需求编写冗长的代码,代...
    2018-11-13
  • 怎样使用 NFTScan Solana API 快速创建 NFT 应用程序?
    之前,Solana 凭借其超高的性能和低廉的费用,已然成为 NFT 项目最青睐的公链之一,众多知名 NFT 项目如 DeGods、Okay Bears、Degenerate Ape Academy 等都选择在 Solana 上发行。意味着 Solana 链上每天都会产生海量的 NFT 交易数据,仅交易记录就超过了数百万条。
    2023-09-25
  • [LeetCode] 305. Number of Islands II
    A 2d grid map of m rows and n columns is initially filled with water. We may perform an addLand operation which turns the water at position (row, col) into a land. Given a list of positions to operate, count the number of islands after each addLand operation. An island is surrounded by water and ...
    2018-10-03
  • The Smart Field Service Prototype powered by SAP FSM and Wechat
    In this blog I will introduce a prototype regarding a Smart Field Service prototype recently developed by our team. The aim of this prototype development is to give our local partners a demonstration about how SAP FSM is flexible enough to integrate with popular mobile application framework to ac...
    2020-01-25
  • COMP222 Second CA Assignment
    COMP222 - 2020 - Second CA AssignmentIndividual courseworkGame AIAssessment InformationAssignment Number 2 (of 2)Weighting 10%Assignment Circulated 18 April 2020Deadline Friday May 14, 17:00Submission Mode Electronic - CanvasLearning outcome assessed 2. An appreciation of the fundamental con￾cept...
    2022-03-16
  • JZ-064-滑动窗口的最大值
    给定一个数组和滑动窗口的大小,找出所有滑动窗口里数值的最大值。例如,如果输入数组{2,3,4,2,6,2,5,1}及滑动窗口的大小3,那么一共存在6个滑动窗口,他们的最大值分别为{4,4,6,6,6,5}; 针对数组{2,3,4,2,6,2,5,1}的滑动窗口有以下6个: {[2,3,4],2,6,2,5,1}, {2,[3,4,2],6,2,5,1},{2,3,[4,2,6],2,5,1}, {2,3,4,[2,...
    2022-02-18
  • MongoDB 性能优化五个简单步骤
    MongoDB 一直是最流行的 NoSQL,而根据 DB-Engines Ranking 最新的排行,时下 MongoDB 已经击败 PostgreSQL 跃居数据库总排行的第四位,仅次于 Oracle、MySQL 和 Microsoft SQL Server,此文中总结了如何对 MongoDB 进行性能调优,本文系 OneAPM 工程师编译整理。
    2015-10-10
  • PAT (A) 1012 The Best Rank
    To evaluate the performance of our first year CS majored students, we consider their grades of three courses only:C- C Programming Language,M- Mathematics (Calculus or Linear Algrbra), andE- English. At the mean time, we encourage students by emphasizing on their best ranks -- that is, among the ...
    2020-01-31
  • MATH 60603A统计
    Credit risk game Individual assignment. Upload your decision(s) before 8:30AM (EDT) on October 15th, 2021. You are required to provide your R code (upload it on ZoneCours). This round of business simulation is worth 10% of your final grade.
    2022-06-19
  • ACM杰出科学家王晓峰教授招收25/26 Fall PhD、科研实习生
    美国印第安纳大学王晓峰教授,是计算机安全领域最知名学者之一,同时也是 IEEE Fellow、ACM Fellow 及 AAAS Fellow 获得者,担任 ACM SIGSAC 主席。个人在计算机安全 CS ranking 方向排名世界第一,在安全四大顶级会议上的论文发表数量同样居于世界首位。
    2024-12-14
  • 我背着CSDN偷偷记录了大半年我博客数据
    作为一个数据控+一个有追求的技术博主,总是希望自己能知道自己博客历史每日粉丝数量、阅读量、积分、评论……的数据,然而官方博客管理后台给展示的数据太少了,只有每日访问量、评论数、粉丝数、收藏数这几个数据,而且目前最多只能看最近一个月的数据。如果想看更久的数据、想看自己积分的变化、想看总排名 周排名的变...
    2020-09-06