Skip to content

Bug fixes and encoding changes.#5

Open
natelindev wants to merge 1 commit intojiweixing:masterfrom
natelindev:master
Open

Bug fixes and encoding changes.#5
natelindev wants to merge 1 commit intojiweixing:masterfrom
natelindev:master

Conversation

@natelindev
Copy link
Copy Markdown

以第5步为例 else if 的条件}else if(pp.type.equals("python")){错误,此处应该为}else if(icgen.type.equals("python")){,其他步类似,都错误的写成了}else if(pp.type.equals("python")){

另外,建议将icgen.path != ""修改为!Objects.equals(optimizing.path),因为== 以及!=符号对于字符串来说,是进行引用的比较而非值的比较,进行值的比较应该使用equals方法

@natelindev
Copy link
Copy Markdown
Author

另外,部分代码文件使用了gb2312编码,在unix系统下为乱码,我将其转换成了utf-8编码

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.

1 participant