logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

问题:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server vers

问题描述:运行Java程序,将数据写入MySQL报错。You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘XXX’ at line 1翻译:你的SQL语法有错误;检查与你的MySQL

总结整理:Python基础语法

中文编码:#!/usr/bin/python# coding=utf-8print( "你好,世界" )默认情况下,Python3源码文件以UTF-8编码,可以正常解析中文。

到底了