logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【python】【sql】格式化注意事项

所以表名需要用字符串格式化,但其他参数最好用 sql 自带的格式,这样就不用去调一些细节,比如字符串的值是否要带引号之类的。如果需要格式化表名到 sql 语句,sql 引擎是不支持的。

文章图片
#python#sql#开发语言
【python】【venv】【vscode】选择虚拟环境

vscode 怎么指定 python venv?在VSCode中选择Python解释器:

文章图片
#python#vscode#开发语言
【腾讯云】CFS挂载

2、windows 挂载。1、linux挂载。

#腾讯云#linux#云计算
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
【NDK】C++ 库支持

https://developer.android.com/ndk/guides/cpp-support?hl=zh-cn#static_runtimes

到底了