AlexSJC 的博客

归档

2024 年 10 月

2024-10-26

(转载)
UV 保护镜 UV 镜(Ultra Violet)又名紫外线滤光镜,是指数码相机使用的一种滤镜,起到保护镜头,提高画面质量的作用。UV 镜通常为无色透明的,有些因为加了增透膜的关系,在特定角度下会呈现紫色或紫红色。 UV 镜最初的作用是过滤紫外线,但现在更多用于保护镜头。 CPL 偏振镜 CPL 镜

2024 年 08 月

方法一:通过 ElementName 绑定外层控件的 DataContext。 {Binding DataContext.×××, ElementName=×××} 方法二:通过 RelativeSource 绑定外层控件的 DataContext。 {Binding DataContext.×××

2024-08-29

Auto 档 Auto Mode 全自动 快门速度、光圈、ISO、白平衡
前言 ARMv8 = ARM64 = AArch64 ARMv7 = armv7l = ARM x86_64 = x64 = amd64 x86 = x86_32 查看

2024-08-23

https://github.com/mattrayner/docker-lamp docker run -i -t -p "80:80" -v ${PWD}/app:/app -v ${PWD}/mysql:/var/lib/mysql mattrayner/lamp:latest-2004-ph

2024-08-20

按相机结构 单反相机 双反相机 无反相机 旁轴相机 单电相机 按成像介质 数码相机 胶片相机
docker run -d -p 6688:80 --name dailyhot --restart unless-stopped rehiy/dailyhothttps://github.com/rehiy/dailyhot-docker

2024-08-19

docker run -itd \ --name dpanel \ --restart=always \ -p 8807:8080 \ -v /var/run/docker.sock:/var/run/docker.sock \ -v ./dpanel:/dpanel \ d

2024-08-18

https://github.com/ente-io/authhttps://github.com/beemdevelopment/Aegis
[header] <type>(<scope>): <subject> [body] ... [footer] ... header feat:新增功能 fix:修复错误 docs:改动文档 style: 修改格式(不影响代码行为) refactor:重构(既不新增功能,又不修复错误) perf
https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format 规范 此规范受到
0.00 - 0.07 崭新出厂 0.07 - 0.15 略有磨损 0.15 - 0.38 久经沙场 0.38 - 0.45 破损不堪 0.45 - 1.00 战痕累累
设置(Settings) → 关于(About) 多次点击版本号(Build number) 开发者选项(Developer options) 打开 USB 调试(USB debugging) cd 至 LDPl

2024-08-14

https://gethomepage.dev/ docker run --name homepage \ -p 3000:3000 \ -v ./homepage:/app/config \ -v /var/run/docker.sock:/var/run/docker.sock:ro
https://hub.docker.com/_/adminer https://hub.docker.com/_/phpmyadmin
.tar 文件 仅打包,非压缩 tar -xvf FileName.tar # 解包 FileName.tar tar -cvf FileName.tar DirName # 打包 DirName 为 FileName.tar

2024-08-12

https://github.com/NginxProxyManager/nginx-proxy-manager

2024-08-12

文档 【location】https://nginx.org/en/docs/http/ngx_http_core_module.html#location Syntax: location [ = | ~ | ~* | ^~ ] uri { ... } location @name
本站的 SSL 加密模式已调整为完全(严格):启用端到端加密,对源服务器证书强制执行验证。使用 Cloudflare 的源服务器 CA 为本站的源服务器生成证书。

2024-08-11

感谢 https://github.com/TimothyYe/bing-wallpaper! https://api.alexsjc.top/bing-wallpaper/
现在,你可以通过 api.c3c.one 调用本站提供的 API。 访问 api.alexsjc.top 将发生 301 重定向(此行为在未来可能更改)。

2024-08-11

https://basic.smartedu.cn/tchMaterialhttps://www.sh-genius.cn/index.html

2024-08-07

Halo + PostgreSQL services: halo: image: halohub/halo:2.18 container_name: halo restart: on-failure:3 depends_on: halo_db:
Nginx server { listen 80; return 301 https://$host$request_uri; } server { listen 80; listen 443 ssl; server_name example.com; return 301

2024-08-07

http://musicfree.upup.fun/https://github.com/maotoumao/MusicFree

2024-08-06

free -h df -h swapon sudo dd if=/dev/zero of=/swapfile bs=1M count=2048 sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile /etc/fs

2024-08-06

Nginx Web page configuration tool. Use web pages to quickly configure Nginx. Nginx 网页管理工具,使用网页来快速配置与管理 Nginx 单机与集群。