8forty

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

    Database console/output panel arrangement

    In a previous version of pycharm (not sure which one) I was able to arrange the DB console and output panels to be side-by-side at the bottom of the pycharm window and they would stay that way afte...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    SQLServer SQLCMD mode in pycharm?

    This issue says that SQLCMD mode is supported in datagrip now: https://youtrack.jetbrains.com/issue/DBE-4546  However I can't find any way to use it in pycharm -- am I missing it somewhere in the s...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    SQL Queries MUCH slower in 2019.1.2, serious performance regression

    已回答
    Hi, I just upgraded pycharm from 2018.3.4 to 2019.1.2, I do both python and SQL extensively.  Suddenly, "SELECT * FROM ..." queries on a large table take minutes to return the first 500 rows, while...
    • 3 个关注者
    • 12 条评论
    • 1 票
  • 已编辑于

    Error viewing pyspark DataFrame

    已回答
    Hi,  I have a variable that's type pyspark.sql.dataframe.Dataframe (spark 2.4.0), when I click "...View as DataFrame" in pycharm, I get a python error (below), and the python console locks up so I ...
    • 3 个关注者
    • 4 条评论
    • 1 票
  • 创建于

    Pycharm Database plugin: Generate DDL to Clipboard keyboard shortcut

    Hi, I noticed that the keyboard shortcut for this (Shift+Ctl+C) doesn't work, and when I search the Keymap in Settings this command doesn't show up (although "Generate DDL to Console" does).  Is th...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    print() doesn't work on python console with sklearn import (pycharm 2018.1, windows10)

    已回答
    Using a file with just these 2 lines:    from sklearn.cluster import KMeans    print('done') 'done' is printed correctly both in the python command-line and when run with the 'Run with Python Conso...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    2018.1 SciView Plots tab only shows 1 matplotlib Figure

    For example if I do plt.plot(...), then plt.figure(), then plt.plot(...), then plt.show(), only the 2nd figure shows up in the Plots tab.  
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Azure Security alert on Datagrip

    已完成
    Hi, I'm using Datagrip/pycharm for SQL development on Azure SQL databases, and have started getting security alerts from Azure saying: "Potential exploitation of application code vulnerability to S...
    • 5 个关注者
    • 15 条评论
    • 0 票
  • 创建于

    Duplicating SQL console tabs

    Hi, When developing SQL queries, I normally have a horizontal split of 2 distinct consoles for the same data source.  While a query is busy running in the top split, I switch to the bottom split to...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Run with ctrl-shift-f10 never finishes

    已回答
    I'm new to pycharm, and I don't understand why even a simple hello world program never finishes after ctrl-shift-f10:    def main():   print('hello worldx')   return    if __name__ == '__main__':  ...
    • 2 个关注者
    • 3 条评论
    • 1 票