alex_bn_lee

导航

#

[置顶] 【089】◀▶ Microsoft Office 技巧

摘要: 目录: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 四、Power Point 篇: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 【中文版】连接线格式->行为->连接线->跨线->添加->从不 【英文版】format->behavior…->Connector 阅读全文

posted @ 2012-10-25 15:35 McDelfino 阅读(1496) 评论(0) 推荐(0) 编辑

2025年2月19日 #

[1099] Extract the text from HTML

摘要: Here's an example using Python with the BeautifulSoup library to get the text inside the <option> tags: from bs4 import BeautifulSoup html = ''' <opti 阅读全文

posted @ 2025-02-19 10:17 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

2025年2月18日 #

[1098] Getting Started with the DeepSeek API

摘要: References: Getting Started with the DeepSeek API Making API Requests with Python Now that you have your API key and necessary dependencies, you’re re 阅读全文

posted @ 2025-02-18 12:21 McDelfino 阅读(5) 评论(0) 推荐(0) 编辑

2025年2月14日 #

[1097] Converting 3D geometries to 2D geometries in a GeoDataFrame

摘要: MultiPolygon import geopandas as gpd from shapely.geometry import MultiPolygon, Polygon # Sample GeoDataFrame with 3D multipolygons data = {'geometry' 阅读全文

posted @ 2025-02-14 13:46 McDelfino 阅读(0) 评论(0) 推荐(0) 编辑

2025年1月20日 #

[1096] Japanese Learning Materials

摘要: Learning Japanese by yourself can be a rewarding journey. Here are some steps and resources to help you get started: 1. Learn the Basics Hiragana and 阅读全文

posted @ 2025-01-20 07:30 McDelfino 阅读(10) 评论(0) 推荐(0) 编辑

2025年1月16日 #

[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 阅读(2) 评论(0) 推荐(0) 编辑