最近安装了多个版本vs(vs2008,vs2015),也安装了多个版本的VAX,VA集成方式也不一样,导致系统内VA版本冲突,安装完成提示成功,但在VS2008菜单中却不出现Visual Assist菜单项。 经过一番折腾,终于找到解决办法,原因是之前VA版本卸载不干净导致,所以我把所有VA的东西全 ...
分类:
其他好文 时间:
2017-05-17 13:50:48
阅读次数:
256
从网上下载了Visual Assist X 版本号的破解版,安装文件夹为默认的c://program files/Visual Assist X/,当我把破解的VA_X.dll粘贴到该文件夹下,VC++ 6.0能够正常启动Visual Assist,可是VS2010仍然会有提示是“试用。 针对vs2 ...
分类:
其他好文 时间:
2017-05-13 18:59:02
阅读次数:
173
1.打开eclipse→Windows→Preferences→Java→Editor→Content Assist 改动Auto Activation triggers for java的值为:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW 2 ...
分类:
Web程序 时间:
2017-05-12 20:20:21
阅读次数:
224
1.打开eclipse→Windows→Preferences→Java→Editor→Content Assist 修改Auto Activation triggers for java的值为:zjava 点击apply按钮 2.继续打开JavaScript→Editor→Content Assi ...
分类:
Web程序 时间:
2017-05-06 15:09:28
阅读次数:
201
使用eclipse自带的插件,无需另外安装插件,具体步骤如下 1.打开eclipse→Windows→Preferences→Java→Editor→Content Assist 修改Auto Activation triggers for Java的值为:zjava 点击apply按钮 如图: 2 ...
分类:
Web程序 时间:
2017-04-26 11:51:00
阅读次数:
149
1.首先检查你的关联dtd或者xsd没有出错 2.右击“open with”,看看目前是用什么editor,选用XML Editor;(spring,hibernate没提示可选值就是这原因) 3.对于仅仅关联了struts的dtd,eclipse好像只能提示到标签和属性名,对于比如result的t ...
分类:
编程语言 时间:
2017-04-18 00:49:40
阅读次数:
293
Eclipse具有代码提示功能, 但是默认的提示只有在输入"."时才会提示, 我们希望Eclipse可以像Visual Studio那样, 输入任何字母都可以自动提示, 按照如下方式进行修改即可: 1. “window”→“Preferences” 2. 选择“Java”,展开,“Editor”,选 ...
分类:
系统相关 时间:
2017-04-17 17:30:36
阅读次数:
259
1、alt + / 会给提示 2、上面这种稍微麻烦一点,如果需要写了@就直接给提示,就需要设置一下: a)Window - preferences b)搜 content assist,选中 Java 下的 content assist,如图: 这样每次输入@符号就能直接提示了。 ...
分类:
Web程序 时间:
2017-04-11 13:52:45
阅读次数:
139
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common erro... ...
分类:
其他好文 时间:
2017-04-04 14:20:09
阅读次数:
259
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common erro... ...
分类:
其他好文 时间:
2017-04-04 14:11:58
阅读次数:
236