iT邦幫忙

技術文章

RSS

ISO 27001 資訊安全管理系統 【解析】(二十九)

五、 風險接受將風險處置計畫和殘餘風險的評估提交給組織的管理者以進行接受風險的決策,組織需正式記錄風險接受決策的發布和相關的決策責任,對於未能滿足正常風險接受準...

雷電Maild webmail漏洞

詳情見:http://www.raidenhttpd.com/jlbb/viewtopic.php?t=20096 Raiden Maild Release N...

我...也想成為火箭隊(10) - 談學的好困難

前言 來到第十天了,離目標距離七天我的腦袋也快山窮水盡了呢。 基本上學習紀錄已經敘述的差不多了,想看的板友可以從第5~9篇觀看,而2~4篇則是有筆記及心法。中間...

leetcode with python:258. Add Digits

題目: Given an integer num, repeatedly add all its digits until the result has on...

自定超頻上限,找到自己的超頻效能與電量之間的平衡點

當 CPU 啓動 Turbo 超頻的時後,它需要消耗更多能量來維持高頻率。我選擇降低 Turbo 頻率上限,追求在超頻效能與電量之間的平衡點。 在 Ubuntu...

GitHub Copilot 撰寫程式碼服務引起的版權爭議

GitHub 的 Copilot 付費服務雖然有趣,但是他是向被代管的 Free and Open Source (FOSS) 程式碼學習,也引出 Copilo...

leetcode with python:257. Binary Tree Paths

題目: Given the root of a binary tree, return all root-to-leaf paths in any order...

leetcode with python:6. Zigzag Conversion

題目: The string "PAYPALISHIRING" is written in a zigzag pattern on a g...

Docker - Manipulation Containers with the Docker Client

上一章介紹完什麼是 docker 與為什麼需要使用 docker 後,本章將介紹 docker 常用的 CLI 指令。 Docker Run 使用 docke...

我...也想成為火箭隊(9) - 紀錄自己的學習 (公益程式體驗營、履歷)

2022/05 公益程式體驗營真的是我的救星,狠狠的把我以前學習的HTML、CSS壓在地上摩擦,整體學習下來不僅是單純複習而已,更是讓切版技術有層次的上升。 剛...

leetcode with python:5. Longest Palindromic Substring

題目: Given a string s, return the longest palindromic substring in s. 給定一個字串,找出...

leetcode with python:242. Valid Anagram

題目: Given two strings s and t, return true if t is an anagram of s, and false o...

leetcode with python:237. Delete Node in a Linked List

題目: Write a function to delete a node in a singly-linked list. You will not be...

WordPress 的5個架站優勢,如何快速架設 WordPress 網站與優化網站速度?

WordPress 架站優勢 1. 擁有網站所有權 WordPress 是一套免費開源的網站製作平台,且使用者能夠擁有自己的 WordPress 網站所有權,也...

leetcode with python:235. Lowest Common Ancestor of a Binary Search Tree

題目: Given a binary search tree (BST), find the lowest common ancestor (LCA) of...

我...也想成為火箭隊(8) - 紀錄自己的學習 (JS小練習and密室逃脫課程)

2021/11 入伍前其實有構思一個自己的切版作品(退役後完成),但很不幸的是構思後且切出來不太好看。我也開始慢慢意識到由於缺乏實作練習HTML、CSS基礎不太...

leetcode with python:234. Palindrome Linked List

題目: Given the head of a singly linked list, return true if it is a palindrome....

leetcode with python:232. Implement Queue using Stacks

題目: Implement a first in first out (FIFO) queue using only two stacks. The impl...

在 Ubuntu 使用 Intel GPU 遇到垂直顯示模式下的螢幕撕裂問題

當畫面捲動而螢幕出現撕裂感的時候,載入 dri3 並加入相關參數,可以解決 Intel GPU 的顯示問題。 $sudo nano /etc/X11/xorg....

台灣主機與國外主機差異,價格不同的國內外主機如何選擇?

購買網站主機時,你是否好奇過為什麼要分這麼多個國家主機呢?美國主機價格為何較便宜? 該選擇台灣主機還是國外主機?主機空間到底要怎麼挑對網站經營才有幫助呢.......

我...也想成為火箭隊(7) - 紀錄自己的學習 (FCC復健,金魚系列 HTML、CSS)

前言 昨天有些火箭隊的學長姊有在文章下留言加油支持,看了很感動,有感受到QA的涵義。 Q:你們為什麼想創立這單位?A:我們看到許多人想進入這行,但卻不得其門而...

leetcode with python:231. Power of Two

題目: Given an integer n, return true if it is a power of two. Otherwise, return...

leetcode with python:228. Summary Ranges

題目: You are given a sorted unique integer array nums. A range [a,b] is the se...

leetcode with python:226. Invert Binary Tree

題目: Given the root of a binary tree, invert the tree, and return its root. 給定一...

【課程推薦】2022/7/16-7/17、7/23-7/24 軟體架構師技能培訓班

確定開課~歡迎報名 詳細的課程介紹→https://www.ispan.com.tw/SAU ※課程目標瞭解軟體架構師所應具備的技能與素養培養軟體架構師對系統三...

【基礎影像應用篇】DAY9.資料回測-獨立SOP模式

想知道如何增強模型辨識的準確度可以參考以下2篇文章,了解更多MusesAI 物件標記的秘訣吧! DAY4.物件標記(上) DAY5.物件標記(下)...

分層(Layering)可以更好地理解這些單元之間的關係,從而使依賴關係清晰,避免不必要的複雜性。

-安全設計原則分類模組化和分層的原則是跨系統工程學科的基礎。源自功能分解(functional decomposition)的模組化和分層通過使理解系統的結構成...

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...