美文网首页
编程规约

编程规约

作者: wesker8080 | 来源:发表于2018-02-28 10:58 被阅读0次
  1. IDE的 text file encoding 设置为UTF-8;IDE中文件的换行符使用UNIX格式,不要使用Windows格式。
    1.1 具体设置在 Window - Preferences,左边选择 General - Workspace ,右边的 New text file line delimiter选择 Other ,然后在里面选择 Unix,点 Apply ,再点OK 关闭窗口,这样新建立的文件就是 Unix 格式了。

相关文章

网友评论

      本文标题:编程规约

      本文链接:https://www.haomeiwen.com/subject/thrbxftx.html