alex_bn_lee

导航

随笔分类 -  Programming Related

1 2 3 4 5 ··· 16 下一页

Different programming languages.
[1130] Building Beautiful Web Maps with Mapbox GL JS: A Practical Guide
摘要:📎 References Before we dive in, here are the key resources used to guide this Mapbox GL JS overview: 💡 Custom Style Example 🧪 Mapbox GL JS Examples 阅读全文

posted @ 2025-07-17 09:24 McDelfino 阅读(33) 评论(0) 推荐(0)

[1128] Git Commands
摘要:Ref: Git Essential Tranining - LinkedIn Learning Here's a detailed guide to essential Git commands, organized by category, with explanations and examp 阅读全文

posted @ 2025-07-06 21:40 McDelfino 阅读(11) 评论(0) 推荐(0)

[1114] Extract the Dataframe from a table on the webpage
摘要:Here is the screenshot of the webpage. Here are the copied texts. Legislation and compliance News and media NSW Environment Protection Authority (EPA) 阅读全文

posted @ 2025-02-25 12:28 McDelfino 阅读(9) 评论(0) 推荐(0)

[1112] Extract the list of items from a dropdown menu on a webpage
摘要:To extract the list of items from a dropdown menu on a webpage, you can use web scraping tools like BeautifulSoup and Selenium in Python. Here's a ste 阅读全文

posted @ 2025-02-24 13:41 McDelfino 阅读(20) 评论(0) 推荐(0)

[1095] Git working flow
摘要:Ref: How does Git work? Git Tutorial for Beginners Ref: Git summary: how to use basic git commands Workspace: it’s the place where you see in your com 阅读全文

posted @ 2025-01-16 11:10 McDelfino 阅读(15) 评论(0) 推荐(0)

[1094] Examples of working on an existing repository or starting a new repository
摘要:Example 01: Contribute to an existing repository The repository is already on GitHub. Obtain the URL of the repository. Using git clone, you can downl 阅读全文

posted @ 2025-01-16 08:46 McDelfino 阅读(20) 评论(0) 推荐(0)

[1093] Git command examples
摘要:Ref: Git-Commands Here are some common Git command examples along with explanations: Basic Commands Initialize a Repository: git init Initializes a ne 阅读全文

posted @ 2025-01-15 12:44 McDelfino 阅读(27) 评论(0) 推荐(0)

[1092] Git Tutorial
摘要:References Git Tutorial - W3School An Intro to Git and GitHub for Beginners (Tutorial) Using Git with Command Line git --version git version 2.30.2.wi 阅读全文

posted @ 2025-01-15 12:37 McDelfino 阅读(19) 评论(0) 推荐(0)

[1087] GitHub Copilot in VSCode
摘要:Ref: Quickstart for GitHub Copilot Ref: Prompt engineering for GitHub Copilot Ref: Configuring GitHub Copilot in your environment Ref: Getting started 阅读全文

posted @ 2025-01-09 12:40 McDelfino 阅读(22) 评论(0) 推荐(0)

[1086] The word "code" is a mass noun within a programming environment
摘要:What is a Mass Noun? A mass noun, also known as an uncountable noun, is a type of noun that represents something that cannot be counted as individual 阅读全文

posted @ 2025-01-09 10:47 McDelfino 阅读(27) 评论(0) 推荐(0)

[1085] GitHub Resources and Tools
摘要:Ref: About GitHub and Git About GitHub GitHub is cloud-based platform where you can store, share, and work together with others to write code. Storing 阅读全文

posted @ 2025-01-09 10:37 McDelfino 阅读(17) 评论(0) 推荐(0)

[1053] IF function in Excel & apply the function to all records
摘要:You can achieve this in Excel using the IF function. Here’s how you can do it: Select the cell where you want the result to appear (let’s say D1). Ent 阅读全文

posted @ 2024-09-03 11:59 McDelfino 阅读(46) 评论(0) 推荐(0)

[1040] In batch file, some special characters to print
摘要:Using ^ in front of the character, then it can be properly printed. C:\Users\User>echo ^^ ^ C:\Users\User>echo ^| | C:\Users\User>echo ^< < C:\Users\U 阅读全文

posted @ 2024-07-22 13:42 McDelfino 阅读(15) 评论(0) 推荐(0)

[1012] Change "combobox-item" in a web page
摘要:Background: Copy all table information to the Excel from https://services.accesscanberra.act.gov.au/s/public-registers/epa-registers?registerid=enviro 阅读全文

posted @ 2024-06-19 08:50 McDelfino 阅读(24) 评论(0) 推荐(0)

[928] SQL Tutorial
摘要:ref: Structured Query Language (SQL) ref: Inner Join vs Outer Join ref: SQL Self Join ref: SQL | Functions (Aggregate and Scalar Functions) ref: SQL | 阅读全文

posted @ 2023-10-27 12:41 McDelfino 阅读(25) 评论(0) 推荐(0)

[927] Batch script related
摘要:ref: Batch Script - Quick Guide ref: Batch Script - Syntax ECHO Command @echo off By default, a batch file will display its command as it runs. The pu 阅读全文

posted @ 2023-10-25 08:48 McDelfino 阅读(51) 评论(0) 推荐(0)

[926] Batch Script - Commands
摘要:In this chapter, we will look at some of the frequently used batch commands. S.No Commands & Description 1 VER This batch command shows the version of 阅读全文

posted @ 2023-10-24 14:10 McDelfino 阅读(29) 评论(0) 推荐(0)

[902] Get the current file's directory of CMD batch scripts
摘要:In a batch file, you can use the %~dp0 special variable to get the directory of the currently executing batch file. Here's how you can do it: @echo of 阅读全文

posted @ 2023-10-10 09:03 McDelfino 阅读(37) 评论(0) 推荐(0)

[901] Reuse variables of CMD batch scripts
摘要:In a batch file, you can reuse a variable to generate different file paths by concatenating the variable with other strings or variables. Here's an ex 阅读全文

posted @ 2023-10-10 08:58 McDelfino 阅读(33) 评论(0) 推荐(0)

1 2 3 4 5 ··· 16 下一页