Duffymo
- 活动总数 140
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 47
-
创建于 Cannot Start IntelliJ X 96.1190 After Installing Erlang and Scala Plug-ins
I'm running IntelliJ X 96.1190 on Windows XP SP3. I downloaded the Scala and ErlGrey plugins and restarted, but IntelliJ complained about system index problems and wouldn't start.I uninstalled Inte... -
创建于 Problem Running Module in PyCharm 96.742 Console
已回答I created a new class in Python: __author__ = 'Michael'class chapter2(object): """Core Python Programming chapter2""" version = 1.0 # class static attribute def __init__(self, name='first ... -
创建于 Can't Add DB-Program
I tried to configure a DB-Program tonight. I wanted to connect to MySQL 5.1.24 running under Windows XP SP3, using the Connector-J JDBC driver version 5.1.6. Here are my configuration parameter... -
创建于 What Is "Django Support" In PyCharm Buying Me?
I don't see what Django support in PyCharm is giving me. I created a new Django project, but the django-admin.py tasks don't appear to be integrated in. Is the idea to run them inside the console... -
创建于 Can't Start IDEA X After Install
I downloaded the IDEA X install .exe and ran it. When I try to start IntelliJ I get the attached log message and a thread dump. The exception is:Caused by: java.io.FileNotFoundException: C:\Docum... -
创建于 How To Increase The Timeout For The PyCharm Console?
I'm running a script using the 10 second default timeout that is taking some time to complete. I keep getting the "Timeout exceeded" message and no answer from my method call. How can I increase ... -
创建于 How To Run Peter Norvig's Spell Checker In PyCharm?
I downloaded PyCharm today. I need help getting off the dime with the simplest of problems.I created a new project and created a new file SpellChecker.py. I pasted Peter Norvig's brilliant Python... -
创建于 Maia Build 10781 Has Lost TestNG Capability
I can't create a TestNG test in Maia build 10781 anymore.I can see that the TestNG-J plug-in is installed and available. But the TestNG icon is no longer showing when I try to create a test. I ca... -
创建于 TestNG Configuration Not Showing Up In Maia Build 10781
I installed the TestNG plug-in for Maia build 10781, but I don't see the TestNG configuration under Run/Build. I can add JUnit successfully. I annotated a test class using the TestNG annotations ... -
创建于 Maia build # 10762 breaks previously working Grails project
I've been following along with Maia and exercising Grails functionality with it. When I upgraded to build # 10762 today it broke my working Grails project. I'm using Sun JDK 1.6.0_13, Grails 1.1....