Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some bugs #40

Merged
merged 2 commits into from
Jun 6, 2021
Merged

fix some bugs #40

merged 2 commits into from
Jun 6, 2021

Conversation

xiaohu-liu
Copy link

path存在多级目录的时候存在创建错误的异常,需要手动创建。
mkdir() 创建此抽象路径名称指定的目录(及只能创建一级的目录,且需要存在父目录)
mkdirs()创建此抽象路径指定的目录,包括所有必须但不存在的父目录。(及可以创建多级目录,无论是否存在父目录)

path存在多级目录的时候存在创建错误的异常,需要手动创建。
mkdir() 创建此抽象路径名称指定的目录(及只能创建一级的目录,且需要存在父目录)
mkdirs()创建此抽象路径指定的目录,包括所有必须但不存在的父目录。(及可以创建多级目录,无论是否存在父目录)
@xiaohu-liu
Copy link
Author

作者的意思如果是强制用户手动创建的设计意图,可以close掉这个pr

解决当type为大写或者部分字符大写的情况下,字段类型统一转为Object的bug
@xiaohu-liu xiaohu-liu changed the title Update PojoExecute.java fix some bugs Jun 4, 2021
@pingfangushi pingfangushi merged commit 9bcae7a into pingfangushi:master Jun 6, 2021
@xiaohu-liu xiaohu-liu deleted the b1 branch June 9, 2021 07:59
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants