• 不能用con作为类名


    A class file was not written. The project may be inconsistent, if so try refreshing this project and building it

    翻译:

    未写入类文件。项目可能不一致,如果出现这种情况,则尝试刷新此项目并构建它

     

    这是因为使用了系统的关键字,我是在定义一个类,类名为Con的时候出现的

    这是因为有些名称在Windows下面都不能创建。注意,不许分大小写。Con,con,CON 都不可以!

    con是操作系统保留的一个设备名字,还有很多设备名都不能拿来用,如下:

    The following reserved device names cannot be used as the name of a file: 

    CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

    Also avoid these names followed by an extension (for example, NUL.tx7).

    解决方案:修改con类名,即可成功编译。

  • 相关阅读:
    灾后重建
    购物
    [BZOJ3991][SDOI2015]寻宝游戏
    [BZOJ2286][SDOI2011]消耗战
    [Luogu4149][IOI2011]Race
    [BZOJ4003][JLOI2015]城池攻占
    [HDU5765]Bonds
    [HDU5977]Garden of Eden
    [Luogu4331][Baltic2004]数字序列
    [BZOJ4540][HNOI2016]序列
  • 原文地址:https://www.cnblogs.com/valar/p/5896859.html
Copyright © 2020-2023  润新知