iT邦幫忙

技術文章

RSS

永久刪除了檔案怎麽還原?試試這樣做!

通常情況下,如果我們對某個檔案單按 DELETE 鍵,那麼即使從檔案位置裡刪除,你也可以在資源回收筒中還原這些檔案。 然而,如果我們對檔案和資料夾按了 Shif...

Flutter入門指南

如果你是剛入門Flutter的工程師,可以參考這篇文章,我會告訴大家自己常用的套件以及如何規劃檔案的分類!最近有新開一個部落格是在介紹Flutter相關的文章,...

<<Conditional Statements>> _HakerRank_C++_Introduction

#include &lt;bits/stdc++.h&gt; using namespace std; string ltrim(const string &...

<<Functions>> _HakerRank_C++_Introduction

#include &lt;iostream&gt; #include &lt;cstdio&gt; using namespace std; /* Add `...

<<Variable Sized Arrays>> _HakerRank_C++_Introduction

#include &lt;cmath&gt; #include &lt;cstdio&gt; #include &lt;vector&gt; #include...

leetcode with python:495. Teemo Attacking

題目: Our hero Teemo is attacking an enemy Ashe with poison attacks! When Teemo a...

模塊化程式語言 Scratch 3.0 基礎入門系列 | Ep.0 Scratch是什麼?

這個系列將會帶著大家學習模塊化的程式語言「Scratch」,不須有任何程式學習基礎,也不需任何基本觀念,筆者將會帶著您從零到一開始學習! 前言 這篇文章將會帶著...

使用 Discord.js v14 開發全能Discord機器人 | Ep.5.1 關於指令「info」-機器人資訊

這個系列會帶著您通過Node.js中的Discord.js套件,從0到1開始製作屬於自己的Discord機器人,希望可以幫助大家成為機器人的開發者哦! 前言...

<<Arrays Introduction>> _HakerRank_C++_Introduction

#include &lt;cmath&gt; #include &lt;cstdio&gt; #include &lt;vector&gt; #include...

<<Pointer>> _HakerRank_C++_Introduction

#include &lt;stdio.h&gt; void update(int *a, int *b) { // Complete this fun...

<<For Loop>> _HakerRank_C++_Introduction

#include &lt;iostream&gt; #include &lt;cstdio&gt; using namespace std; int main...

leetcode with python:492. Construct the Rectangle

題目: A web developer needs to know how to design a web page's size. So, given a...

使用 Discord.js v14 開發全能Discord機器人 | Ep.5.0 關於指令「info」-前導與註冊指令

這個系列會帶著您通過Node.js中的Discord.js套件,從0到1開始製作屬於自己的Discord機器人,希望可以幫助大家成為機器人的開發者哦! 前言...

[Chrome擴充] 簡單做一個自動填資料的小插件

有些情況會不斷的填同一張表單表單上又要填好幾格重複的資料,每次重打很麻煩,先打好再複製再貼上也很麻煩有沒有更快的方法?那就試試看 Google Chrome 的...

出書了,以及之後規劃

最近在網格交易機器人比較穩定之後消失了幾個月,基本上都在寫書,以下是書籍連結。 https://www.tenlong.com.tw/products/9786...

<<Basic Data Types>> _HakerRank_C++_Introduction

#include &lt;iostream&gt; #include &lt;cstdio&gt; using namespace std; int main...

<<Input and Output>> _HakerRank_C++_Introduction

#include &lt;cmath&gt; #include &lt;cstdio&gt; #include &lt;vector&gt; #include...

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

第七章 支援本章節所敘述的內容都是支持一個資訊管理系統運作的事項,在第五章我們獲得高階領導者的支持,建立資訊安全相關的組織,現在我們需要將管理系統實際運作起來,...

<<Say "Hello, World!">> _HakerRank_C++_Introduction

#include &lt;iostream&gt; #include &lt;cstdio&gt; using namespace std; int main...

leetcode with python:485. Max Consecutive Ones

題目: Given a binary array nums, return the maximum number of consecutive 1's in...

leetcode with python:482. License Key Formatting

題目: You are given a license key represented as a string s that consists of only...

【閒聊】建立專案團隊的軟體高等估算方法經驗分享

近年來小弟在公司任職與學校兼課時,發現在學校很少跟學生說明軟體估算怎估算(Estimate)因此在公司的教育訓練與課堂授課時,都會將自己在公司的小型軟體估算經驗...

Discord 社交軟體機器人市場分析 | 各種類型分析、推薦延伸功能

這篇文章將會對於Discord目前常見或熱門的機器人進行分析,並對於機器人的開發者提出建議。 機器人的類型 目前,Discord社群中的機器人分為以下功能類...

Kotlin-gradle-dsl 使用心得 part -1

最近在寫多模組的專案,也順便讀了 Effective Kotlin ,不過我決定先分享一下,使用 Gradle 從 Groovy 到 Kotlin-dsl 的小...

基本Javacript Switch case練習 - Training JS #8: Conditional statement--switch

平常很少學習到Javacript Switch的寫法,雖然我覺得用if else 寫感覺更簡單明瞭? 但其實不是這樣的,這兩種語法在使用的時機上有差別:1.Sw...

AWS – 將在台灣部署 AWS Local Zone! 為何推薦 AWS? AWS 特點與雲端服務介紹

AWS 是什麼? AWS (亞馬遜網路服務,Amazon Web Services) 為全球最全面和廣泛採納的雲端平台,AWS 透過全球資料中心提供超過 200...

加速 iPhone 技巧:告別 iPhone 卡頓困擾--【2022年】

iPhone 或 iPad 在使用了一段時間以後變卡變慢?裝置變慢的原因也有很多,可能是手機資料太多而儲存空間又太小,也有可能是升級系統之後變慢的。針對這些問題...

leetcode with python:476. Number Complement

題目: The complement of an integer is the integer you get when you flip all the 0...

leetcode with python:463. Island Perimeter

題目: You are given row x col grid representing a map where grid[i][j] = 1 repres...

使用 Discord.js v14 開發全能Discord機器人 | Ep.4 查看延遲「ping」

這個系列會帶著您通過Node.js中的Discord.js套件,從0到1開始製作屬於自己的Discord機器人,希望可以幫助大家成為機器人的開發者哦! 前言...