logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Android NDK, Revision 13b (October 2016)

Release NotesAndroid NDK, Revision 13b (October 2016)AnnouncementsGCC is no longer supported. It will not be removed from the NDK just yet, but is no longer receiving backports. It canno

【运维】【ubuntu】递归 | 搜索 | find

ubuntu 常用运维脚本(部分内容来自 ChatGPT)

文章图片
#ubuntu
CodePage简介(转)

CodePage简介(转)1. Codepage的定义和历史字符内码(charcter code)指的是用来代表字符的内码.读者在输入和存储文档时都要使用内码,内码分为单字节内码 -- Single-Byte character sets (SBCS),可以支持256个字符编码.双字节内码 -- Double-Byte character sets)(DBCS),可以支持650

【ubuntu】【go】ubuntu22 安装 go 开发环境

1、下载 go 安装包https://go.dev/dl/2、解压,并放到 /usr/local 目录sudo mv go /usr/local/3、设置环境变量sudo nano ~/.bashrcexport PATH=$PATH:/usr/local/go/binexport GOPATH=$HOME/goexport PATH=$PATH:$GOPATH/bin# ctrl + x# Y#

文章图片
#ubuntu#golang
【ubuntu】【python】Temporary failure resolving ‘security.ubuntu.com‘

错误消息 “Temporary failure resolving ‘security.ubuntu.com’” 表示你的系统无法解析安全软件源的域名。

文章图片
#ubuntu#python
【javascript】axios用法介绍

Axios 是一个流行的库,主要用于处理 HTTP 请求和响应。上述示例演示了如何使用 Axios 发起 GET 和 POST 请求,以及如何处理响应和错误。Axios 提供了丰富的功能,可以用于更复杂的场景,如发送带有头部信息、设置请求超时等。: Axios 提供了请求和响应拦截器,可以在请求发送前和响应返回后执行一些操作。Axios 可以在浏览器中使用,并且可以通过 Node.js 运行,这使

文章图片
#javascript
【vscode】按F5无法执行调试python或go

安装插件后,还是无法执行,按 ctrl+shift+p,看不到解析器。找不到解析器,需要安装插件(python,或go 等)尝试vscode卸载后重新安装,问题还是存在。都可以执行成功,python肯定是ok的。后来想到清理vscode的配置缓存。

文章图片
#vscode
protobuf - File already exists in database

[libprotobuf ERROR google/protobuf/descriptor_database.cc:120] File already exists in database: log_item.proto[libprotobuf FATAL google/protobuf/descriptor.cc:1356] CHECK failed: GeneratedDatabase()-&

clang: error: unable to execute command: Segmentation fault: 11

在MacOSX虚拟机上编译工程,报错    clang: error: unable to execute command: Segmentation fault: 11    clang: error: clang frontend command failed due to signal (use -v to see invocation)原因在于:    我是直接打开Wind

自动以jenkins的build-number作为版本号

#!/usr/bin/python# -*- coding: UTF-8 -*-import sysimport stringimport reimport timeimport os## resource file#rc_list = [os.getcwd() + "/../aaa/aaa.rc",os.getcwd() + "/../bbb/bbb.rc",os.getcwd() + "/..

#python
    共 11 条
  • 1
  • 2
  • 请选择