上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 前言 上海国际花展新天地会场,20250426, 晴, 微风舒畅 在日常闲聊群里,被好友鸭鸭引得对摄影来了兴致,就租了人生第一部相机+套装镜头(富士XT50,1650套头拍摄),啥也不懂地嘎嘎拍了起来 街道的树影斑驳 这张图我是真的蛮喜欢的,采用了富士NC滤镜,发现人脑回忆起来当时的场景就是这个滤镜 阅读全文
posted @ 2025-06-13 17:15 Mr42Sir 阅读(56) 评论(0) 推荐(0)
摘要: 缘由 4月12日的周六,上海没来由地挂起大风, 阅读全文
posted @ 2025-04-14 11:29 Mr42Sir 阅读(21) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-04-01 09:16 Mr42Sir 阅读(20) 评论(0) 推荐(0)
摘要: 微软每日壁纸更新的佳作摘录 多洛米蒂山脉 日出时的东京,日本 赛里木湖,新疆,中国 阅读全文
posted @ 2024-12-11 10:36 Mr42Sir 阅读(30) 评论(0) 推荐(0)
摘要: To disable the automatic popup prompt for upgrading the Linux kernel on Ubuntu 22.04, you need to adjust the settings related to the update manager an 阅读全文
posted @ 2024-12-10 17:13 Mr42Sir 阅读(45) 评论(0) 推荐(0)
摘要: 背景 示例:实时CPU使用率 阅读全文
posted @ 2024-09-06 16:02 Mr42Sir 阅读(108) 评论(0) 推荐(0)
摘要: 个人理解的定义 高效、低延迟、可重用的消息传递系统(或消息传递层,有点类型网络协议,但不是消息队列) 基于python3和ZMQ做进程间通信示例: # 本脚本用于从zmq队列中接收订阅的数据 import time import json import zmq def subscriber(code 阅读全文
posted @ 2024-07-24 17:42 Mr42Sir 阅读(31) 评论(0) 推荐(0)
摘要: 步骤如下 安装 https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/ 启动 使用systemd的方式启动、查看运行状态、重启,方便快捷 https://grafana.com/docs/grafana/l 阅读全文
posted @ 2024-07-18 10:56 Mr42Sir 阅读(47) 评论(0) 推荐(0)
摘要: 该运行时API的作用 作为在访问共享内存时作为线程块内的同步机制出现,保证同一线程块内所有线程到程序运行到这个运行时API调用时都能运行完毕(注意,该API不能同步不同线程块内的线程),例如下列Cuda静态共享内存使用代码示例程序中的第23行所示: /************************ 阅读全文
posted @ 2024-07-14 15:26 Mr42Sir 阅读(58) 评论(0) 推荐(0)
摘要: 重点 计算线程唯一标识,并确保没有线程越界的技巧: 以下列英伟达官方的Cuda程序示例为例子 /* Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source an 阅读全文
posted @ 2024-07-13 12:14 Mr42Sir 阅读(46) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页