首页
学习
活动
专区
工具
TVP
发布

landv

专栏作者
384
文章
612728
阅读量
44
订阅数
在云函数中使用真正serverless的SQL数据库sqlite
cloud.tencent.com/developer/article/1984526
landv
2023-03-18
1.2K0
导入pyside2 pyside6出现libgssapi_krb5.so.2: symbol krb5_ser_context_init version krb5_3_MIT的问题
from PySide2 import QtWidgets ImportError: /lib/x86_64-linux-gnu/libgssapi_krb5.so.2: symbol krb5_ser_context_init version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference
landv
2022-05-10
6980
undefined reference to `std::cout'等错误 undefined reference to `std::cout'等错误
(2)后缀名为.c的程序和.cpp的程序g++都会当成是c++的源程序来处理。而gcc不然,gcc会把.c的程序处理成c程序。
landv
2021-02-04
1.8K0
[golang][history]The Go Annotated Specification\ Go注释规范 266b9d49bfa3d2d16b4111378b1f9794373ee141
This document supersedes all previous Go spec attempts. The intent is to make this a reference for syntax and semantics. It is annotated with additional information not strictly belonging into a language spec.
landv
2021-01-29
5580
[golang][history]The Go Annotated Specification\ Go注释规范328df636c5f3e0875bc71a7eadf5a4a5084e0b13
This document supersedes all previous Go spec attempts. The intent is to make this a reference for syntax and semantics. It is annotated with additional information not strictly belonging into a language spec.
landv
2021-01-29
6730
[golang][history]The Go Annotated Specification\ Go注释规范18c5b488a3b2e218c0e0cf2a7d4820d9da93a554
This document supersedes all previous Go spec attempts. The intent is to make this a reference for syntax and semantics. It is annotated with additional information not strictly belonging into a language spec.
landv
2021-01-29
6200
[deepin][linux][bee]deepin关闭bee,在按键盘删除键删到顶端会毕一声,wineQQ里面尤其明显
将这条命令加入启动文件, 例如 ~/.xinitrc, 可以在每次X启动时关掉PC喇叭.
landv
2020-12-01
6030
编译安装PHP7及扩展
编辑 php.ini,文件中的配置项 cgi.fix_pathinfo 设置为 0 。
landv
2020-11-26
2.6K0
[deepin]解决:处理软件包 mysql-server (--configure)时出错的问题
依次执行如下命令 删除依赖包: sudo rm -rf /var/lib/mysql/ -R 删除配置文件: sudo rm -rf /etc/mysql/ -R 卸载相关软件: sudo apt autoremove mysql* --purge sudo apt remove apparmor 安装mysql: sudo apt install mysql-server mysql-common
landv
2020-11-13
1.1K0
[新坑][deepin][linux][Remmina]无法链接部分RDP服务Cannot open libmwv206dec.so, libmwv206dec.so: 无法打开共享对象文件: 没有那
[新坑][deepin][linux][Remmina]无法链接部分RDP服务Cannot open libmwv206dec.so, libmwv206dec.so: 无法打开共享对象文件: 没有那个文件或目录
landv
2020-11-13
1.6K0
[deepin][linux][DBeaver]DBeaver社区版安装好没有图标
[deepin][linux][DBeaver]DBeaver社区版安装好没有图标
landv
2020-11-12
1K0
金蝶K3 WISE版本过服务期后打补丁方法-完善版本
https://blog.csdn.net/hzfw2008/article/details/106991629
landv
2020-09-21
1.4K0
Windows WSL2 htop打开黑屏的问题解决
Update: it’s not as straightforward as I’d thought.
landv
2020-08-13
1.2K0
[医疗信息化][DICOM教程]DICOM标准简介
DICOM是一种医疗保健标准,负责管理医学成像的几乎所有方面,例如图像传输,图像解释,打印管理,程序管理和离线存储,并且几乎用于与医疗保健相关的所有成像“模态”,例如磁共振,核医学,计算机断层扫描和超声检查。全世界几乎所有的临床成像工作流程都基于DICOM标准。如果您在医疗信息学行业工作或想要工作,那么学习此标准至关重要。我希望写本系列文章的目的是通过查看简短但有针对性的代码示例,帮助进入“ DICOM世界”的人们更快地学习标准的各个方面和部分。在本文中,我们将从较高的层次看待该标准的所有主要部分,本系列的文章中,我们将使用有助于将DICOM的理论与实际实现联系起来的代码示例,对这些方面的每个方面进行更详细的研究。
landv
2020-08-06
2.6K0
[医疗信息化][DICOM教程]HL7 V3 Standard-概述-HL7 V3 Standard - A High Level Overview
这是有关HL7 V3标准的入门教程,主要针对刚刚开始使用它的软件开发人员。我仅介绍了足够的基础知识,因为它是一个大型标准(V3实际上是在一个保护伞下的多个合作标准),因此向您简要概述了该标准及其中的关键组件。在我的HL7系列的后续教程中,我希望从软件开发的角度看一下该标准的各个部分时,可以深入研究该标准,并希望通过基于Java和Java的基于代码的具体实现示例回顾一些用例。 C#编程语言。
landv
2020-08-06
2.6K0
[医疗信息化][DICOM教程]1.使用Java的DICOM基础-理解DICOM文件-DICOM Basics using Java - Making Sense of the DICOM File
这是我有关DICOM标准的系列文章的一部分。在我们开始本教程之前,请快速浏览一下我之前的文章“ DICOM标准简介”,以简短,快速地介绍该标准。请注意,本教程假定您知道Java(或任何等效的面向对象的语言,如C#或C ++)。
landv
2020-08-06
2.8K0
[医疗信息化][DICOM教程]开篇介绍,新冠肺炎为医疗保健信息产业带来新的的紧迫性
The ongoing COVID-19 pandemic and the tragedies that have occured (and still occuring) have helped highlight the need for more timely exchange of critical healthcare related information for governments, health agencies, care providers and patients around the world. For many decades, the healthcare community has been at the forefront of standardization efforts for information exchange through the use of communication protocols such as HL7 and DICOM, and has worked hard to promote the use of these standards worldwide. However, the recent experience only highlights the fact that more opportunities exist to help achieve even more synergies and efficiencies in the information exchange processes that need to occur between various systems involved in the overall process of planning, administering, receiving and monitoring of all healthcare-related activities that are operationalized at any moment.
landv
2020-08-05
7420
[java][Servlet]Servlet 简介-Servlet 到 Spring MVC 的简化之路-Servlet/Tomcat/ Spring 之间的关系
温习一下这个传统的方式,jsp+JavaBeans,这种混合模式很虐心呀,jsp在里面夹杂着,现在大家都直接搞前后端分离了。
landv
2020-08-05
1.8K0
[OHIF-Viewers]医疗数字阅片-医学影像-Module: Panel-自定义面板-中二-Redux&react-redux状态管理详解
英文原版 https://redux.js.org/ 中文 https://www.redux.org.cn/
landv
2020-07-23
3.5K0
[OHIF-Viewers]医疗数字阅片-医学影像-辅助工具-Redux DevTools-DevTools for Redux with hot reloading, action replay,
Redux DevTools for debugging application's state changes. The extension provides power-ups for your Redux development workflow. Apart from Redux, it can be used with any other architectures which handle the state.
landv
2020-07-23
7180
点击加载更多
社区活动
Python精品学习库
代码在线跑,知识轻松学
热点技术征文第五期
新风口Sora来袭,普通人该如何把握机会?
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·干货材料·成员作品·最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档