iT邦幫忙

技術文章

RSS

Day [4] — this:指定物件 — JS之浸豬籠系列

Day [4] — this:指定物件 — JS之浸豬籠系列 我們在前面幾章知道 this 會依據呼叫方式印出不同結果,那如果我們希望可以存取 this 的某個...

我...也想成為火箭隊(6) - 紀錄自己的學習 (W3C jQuery、MDN物件、非同步)

2021/06 jQuery來講我沒有學的很多,大概做了一個Jennifer Dewalt第五天的作品(詳見本系列第3集),以偉人名言做設計。 這階段主要知道怎...

leetcode with python:225. Implement Stack using Queues

題目: Implement a last-in-first-out (LIFO) stack using only two queues. The imple...

leetcode with python:219. Contains Duplicate II

題目: Given an integer array nums and an integer k, return true if there are two...

leetcode with python:217. Contains Duplicate

題目: Given an integer array nums, return true if any value appears at least twic...

Docker - Dive Into Docker!

本章會介紹什麼是 Docker 與為什麼需要使用 Docker,現在的專案中大多都會使用非常多額外的套件,而不同專案不同套件在不同的機器上常常會因為沒有安裝某些...

leetcode with python:206. Reverse Linked List

題目: Given the head of a singly linked list, reverse the list, and return the re...

我...也想成為火箭隊(5) - 紀錄自己的學習 (MDN HTML、CSS章節)

一開始怎麼學 先在六角學院的使用 HTML、CSS 開發一個網站試聽課程,大概學個基本產生興趣。(有部分產生興趣的原因,是比起以前學的AI、PS,網頁更有互動的...

leetcode with python:205. Isomorphic Strings

題目: Given two strings s and t, determine if they are isomorphic. Two strings...

leetcode with python:203. Remove Linked List Elements

題目: Given the head of a linked list and an integer val, remove all the nodes of...

Virtual birthday cards

![https://sendwishonline.s3.us-east-2.amazonaws.com/group-cards/2022/Jan/happy-b...

template 與 views 溝通 (前端與後端溝通),最終優化版

總共三步:在urls中加入一個path,在views中加入一個function,在template的html中進行post or get;首先我們來看第一步:在...

GWS 強制開啟兩階段驗證後,用戶端無法登入如何解除

自 2022/6/1 開始GWS強制用戶端使用兩階段驗證當然網域管理者可以延緩開啟的動作,但是建議是一定要開啟強制開啟兩步驟驗證的設定機構 Admin 管理中心...

我...也想成為火箭隊(4) - Jennifer Dewalt 接續心法

介紹 今天來介紹一位我十分景仰的人物,Jennifer Dewalt,是名創作藝術家,在接觸到網頁程式後開始決定執行一項任務,即是180天中每天做一個網頁小作品...

leetcode with python:202. Happy Number

題目: Write an algorithm to determine if a number n is happy. A happy number is...

leetcode with MySQL:197. Rising Temperature

題目: Table: Weather +---------------+---------+| Column Name | Type |+---...

leetcode with MySQL:196. Delete Duplicate Emails

題目: Table: Person +-------------+---------+| Column Name | Type |+--------...

Remote Development - Pycharm下最全面的遠端開發方式

有了Remote Development後就不需要projector或是remote docker等work around了 補充

[備忘] Hyper-V開機碟故障重建過程

排錯依據hpe官網上步驟紀錄每一個硬碟原本所使用的硬碟槽位編號記錄每一個網線插孔的用途移除所有外設(網線, 硬碟與其他非必要周邊等)換替品RAM(可順利通過PO...

我...也想成為火箭隊(3) - 心法

前言 Q:火箭隊有什麼核心思想? 在火箭隊的宗旨中,熱愛分享是非常重要的。在這裡您永遠會遇到需要您技術的人,藉由相互分享,讓彼此都獲得新知。才能讓 1+1 =...

leetcode with Bash:195. Tenth Line

題目: Given a text file file.txt, print just the 10th line of the file. 給定一個txt檔...

leetcode with Bash:193. Valid Phone Numbers

又一種綁特定語言的題目,幸好我之前筆電裝linux系統時有自己學過一下 題目: Given a text file file.txt that contain...

leetcode with python:191. Number of 1 Bits

題目: Write a function that takes an unsigned integer and returns the number of '...

軟體職涯談:該去外商媽?東西兩方職場文化的差異分享

Youtube 完整影片連結:https://bit.ly/3ndEWqP iT邦幫忙 的大家好,此次想跟大家分享在我三個工作經驗中:台商、在台外商、美國...

我...也想成為火箭隊(2) - 常用筆記軟體

試著做筆記 新手隨手的做做筆記(紙本的也可以),不僅是拿來當作學習時的過程,更重要的是起到複習的效果。尤其是進到CSS Flex語法時,語法數量會開始增多,多把...

React-Hash 轉換 BrowserRouter部屬問題

剛開始在開發公司網站時 由於公司起初沒有後端 於是只能build出來讓老闆追蹤進度 所以選擇了HashRouter 但HashRouter顧名思義 會在/前方出...

leetcode with python:190. Reverse Bits

題目: Reverse bits of a given 32 bits unsigned integer. 給定32位的unsigned integer,回...

LeetCode 145. Binary Tree Postorder Traversal (With Java)

附上題目連結 題目:給定一棵樹,求出透過postorder traversal的值 postorder探討:首先我們要先拜訪左邊的節點,之後拜訪右邊的節點,最後...

leetcode with MySQL:183. Customers Who Never Order

題目: Table: Customers +-------------+---------+| Column Name | Type |+-----...

leetcode with MySQL:182. Duplicate Emails

題目: Table: Person +-------------+---------+| Column Name | Type |+--------...