ubuntu clang bug in

[转]Transformation in OCCT

transformations-in-occt 原文链接: https://unlimited3d.wordpress.com/2021/03/28/transformations-in-occt/ ......
Transformation OCCT in

es(Elasticsearch)查询报错: Set fielddata=true on [level] in order to load fielddata in memory by uninverting the inverted index

Invocation of init method failed; nested exception is ElasticsearchStatusException[Elasticsearch exception [type=search_phase_execution_exception, rea ......

AVB相关的一些bug fix

vendor分区未加入avb校验中: 之前负责AVB的同事离职后,接手这个模块。走读代码时,发现vendor分区没有配置avb校验。 可能是之前整体调整fstab时,把这个配置给漏掉了。 拿手机试了下,确实如此: # cat /sys/block/dm-*/dm/namesystem_asystem ......
AVB bug fix

Leetcode刷题--最长回文子串/dp = [[False] * n for _ in range(n)]

官方动态规划解决最长回文串问题代码解释: class Solution: def longestPalindrome(self, s: str) -> str: n = len(s) #字符串的总长度 if n < 2: return s #如果字符串长度为1,则s本身就是最长回文串 max_len ......
回文 Leetcode False range for

Ubuntu修改启动顺序以及系统时间同步问题

Ubuntu修改启动顺序以及系统时间同步问题 修改启动顺序 选择要优先启动的序号,从0开始计数 修改配置文件 sudo vim /etc/default/grub 使用这个命令刷新一下 sudo update-grub 系统时间同步问题 为了解决双系统的时间不能同步问题 sudo apt updat ......
顺序 时间 Ubuntu 问题 系统

Ubuntu/Debian烧录8051单片机

好久没更新啦~ 三年? 安装mcu8051ide 这是一个开源的单片机开发软件,附带很好用的模拟器 sudo apt install mcu8051ide 安装 stcgal 项目链接: https://github.com/grigorig/stcgal sudo pip3 install stc ......
单片机 Ubuntu Debian 8051

文献阅读——Understanding the Role of Mixup in Knowledge Distillation: An Empirical Study

Hongjun Choi, Eun Som Jeon, Ankita Shukla, Pavan Turaga; Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2023 ......

Ubuntu 17.04 将取消 Swap 分区?

Canonical 的软件工程师 Dimitri John Ledkov 最近宣布即将发布的 Ubuntu Linux 系统安装时将丢弃 Swap 分区方式,改为交换文件方式。 对我们中的大多数使用带 SSD 或 NVMe 闪盘及内存充足的人来说,这不是什么大新闻。不过那些想要将 Ubuntu 后续 ......
Ubuntu 17.04 Swap 17 04

Ubuntu 17.04 将取消 Swap 分区?

Canonical 的软件工程师 Dimitri John Ledkov 最近宣布即将发布的 Ubuntu Linux 系统安装时将丢弃 Swap 分区方式,改为交换文件方式。 对我们中的大多数使用带 SSD 或 NVMe 闪盘及内存充足的人来说,这不是什么大新闻。不过那些想要将 Ubuntu 后续 ......
Ubuntu 17.04 Swap 17 04

更新pip失败解决方法ValueError: Unable to find resource t64.exe in package

更新pip pip install --upgrade pip 结果提示: ValueError: Unable to find resource t64.exe in package pip._vendor.distlib 提示需要: python.exe -m pip install --upg ......
ValueError resource package 方法 Unable

ubuntu下配置supervisor 运行golang打包后的可执行文件

apt update apt install supervisor vim /etc/supervisor/supervisord.conf 添加如下配置: command 配置成可执行文件的路径,directory为文件所在目录 [program:tempupService] command= / ......
supervisor 文件 ubuntu golang

ubuntu22.04中安装VNC供多用户使用新方法

2023年更新:现在使用~/.vnc/config文件为每个用户配置VNC,这种方式更稳定。 ##安装VNC服务端 首先在服务器上安装tigerVNC,命令如下。(这里没有选择realVNC是因为其在多用户访问时出现问题) sudo apt install tigervnc-standalone-s ......
方法 用户 ubuntu 22.04 VNC

关于Date使用不当的bug

关于Date使用不当的bug 1、背景 用户调用接口,传入一个参数分钟,表示想要查询距离现在多少分钟的记录。 有的时候会查不到记录。 2、排查过程 大致代码。 获取当前的时间的date对象now,通过now的时间戳计算前beforeMinute的时间戳,转换成date对象 查询 executeTim ......
Date bug

在Ubuntu21.04上安装Redmine出现的一些问题

安装参考文章:https://blog.csdn.net/q544344318/article/details/129118703 前置条件: mysql #创建独立的用户,我使用root无法连接!!! CREATE USER 'redmine'@'localhost' IDENTIFIED BY ......
Redmine Ubuntu 问题 21.04 21

A卡配置sovits4.0(AI配音/翻唱)详细步骤参考(Ubuntu20.04)

之前用A卡配置过AI绘画,最近发现AI配音/翻唱挺火的,这里也来尝试一下。(N卡用户直接使用整合包就行,别来凑热闹) 一、基础环境配置 最开始的步骤还是一样,安装双系统、显卡驱动、ROCm,步骤和之前一样,就不重复写了,可以去看我之前Novel的文章 https://www.cnblogs.com/ ......
步骤 sovits4 sovits Ubuntu 20.04

中国清明节祭祀流程 All In One

中国清明节祭祀流程 All In One 大陆农村清明节祭祀流程 / 大陆城市清明节祭祀流程 zh-CN / zh-Hans 祭祀祭祖流程 一、修坟 修坟可以提前一两天回去,带上铁锹与推车,清除杂草,添土,把坟修整规矩后,等到清明节带上自己的孝心与纸钱去祭拜。 二、上香 1、首先要上三炷香。很多人老 ......
流程 All One In

ubuntu网络故障排除

因为编译一个医学用软件对python环境有依赖,切换成python2.7后编译仍不成功,删除python3.8过程中依赖关系统出错,导致桌面系统与网络均出现问题,以下记录了网络与桌面环境故障排除过程 一、网络故障现象 ip a显示有网卡信息,无法获取网络地址 nmtui 无连接信息,新建连接后,无法 ......
故障 ubuntu 网络

clang操作源码

生成注释 假设有下面的源码: struct Vec3 { float x, y, z; }; struct Vec4 { float x, y, z, w; }; 生成这样的代码: //[[CLASS INFO]] class:Vec3, is pod:true, is aggregate:true ......
源码 clang

【原创】Ubuntu Pro 中的RealTime linux(Real-time Ubuntu/PREEMPT-RT/ubuntu官方PREEMPT-RT)

以往我们开发实时Linux内核PREEMPT-RT,需要开发者自己打补丁-配置-编译构建安装,实时性暂且不谈,可靠性、稳定性完全没有保障,现在Ubuntu官方提供PREEMPT-RT支持啦。实时 Ubuntu 于2023 年 2 月 14 日基于Ubuntu 22.04 LTS发布,支持旨在为关键电... ......
PREEMPT-RT PREEMPT Ubuntu Real-time RealTime

ubuntu中防火墙iptables配置

1、安装iptables sudo apt-get install iptables 2、 查看系统是否安装防火墙 root@hcube-server:/# which iptables /usr/sbin/iptables root@hcube-server:/# whereis iptables ......
防火墙 iptables ubuntu

ubuntu安装ch34x驱动,并安装串口调试助手

1、查看系统自带的ch34x驱动 kangxubo@kangxubo-HKNS:/lib/modules/5.19.0-38-generic/kernel/drivers/usb/serial$ ls aircable.ko ftdi_sio.ko kobil_sct.ko pl2303.ko us ......
串口 助手 ubuntu 34x ch

ubuntu16 共享主机的文件夹(实测有效)

1、主机VM软件开启共享文件夹 1)进入:虚拟机》设置》选项》共享文件夹 2)选择总是启用》点击添加》选择一个主机目录 3)保存目录》下一步》启用此共享》完成 2、ubuntu安装vmtools 1)下载包:进入:虚拟机》重新安装vmtools (如果是灰色的,进入虚拟机设置,启动项改为物理驱动,如 ......
文件夹 主机 文件 ubuntu 16

如何解决树莓派开机后无法获取到 WI-FI IP 问题 All In One

如何解决树莓派开机后无法获取到 WI-FI IP 问题 All In One fix 树莓派开机后无法链接 WI-FI IP 问题 开机后自动发送 IP 接入到 钉钉/飞书/微信 消息机器人 ......
树莓 问题 WI-FI All One

加解密接口的处理,系统测试执行要点,BUG定位,测试报告,金融项目经验总结

11、加解密接口的处理: 目标 知道项目中接口加解密的实现流程 了解加解密的代码实现 知道Jmeter如何实现接口加解密测试 知道基于Requests如何实现接口加解密测试 1、APP端/客户端接口加解密介绍 1.1加密方式(两种) 在TCP/IP四层模型中的应用层进行加密。类似密码本,当前项目使用 ......
要点 接口 经验 报告 金融

clang和gcc一些不同

环境 -m32 -O0 x86-64 clang 12.0.0 x86-64 gcc 10.1 不同 栈帧开辟 int main(){ int a=1; int b=2; } 在clang下开辟栈帧的代码是这样的。 pushl %ebp movl %esp, %ebp subl $8, %esp 局 ......
clang gcc

信息搜寻理论-Information Foraging in Information Access Environments

信息搜寻环境中的信息搜寻 P. Pirolli和S.K. Card Peter Pirolli,Stuart K. Card(1995).Information Foraging in Information Access Environments. Conference: Human Factor ......

Ubuntu GDB调试程序

GDB命令 // gdb 命令 $ gdb -p 87746 // 打印所有的线程信息 (gdb) info thread // 切换到第2个线程 (gdb) thread 2 // bt 可以打印函数堆栈,却无法看到函数参数,跟 pstack 命令一样 (gdb) bt // 打印第三帧信息,每次 ......
程序 Ubuntu GDB

报错 qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it was found

参考: https://blog.csdn.net/qq_39938666/article/details/120452028 使用ubuntu系统下python的seaborn模块画图,报错: qt.qpa.plugin: Could not load the Qt platform plugin ......
plugin platform though Could found

Linux df command All In One

Linux df command All In One df disk free $ df --help 用法:df [选项]... [文件]... Show information about the file system on which each FILE resides, or all f ......
command Linux All One In

Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository extras is listed more than once in the configuration 报错

下载软件包时报错: Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository ex ......
configuration Repository listed more than