找到约 10000 条结果
  • CleverTap website 埋点
    按照官方文档一步步操作官方文档:[链接]如遇push的时候js返回response为空的时候需要加上region变量,参考如下文档[链接]
    2019-05-31
  • 制作树莓派Raspberry PI镜像文件
    Ref the website Raspberry PI softwareThis website includes some tools of images burning, various raspberry images. The tool is supported on mulit-platform, such as MAC-OS, Windows and Linux, and it is so easy to use to burn your images downloaded.
    2022-02-19
  • key performance indicators
    OverviewIn this challenge, you will apply your knowledge of key performance indicators (KPIs) and dashboards to create a plan that tracks the performance of web properties for minority- and women-owned businesses.As a product manager, you will often need to measure product performance in the mark...
    2021-11-24
  • 设计模式之享元模式
    享元模式(Flyweight Pattern)主要用于减少创建对象的数量,以减少内存占用和提高性能。它提供了减少对象数量从而改善应用所需的对象结构的方式。
    2020-08-13
  • INX246 HTML CSS PHP
    Group Project 2/2024INX246 ADVANCED COMPUTER PROGRAMMING FOR MODERN MANAGEMENTProject Overview Group project: 3 - 4 members per group Develop a website with database and a group report Project submission and presentation (on-site):– Submit project and report in mango before giving a presentati...
    2025-02-25
  • linux入门系列18--Web服务之Apache服务2
    如果早期你部署过网站,相信一定知道虚拟机主机、VPS等概念,尤其是2000年前后建站非常流行,甚至诞生了很多成功的草根站长,其中有一部分网站到现在仍然做的非常成功。
    2020-03-25
  • Docusaurus2 快速建站,发布 GitHub Pages
    Docusaurus2 可快速搭建文档、博客、官网等网站,并发布到 GitHub Pages, Serverless 等。我们只需 Markdown 写写内容就行,也可直接编写 React 组件嵌入。而 SEO、搜索、版本等都友好支持了。另外重要的一点是此项目是 Facebook 开源维护的,他们自己也在用,所以质量、长久性能有所保证。代码: [链接]演示: [链接] 👀...
    2021-01-14
  • 用 Serverless 快速搭建个人相册网站
    日常生活中我们经常会拍摄一些视频、照片等,这些文件会占用比较多的存储空间。本文将介绍一种方法:利用 ThumbsUp 工具,结合 Serverless Framework 的 component 快速搭建个人相册网站,为存储空间减压。
    2020-01-09
  • COSC2413/3052 网站开发讲解
    任务分为四个部分:PA(及格)、CR(学分)、DI(优异)和HD(高分)。DI和HD部分的任务需要自我研究,你不会在课程材料中得到直接的答案。虽然我们很乐意协助您完成这些任务,但大部分工作和研究必须由您完成。这样做是为了让您为未来的工作和IT行业的严峻形势做好准备。此外,为了实现DI和HD,您必须向课程的讲师展示...
    2023-11-27
  • 使用 Serverless Devs 插件快速部署前端应用
    我们在 [上文 [Aliyun] [FC] 如何使用 @serverless-devs/s 部署静态网站到函数计算]([链接]) 中,详细的介绍了如何通过 @serverless-devs/s 将已经开发好了的静态网站部署到阿里云函数计算(FC)上, 但是近期函数计算和 @serverless-devs/s 都更新了一系列的功能, 目前部署静态网站的步骤可以更为简洁了!
    2022-04-25
  • 使用 Serverless Devs 插件快速部署前端应用
    我们在上文 [Aliyun] [FC] 如何使用 @serverless-devs/s 部署静态网站到函数计算 中,详细的介绍了如何通过 @serverless-devs/s 将已经开发好了的静态网站部署到阿里云函数计算(FC)上, 但是近期函数计算和 @serverless-devs/s 都更新了一系列的功能, 目前部署静态网站的步骤可以更为简洁了!
    2022-04-13
  • Search for a Range
    Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found in the array, return [-1, -1]. For example,Given [5, 7, 7, 8, 8, 10] and target value 8,return [3, 4].
    2016-01-11
  • Angular TypeScript Bootstrap
    Assignment 3: Angular, TypeScript, Bootstrap, Responsive Design, JavaScript in Server Side, Node.js, Express, AJAX, JSON, and Artsy API1 Objectives
    2025-04-09
  • COMP1021 Web Technologies
    uni logoSchool of Computing: Assessment briefModule titleIntroduction to Web TechnologiesModule codeCOMP1021Assignment titleCoursework 2Assignment type and descriptionThis coursework is an extension to Coursework 1 and students will be using advanced web technologies such as Advanced HTML, JavaSc...
    2024-05-08
  • 观察者模式
    抽象主题(Subject)角色:也叫抽象目标类,它提供了一个用于保存观察者对象的聚集类和增加、删除观察者对象的方法,以及通知所有观察者的抽象方法。
    2022-06-18
  • COMP1710/6780 Website
    COMP1710/6780 Website Assignment - Semester 1 2024 Summary of submission release deadlines: Assignment: Make your own website!The purpose of the overall assignment is to demonstrate what you have learned in this course. You will do this by creating a coherently themed web site using the design id...
    2024-05-17
  • ServerlessComponent:全局变量组件和单独部署方法
    说句发自肺腑的话,Serverless Framework的Components真的好用,原先使用SCFCLI和VSCode部署SCF函数的时候很方便,但是他也只能部署云函数,我如果有静态资源,如果想配置CDN,如果想绑定域名,如果......可能都离不开控制台,但是Serverless Framework的Components真的是可以让我暂时告别控制台了。对这样的一个工具,...
    2020-03-01