Kawu

Avatar
  • 活动总数 66
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 8
  • 订阅数 19
  • 创建于

    JPA 2.1 entity mappings not recognized

    Hi ,I am currently switching an important project from Java EE 6 to Java EE 7 and I got a named-queries.xml file with the following at the top:<entity-mappings xmlns="http://xmlns.jcp.org/xml/ns/pe...
    • 6 个关注者
    • 4 条评论
    • 6 票
  • 创建于

    Automatically add missing imports when using "Optimize Imports"?

    Hello,I'm continuously refactoring my code and one of the things that's a bit annoying with PyCharm is the inability of its "Optimize Imports" functionality to not add missing imports to a file to ...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Copy changed files to a local directory?

    Hello,I'm developing a non-web application, that is it is a plugin for a tool called MySQL Workbench. This application's plugin files reside under (in Windows)C:\Users\{MyUserName}\AppData\Roaming\...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    Suppress __author__ for new file?

    Quick and short: is it possible to supress __author__ = "..." when creating new files? If so, how?Kawu
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Method XYZ may be static

    Hello,my project has a module which was written quite OO like. I'm refactoring this one now, but I get very annoying warnings "Method 'xyz' may be static." It's true, yes, but making the methods st...
    • 2 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    Disable individual PEP8 style checking (line length)

    I really like PyCharm PEP 8 style checking, however I would like to disable line length checking.Can certain checks be disabled individually? If so, how?This SO question is equivalent, but has no s...
    • 3 个关注者
    • 3 条评论
    • 4 票
  • 创建于

    Deployment of changed files (Community Ed.)

    I'm currently reading documentation about how to deploy changed files to another directory.Like this:https://www.jetbrains.com/pycharm/webhelp/creating-a-remote-server-configuration.htmlHowever, my...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Configuring Python environment shipped with 3rd party software (MySQL Workbench 6.1)

    Hello,I have just downloaded PyCharm as my first Python IDE. I felt it was the logical choice after having switched from Eclipse to IntelliJ a few weeks ago. ;-)Anyways, I have problems configuring...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Deploy to Wildfly deployments dir instead of project's target dir?

    I have created a Wildfly server and I pointed it to the C:\dev\wildfly dir.However, when I deploy the application via the run configurations, the webapp is always deployed to the project's target d...
    • 2 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    Add one-shot Java EE libraries to project

    Hello,I get validation and compile errors for all of my javax.* classes in the project (mostly imports and annotations on the entities).I know I can add each JAR to the path manually, like the libs...
    • 2 个关注者
    • 1 条评论
    • 0 票