iT邦幫忙

技術文章

RSS

網址中的新頂級域名是什麼?如何註冊? 新頂級域名優缺點

新頂級域名是什麼? 新頂級域名 New gTLD (New Generic Top Level Domain) 為 2012 年起正式加入的第三種網域名稱類型,...

Windows 螢幕錄影教學:Win10 內建錄影軟體

遊戲玩家常利用遊戲錄影與其他玩家交流,想在電腦上分享遊戲教學,如何進行Windows螢幕錄影? 許多使用者可能以為需要額外下載其他軟體才能進行Windows螢幕...

MotionNet SourceCode 解讀[#2]-gen_data篇(part II)

這篇文章要繼續解讀 MotionNet 中 gen_data的第二部份。 for ann_token in corresponding_sample_rec['...

驗證不求人 — — 發佈自己的 npm 驗證套件

會寫這篇的原因除了是想紀錄自己寫驗證套件的經過(對我不記下來很快就會忘了。。),還有就是因為在工作上遇到需要寫一個前端的驗證方法,來應用在各個地方中,來減少每...

我...也想成為火箭隊(13) - 紀錄超初心者學遊戲製作(Cocos、其他資源)-2

前言 上一篇提到介紹剛學Unity的書籍,今天來補充一下其他看過的資源,但時間是一兩年前了,分類也有點雜,還請酌重參考就好。 Cocos開發 Cocos遊戲開發...

leetcode with python:326. Power of Three

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

leetcode with python:303. Range Sum Query - Immutable

題目: Given an integer array nums, handle multiple queries of the following type:...

leetcode with python:292. Nim Game

題目: You are playing the following Nim Game with your friend: Initially, there...

數位憑證是什麼?如何使用它?

數位憑證是便於在交易中驗證用戶之間身份的憑據。就像護照證明一個人作為一個國家公民的身份一樣,數位憑證的目的是在生態系統中建立用戶的身份。 因為數位憑證用於識別被...

Docker - Building Custom Images Through Docker Server

在前面的章節中我們使用了 Hello-World、 Redis 和 Busybox 這三種 image,但這都是別的工程師做好並放在 DockerHub 的 i...

我...也想成為火箭隊(12) - 紀錄超初心者學遊戲製作(Unity)

前言 上一篇提到切版直播班的專題發想,userStory構思也正在如火如荼發展,今天就先來水一篇。來介紹一些剛開始接觸程式時,學習遊戲的資源好了! 2020/某...

leetcode with python:290. Word Pattern

題目: Given a pattern and a string s, find if s follows the same pattern. Here...

leetcode with python:283. Move Zeroes

題目: Given an integer array nums, move all 0's to the end of it while maintainin...

MotionNet SourceCode 解讀[#1]-gen_data篇(part I)

首先這邊要去解讀這份MotionNet中資料前處理的gen_data.py程式碼 接下來會記錄每個區塊的函數以及變數所代表的意義 hyperparameter...

leetcode with python:278. First Bad Version

題目: You are a product manager and currently leading a team to develop a new pro...

主機代管 – IDC 是什麼? 誰適合主機代管、申請方式

主機代管是什麼? 主機代管 (Colocation) 為客戶自有主機設備,只是向主機商承租機櫃及網路頻寬等,將自己的主機放在主機商的 IDC 機房,主機商為客戶...

我...也想成為火箭隊(11) - 切版班專題發想討論

前言 嗨嗨各位,第十一天了,我好像該取個筆名才對,先用小弟代替吧。 切版班的課程前幾天正式開始了,這屆很讚的還有協助製作專題。首先要構想的就是專題主題還有use...

leetcode with python:7. Reverse Integer

題目: Given a signed 32-bit integer x, return x with its digits reversed. If reve...

leetcode with python:268. Missing Number

題目: Given an array nums containing n distinct numbers in the range [0, n], retu...

WSL2 增加虛擬磁碟大小

更多相關連結: https://linktr.ee/wade3c Steps 開始前切記要把wsl給關掉, wsl --shutdown Find VHD (...

leetcode with python:263. Ugly Number

題目: An ugly number is a positive integer whose prime factors are limited to 2,...

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