ide

how to position the cursor on the screen?

…衆ロ難τιáo~ 提交于 2020-01-15 05:36:31
问题 I'm new in programming and currently learning about arrays in C. I'm making a puzzle that contains 15 numbered square pieces mounted on a frame and one piece is empty.It allow the user to hit any of the arrow keys(up,down,left,right).The user will continue hitting the arrow keys till the numbers aren't arranged in ascending order.These pieces can be move horizontally and vertically. My problem is that i don't know how to position the cursor.I know a library function gotoxy() but i think it

NetBeans IDE: Is there a way to make files read-only or lock the contents?

╄→гoц情女王★ 提交于 2020-01-15 05:29:06
问题 In the Netbeans IDE, is there a way to make a file read-only or prevent the file's contents from being edited, even though the file is part of a project as source code, a test package, or a data file? PLEASE NOTE: I know a version control system should be used for any kind of project, and I diff any file with the version control copy before committing the changes to the repository; I'm just wondering if there's a way to "lock" a file in this editor/IDE. 回答1: After further research, this

常用开发工具的安装(JDK、IDEA、Tomcat、Maven、Mysql和Nodepad++)——实习日志7.10

爷,独闯天下 提交于 2020-01-15 04:20:20
一、JDK1.8 打开下载好的安装包 按照提示一步一步安装即可。 配置环境变量: JAVA_HOME: C:\Program Files\Java\jdk1.8.0_144 Path: ;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; (注意前面有分号) ClassPath: .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar; (注意前面有.;) 配置成功后:测试 java -version 和 javac -version 命令 二、IDEA ☞ 下载idea环境。 ☞ 安装好之后需要破解: ①打开C:\Windows\System32\drivers\etc路径中的hosts文件,在文件的最末尾换行添加【0.0.0.0 account.jetbrains.com】这行。 ②进入官网http://idea.lanyus.com/ 获取激活码,实现激活即可(仅用于个人学习使用) 进入后需要配置JDK,选择jdk1.8安装的目录即可。 以下是对IDEA的优化设置(转) IDEA文件目录介绍 ☞ 重点目录:IDEA安装完成后在路径 C:\Users\Administrator\.IntelliJIdea2018.2 下面是用户自己的配置信息,以后只需要保存自己的配置信息进行copy就可以了。 IDEA优化配置

SuperCollider not audible on headphone

南楼画角 提交于 2020-01-14 22:42:46
问题 I am just beginning to learn audio programming using supercollider. When I play a sound I am able to hear it on speakers but not headphone. I get the following message on starting server - booting 57110 localhost JackDriver: client name is 'SuperCollider' SC_AudioDriver: sample rate = 48000.000000, driver's block size = 1024 JackDriver: connected system:capture_1 to SuperCollider:in_1 JackDriver: connected system:capture_2 to SuperCollider:in_2 JackDriver: connected SuperCollider:out_1 to

SuperCollider not audible on headphone

≡放荡痞女 提交于 2020-01-14 22:42:41
问题 I am just beginning to learn audio programming using supercollider. When I play a sound I am able to hear it on speakers but not headphone. I get the following message on starting server - booting 57110 localhost JackDriver: client name is 'SuperCollider' SC_AudioDriver: sample rate = 48000.000000, driver's block size = 1024 JackDriver: connected system:capture_1 to SuperCollider:in_1 JackDriver: connected system:capture_2 to SuperCollider:in_2 JackDriver: connected SuperCollider:out_1 to

where is the threads window in vs2008

我怕爱的太早我们不能终老 提交于 2020-01-14 14:02:02
问题 I'm trying to find the threads window in VS 2008 described here and here, but I can't find it anywhere. I've looked in View and don't see anything remotely like this. This seems very useful. Thanks for any help EDIT: yes i am debugging EDIT: thanks, I found it! 回答1: You are debugging, right? It doesn't show up otherwise. Also, it may be docked along with some other window, so check that it's not embedded in a tab somewhere. And the menu is Debug->Windows->Threads. It lists a shortcut of Ctrl

where is the threads window in vs2008

谁都会走 提交于 2020-01-14 14:01:46
问题 I'm trying to find the threads window in VS 2008 described here and here, but I can't find it anywhere. I've looked in View and don't see anything remotely like this. This seems very useful. Thanks for any help EDIT: yes i am debugging EDIT: thanks, I found it! 回答1: You are debugging, right? It doesn't show up otherwise. Also, it may be docked along with some other window, so check that it's not embedded in a tab somewhere. And the menu is Debug->Windows->Threads. It lists a shortcut of Ctrl

where is the threads window in vs2008

微笑、不失礼 提交于 2020-01-14 14:01:25
问题 I'm trying to find the threads window in VS 2008 described here and here, but I can't find it anywhere. I've looked in View and don't see anything remotely like this. This seems very useful. Thanks for any help EDIT: yes i am debugging EDIT: thanks, I found it! 回答1: You are debugging, right? It doesn't show up otherwise. Also, it may be docked along with some other window, so check that it's not embedded in a tab somewhere. And the menu is Debug->Windows->Threads. It lists a shortcut of Ctrl

How can I hide an exception type from the output window in Visual Studio?

你说的曾经没有我的故事 提交于 2020-01-14 10:07:55
问题 I'm testing something and the output windows is being flooded with exceptions. How can I filter an exception type that is shown in the output window. Note: Avoiding exceptions is not possible in this case. 回答1: I do not believe this is possible. I think you can suppress all exceptions if a certain option is ticked but there is no way to filter the ones that are displayed. 回答2: Hiding an exception type is not possible as I know. But to filter out all exception messages, right click output

How can I hide an exception type from the output window in Visual Studio?

泪湿孤枕 提交于 2020-01-14 10:07:37
问题 I'm testing something and the output windows is being flooded with exceptions. How can I filter an exception type that is shown in the output window. Note: Avoiding exceptions is not possible in this case. 回答1: I do not believe this is possible. I think you can suppress all exceptions if a certain option is ticked but there is no way to filter the ones that are displayed. 回答2: Hiding an exception type is not possible as I know. But to filter out all exception messages, right click output