CMoney软体工程师战斗营_期末专题製作_Week 17

是时候来清这里灰尘了 这两週实在是过得水深火热 接下来我会补齐这两週事件 17週多半是在刻画面,后期开始接api 18週就是大量的接api,跟补上还没做的功能
App Inventor 学习笔记 1 : 显示 List 裏的资料

AI2的List很像阵列, 这个App记录读取List的方式 1.使用到的元件: Layout - VerticalArrangementUser Interface - ButtonUser Interface - Label 2.使用到的事件 Screen - InitializeButton
Day1 参加职训(机器学习与资料分析工程师培训班),记录学习内容(6/30-8/20)

人工智慧与机器学习概论 第一天,早上介绍AI相关的产业,以及目前应用的领域有哪些,例如:AIot智慧物联网,也补充了一些学习上可以使用的小工具(Fas
Day 25 (Js)

1.= (1)=设值 (2)= =比较 (3)= = =型态 (4)= 箭头函式 var x = 5 if (x==5) { console.log(ok); } if (x===5) { console.log(ok~); } var b = () = { return bunny-2; }; var temp = b(); console.log(temp
Linkedin Java 检定题库 try-catch

前言 在更新Linkedkin 个人档案的时候 偶然发现他有技术检定测验 如果总成绩在前30%,会发给你技术认证徽章 如果第一次没考过则可以重考 如果第二次也没
Linkedin - Java检定题库 private 概念

前言 在更新Linkedkin 个人档案的时候 偶然发现他有技术检定测验 如果总成绩在前30%,会发给你技术认证徽章 如果第一次没考过则可以重考 如果第二次也没
CompTIA Security+ SY0-601 Certification to Enhance Your Care

Pass CompTIA Security+ SY0-601 Exam Having CompTIA Security+ SY0-601 Exam will make you prosper in the future. The main question which arises while talking about the SY0-601 exam is how to pass it. We
Day2 参加职训(机器学习与资料分析工程师培训班),记录学习内容(6/30-8/20)

人工智慧与资料分析专题 今天课程主要在说明专题的製作,研究过程分为4个阶段: 研究动机: 1.研究目的 2.研究用途 阅读相关论文:1.相关领域 2.在该领域最
[PoEAA] Data Source Architectural Pattern - Active Record

本篇同步发布于个人Blog: [PoEAA] Data Source Architectural Pattern - Active Record 1. What is Active Record According to [PoEAA], this definition is An object that wraps a row in a database tab
Day 26 (Js)

1. = =是判别左右相等为真 != 是判别左右不相等为真 2.function同名字,会执行后面的 function changeStyle() { var p = document.getElementById(pAugust); p.style.fontSize = 3rem;
资料结构与演算法[2]

继上篇,先把这些容器的基本语法学起来 跟上一篇同样的图 : Dictionary 程式码 : Dictionaryint, string dictionary = new Dictionaryint, string();dictionary.Add(2, AA);dictionary.