找到约 707 条结果
  • 让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
  • 棋牌斗地主游戏排行榜功能快速开发教程
    这款《斗地主》游戏分为客户端和服务端两个部分,client 是使用 Egret 实现的,server 是使用 matchvs gameServer nodejs版实现。项目目录结构如下:
    2018-11-27
    2
  • NFTScan 正式上线 Fantom 网络 NFTScan 浏览器和 NFT API 数据服务
    2023 年 2 月 6 号,NFTScan 团队正式对外发布了 fantom.nftscan.com 浏览器,为 Fantom 生态的 NFT 开发者和用户提供简洁高效的 NFT 数据搜索查询服务。NFTScan 是一个专业的多链 NFT 数据基础设施服务商,Fantom 是继 Ethereum、BNBChain、Polygon、Arbitrum、Optimism、Solana、Avalanche、Moonbeam、PlatON、Cronos ...
    2023-02-07
  • ABAP 编程语言里的 Reference Semantic - 引用语义
    ABAP 编程语言里,对 ABAP 类实例(类对象)或匿名数据对象的多个引用,使用引用语义(Reference Semantic)解析。 这意味着:
    2023-01-16
  • 手把手教你使用python抓取并存储网页数据!
    爬虫是Python的一个重要的应用,使用Python爬虫我们可以轻松的从互联网中抓取我们想要的数据,本文将基于爬取B站视频热搜榜单数据并存储为例,详细介绍Python爬虫的基本流程。如果你还在入门爬虫阶段或者不清楚爬虫的具体工作流程,那么应该仔细阅读本文!
    2020-10-13
  • 用 Python 将 Excel 表格转成可视化图形?
    大家知道,考研很大一部分也是考信息收集能力。每年往往有很多人就是在这上面栽跟头了,不能正确分析各大院校往年的录取信息,进而没能选择合适的报考院校。
    2020-06-17
  • 在Python中实现机器学习功能的4种方法
    来源 | 愿码(ChainDesk.CN)内容编辑 愿码Slogan | 连接每个程序员的故事 网站 | [链接] 愿码愿景 | 打造全学科IT系统免费课程,助力小白用户、初级工程师0成本免费系统学习、低成本进阶,帮助BAT一线资深工程师成长并利用自身优势创造睡后收入。 官方公众号 | 愿码 | 愿码服务号 | 区块链部落 免费加入愿码全思维工程师...
    2019-04-12