摘要: 本人是一个电脑技术爱好者,希望分享一些学习经验,我一直认为兴趣很重要,我以前一直化学学不会,后来我看一些电影电视,看到一些化学高手能制药,能自制阿司匹林,我也想成为那样的人,我不再把学习化学看成负担,我把它看成一种能力,一开始我学编程,一直没有头绪,老师教我们c语言,只告诉我们一些最基础的,从来不说 阅读全文
posted @ 2021-03-09 12:32 shenhshihao 阅读(68) 评论(0) 推荐(0)

2026年4月19日

摘要: 阅读全文
posted @ 2026-04-19 23:16 shenhshihao 阅读(6) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2026-04-19 21:18 shenhshihao 阅读(3) 评论(0) 推荐(0)

2026年4月14日

摘要: Successfully logged in root@n1:~# codex --yolo ╭───────────────────────────────────────╮ │ >_ OpenAI Codex (v0.120.0) │ │ │ │ model: gpt-5.4 /model to 阅读全文
posted @ 2026-04-14 20:09 shenhshihao 阅读(43) 评论(0) 推荐(0)
摘要: 配置apt不走代理 阅读全文
posted @ 2026-04-14 10:15 shenhshihao 阅读(3) 评论(0) 推荐(0)

2026年3月24日

摘要: 这是正确的 下面是错误的例子 阅读全文
posted @ 2026-03-24 16:41 shenhshihao 阅读(2) 评论(0) 推荐(0)

2025年2月5日

摘要: <dependency> <groupId>com.example</groupId> <artifactId>opencv</artifactId> <version>4.7.0</version> <scope>system</scope> <systemPath>${project.based 阅读全文
posted @ 2025-02-05 15:29 shenhshihao 阅读(67) 评论(0) 推荐(0)
摘要: import javax.swing.*;import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;public class LoginRegisterGUI { private 阅读全文
posted @ 2025-02-05 10:22 shenhshihao 阅读(41) 评论(0) 推荐(0)

2025年2月4日

摘要: import javax.swing.*;import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;public class Calculator { private JFrame 阅读全文
posted @ 2025-02-04 15:24 shenhshihao 阅读(27) 评论(0) 推荐(0)
摘要: import org.opencv.core.Core;import org.opencv.core.Mat;import org.opencv.core.Size;import org.opencv.imgcodecs.Imgcodecs;import org.opencv.videoio.Vid 阅读全文
posted @ 2025-02-04 11:34 shenhshihao 阅读(144) 评论(0) 推荐(0)

2025年2月3日

摘要: import reimport osimport piexiffrom PIL import Imagefrom concurrent.futures import ThreadPoolExecutordef deg_to_dms_rational(deg_float): """ 将十进制的经纬度转 阅读全文
posted @ 2025-02-03 09:50 shenhshihao 阅读(66) 评论(0) 推荐(0)

导航