我想扩大我在NetBeans中编写的代码,以便更容易阅读.我可以通过使用ctrl和'+'来扩大输出,但它对代码不起作用.有谁知道如何做到这一点?
我在Java程序的开头添加了以下注释:
/**
*
* George Tomlinson (I'm not the author). I took this from the *internet* and made one correction.
* This program converts the string entered by the user from hexadecimal to ASCII.
*/
Run Code Online (Sandbox Code Playgroud)
NetBeans正在强调"互联网"这个词(上面的斜体但不是实际的程序).它显示的错误是"拼写错误的单词",但它没有拼写错误.在Word中我只是将它添加到字典中,但我在这里找不到任何这样的选项.有谁知道如何解决这个问题?
你可以在这里看到截图:

我正在尝试打开一个.tex文件.
我不确定我是否已达到(可能)令人惊讶的复杂过程的底部.有人告诉我,我可以用Notepad ++来做,我继续下载.结果如下:
%sample file for Modelica 2011 Conference paper
\documentclass[11pt,a4paper,twocolumn]{article}
\usepackage{graphicx}
% uncomment according to your operating system:
% ------------------------------------------------
\usepackage[latin1]{inputenc} %% european characters can be used (Windows, old Linux)
%\usepackage[utf8]{inputenc} %% european characters can be used (Linux)
%\usepackage[applemac]{inputenc} %% european characters can be used (Mac OS)
% ------------------------------------------------
\usepackage[T1]{fontenc} %% get hyphenation and accented letters right
\usepackage{mathptmx} %% use fitting times fonts also in formulas
% do not change these lines:
\pagestyle{empty} %% no page numbers! …Run Code Online (Sandbox Code Playgroud) 我想知道如何运行/使用我下载的以下Eclipse插件:
有一个名为'tarlog'的人在这个谷歌代码网站上制作了一个eclipse插件的项目:http://code.google.com/p/tarlog-plugins/downloads/detail? name = star.eclipse.plugins_1 .4.2.jar&能= 2&q =
它有一些其他的eclipse功能,其中包括Ctrl +和Ctrl + - 来改变字体大小.
我试过了Run> External Tools> External Tools Configurations.我将C:\ Users\User\workspace\tarlog.eclipse.plugins_1.4.2.jar作为Location和C:\ Users\User\workspace(包含该文件的文件夹)作为工作目录.这会导致以下错误:
执行命令行时发生异常.无法运行程序"C:\ Users\User\workspace\tarlog.eclipse.plugins_1.4.2.jar"(在目录"C:\ Users\User\workspace"中):CreateProcess error = 193,%1不是有效的Win32应用
这是令人费解的,因为我正在运行64位窗口.只是想知道如何运行/使用插件.
我使用C#使用Visual Studio 2010创建了一个表单.我想创建并保存它的png图片(Form1.cs [design]).