Daily Growing

Azure AI Fundamentals (2024/01/13 updated)

Azure

Microsoft Certified: Azure AI Fundamentals could be a great fit for you if you’d like to:

  • Prove that you have the AI skills it takes to build a better world. Earning your Azure AI Fundamentals certification can supply the foundation you need to build your career and demonstrate your knowledge of common AI and machine learning workloads—and what Azure services can solve for them.
  • Validate your foundational knowledge of machine learning and AI concepts, along with related Azure services.
Read more

UIKit notes(2024/01/14 updated)

iOS

UIKit construct and manage a graphical, event-driven user interface for your iOS, iPadOS, or tvOS app.

Read more

Microsoft Ignite-Azure Admin Challenge(2022/02/05 updated)

Azure

This challenge is for developers to help implement, manage, and monitor an organization’s Microsoft Azure environment.

Read more

Microsoft Ignite-Azure Developer Challenge(2021/12/19 updated)

Azure

This challenge is for developers interested in designing, building, testing, and maintaining cloud applications and services on Microsoft Azure.

Read more

Azure Data Factory Notes(2021/10/21 updated)

Azure

Ev2 (Express v2) provides secure, automated solutions for deploying Azure resources in public and sovereign clouds. Ev2 orchestrates resource deployment across multiple regions and scale-units. It includes health checks to catch any potential problems before they are widely deployed. By using Ev2, you can comply with safe deployment practices for Azure.

Read more

Azure Stream Analytics Notes(2021/10/13 updated)

Azure

Azure Stream Analytics is a real-time analytics and complex event-processing engine that is designed to analyze and process high volumes of fast streaming data from multiple sources simultaneously.

Read more

Prepare for Salesforce Developer I Credential (update 2021/08/21)

Salesforce Credential

Prepare for Salesforce Platform Developer I Credential

Read more

Docker Notes(2021/07/09 updated)

Docker

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files. Notes by Docker official website.

Read more

Apache Kafka Notes(2021/07/08 updated 1/9)

Kafka

Apache Kafka is an open-source distributed event streaming platform for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. Notes by Kafka official website.

Read more

Salesforce notes(2021/06/21 updated 1/26)

Salesforce

Some simplefor salesforce learning. Mainly on salesforce trailhead.

Read more

剑指offer刷题记录(20210416 更新/28)

小结

拜托offer快快来,简单记录读书笔记和专门的刷题记录

Read more

扩展阅读

English

阅读材料英文学习,主要取自www.forbes.com

Read more

LeetCode 中等题汇总(20210412 更新/73)

Medium思考题,分类/题意/思路/代码。

Read more

LeetCode 简单题汇总(20210401 更新/51)

Easy练手感题,分类/题意/思路/代码。

Read more

LeetCode 难题汇总(20200416 更新/15)

Hard学习题,分类/题意/思路/代码。

Read more

SpringBoot学习笔记

Udemy

Spring Boot is Spring’s convention-over-configuration solution for creating stand-alone, production-grade Spring-based Applications that you can “just run”. It is preconfigured with the Spring team’s “opinionated view” of the best configuration and use of the Spring platform and third-party libraries so developer can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

Read more

INFO5992 Understanding IT Innovations (w1)

Semester1

Important trends in innovation in IT are identified and their implications for innovation management explored. Major topics include: drivers of innovation; the trend to open information (“open source”) rather than protected intellectual property; and distribution of innovation over many independent but collaborating actors.
students will be able to identify and analyse an emerging technology and write a detailed evaluation of the impact of this technology on existing business practices.

Read more

Spring实战笔记(2019.08.07 Chapter4)

Spring实战(第4版):Spring 是一种轻量级的、开源的 Java EE应用软件框架,主要优势之一就是其分层架构。

Read more

BBC-6MinuteEnglish(last update 2019.07.02)

English

选自BBC 6 Minute English 重点描红,用于口语。

Read more

《硬派健身》笔记

Lifted

健身书笔记,主要记录健身正确概念,提供部分无氧运动的完整训练计划,包括小肌群的局部训练,以及健身时的饮食注意等事项。

Read more

Algorithms-Part1(last update:2019.06.28)

Coursera

Notes from https://www.coursera.org/learn/algorithms-part1/

Read more

Floyd Cycle Detection Algorithm

女娲补天

Floyd判圈算法(Floyd Cycle Detection Algorithm),又称龟兔赛跑算法(Tortoise and Hare Algorithm),是一个可以在有限状态机、迭代函数或者链表上判断是否存在环,求出该环的起点与长度的算法。

Read more

《数据结构》6-10章

《数据结构(C语言版)》严蔚敏编著,第6-10章重点详略

Read more

从 LeetCode#55 入门动态规划

女娲补天

参考资料:Jump Game Solution

Read more

Boyer-Moore Voting Algorithm 摩尔投票算法

女娲补天

波义尔摩尔投票算法是一种使用线性时间复杂度和常数空间复杂度来找到数组的主要元素(出现超过一半次数的元素)。

Read more

动态规划看背包问题[1]

小结

背包问题又分为0-1背包,完全背包,多维背包,多重背包。是经典的动态规划问题

Read more

Spring 实战(第4版)笔记及补充[1-2]

Spring 是一种轻量级的、开源的 Java EE 应用软件框架,主要优势之一就是其分层架构。

Read more

POI:特定数据导出为含格式的 Excel

配合其他方法使用,需求是将云平台中存储的特定格式表导出为Excel,其中特定表已处理为List<Map<Object,Object>>的数据,Map中 key 为列名,value 为其对应的列值。

Read more

基本英文语法(一)

English

《顾家北手把手教你》1-4部分

Read more

通过 Java 将 Excel 中信息转存入 Navicat

通过引入poi,解析 workbook 视图,获取 Excel 工作簿中信息;再通过简单的正则表达式等字符串处理 将其中信息存入 Navicat 中的表。

Read more

JSON 简单笔记

最近在学着用 postman 测试和写接口

Read more

“SQL语句分块解析”程序方法报告

实现了从数据库中读取特定表的存放SQL语句特定字段,分解SQL语句,提取出所需信息形成字段,并与“元数据表信息”表、“元数据表字段信息”表进行关联,形成新的“表信息映射”表。新表的字段分别为“表ID”、“表中文名”、“表英文名”、“字段ID”、“字段中文名”、“字段英文名”、“字段来源”、“字段处理过程”。

Read more

通过接口读取生成存储 ODPS 上信息

该 Maven 程序使用阿里官方提供的 Java API,读取存储在 ODPS 上的数据表,通过字符串处理,自动生成它们的数据字典,并将数据字典存储到本地的 MySQL 数据库中。

Read more

KMP 字符串模式匹配算法小解

小结

Knuth-Morris-Pratt字符串查找算法(简称为KMP算法)可在一个主文本字符串 S 内查找一个词 W 的出现位置。

Read more

大数据计算服务 MaxCompute(原名ODPS)

是一种快速、完全托管的TB/PB级数据仓库解决方案。MaxCompute 提供了多种经典的分布式计算模型,能够更快速地解决海量数据计算问题。

Read more

数据库简单笔记

整理自《数据库系统基础教程》

Read more

Leetcode 1. Two Sum(HashMap)

Given int[] and a target number, return the sequence of the two numbers that can be added to get the target number.

Read more

Algorithms Part II

Notes from https://www.coursera.org/learn/algorithms-part2/home/week/1

Read more

《数据结构》1-5章

《数据结构(C语言版)》严蔚敏编著,第1-5章重点详略

Read more

云计算

整理自《云计算(第三版)》刘鹏主编。

Read more

Java EE 笔记

学习笔记,未完待续。

Read more

Leetcode 771. Jewels and Stones

两组字符串J和S,返回S字符串中有多少J字符串中的字母。

Read more

Animal Farm 摘录

English

They did not know when the Rebellion predicted by Major would take place, they had no reason for thinking that it would be within their own lifetime, but they saw clearly that it was their duty to prepare for it.

Read more

Git 笔记

Git是分布式版本控制系统,没有“中央服务器”,每个人的电脑上都是一个完整的版本库。通常有一台充当“中央服务器”的电脑,但这个服务器的作用仅仅是用来方便“交换”大家的修改。

Read more

计算机网络

快速回顾 不断更新

Read more

最小生成树小结

小结

Prim和Kruskal 思路 模版

Read more

Linux 基础教程(第二版)整理

第一章第四章就是计算机操作系统中的内容,在此简略记录,详情翻阅《计算机操作系统》。本书重点其实是shell程序编写,以后有空了补上

Read more