码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
JS默认编码方式以及MyEclipse的修改
在 Window 菜单里面找到 Preferences , 在打开的窗口左侧找到 General -> Content Type ,然后在右侧的窗口里面可以看到 text ,点开前面的小三角,后找到 javascript , 在最下面的 Default Encoding 里面,将ISO8859-1 ...
分类:Web程序   时间:2015-05-21 12:12:41    阅读次数:153
Zend Studio 修改高亮变量的颜色、括号颜色
Zend Studio 双击变量后会高亮所有用到的该变量的背景色,如何修改高亮变量的背景色:打开 Window->Preferences->General->Editors->Text Editors->Annotations->PHP elements 'read' occurrences(PHP...
分类:其他好文   时间:2015-05-21 10:48:54    阅读次数:321
redis 性能监控和排查
1. INFOinfo指令返回服务器相关信息,包括:server: General information about the Redis serverclients: Client connections sectionmemory: Memory consumption related inf....
分类:其他好文   时间:2015-05-20 18:18:12    阅读次数:159
eclipse调整编辑文件字体大小
调整编写java文件时候的字体大小,如下图:1.选择Window--Preferences属性2.选择General--Appearance--ColorsandFonts,点开Basic3.下拉,选择Basic下的TextFont,鼠标双击4.选择对应的字体、字形、大小,点击‘确认‘即可
分类:系统相关   时间:2015-05-20 15:01:25    阅读次数:167
eclipsecdt添加自动补全功能
自动代码补全完全是一个改善生活质量的功能呀!cdt拥有自动代码补全功能,只是我们没有打开而已1. 绑定快捷方式1. windows -> preferences ->general->keys 在搜索框输入 template然后在binding 中输入 alt+/2. 开启自动填充功能windows...
分类:系统相关   时间:2015-05-20 14:41:46    阅读次数:258
linker command failed with exit code 1 (use -v to see invocation) xxx.app/xxx file not found test
出现linker command failed with exit code 1 (use -v to see invocation)这个错误,app下app名的文件夹file not found,而且还跟test有关。 解决放,选择工程,在targets下面选择xxxtests,看到它的general里有一个testing,testing下有个host application,选择它的下拉框,...
分类:移动开发   时间:2015-05-20 11:29:15    阅读次数:173
论文题目
准备阅读论文 :A General Software Defect-PronenessPrediction Framework类型:缺陷预测出处:IEEE TRANSACTIONS ON SOFTWARE ENGINEERING, VOL. 37, NO. 3, MAY/JUNE 2011Abstr...
分类:其他好文   时间:2015-05-20 02:00:26    阅读次数:131
vs2005_the breakpoint will not currently be hit. The source code is different from the original verison.
公司开发只能用英文版的VS2005 (雅蠛蝶)Tool-->Options-->Debugging->General:把Require source files to exactly match the orginal version的复选勾去掉就OK了。
分类:其他好文   时间:2015-05-19 20:34:28    阅读次数:289
Eclipse最佳设置
设置工作空间的项目编码, 防止出现乱码 Window - Preferences - General - Workspace 将"Text file encoding"选为"Other" - "UTF-8" 改变现有项目的编码的步骤: 右击项目属性, 选择"Text file encoding"的编...
分类:系统相关   时间:2015-05-19 12:15:04    阅读次数:247
Eclipse背景设置
Eclipse背景颜色修改:操作界面默认颜色为白色。对于我们长期使用电脑编程的人来说,白色很刺激我们的眼睛,所以我经常会改变workspace的背景色,使眼睛舒服一些。设置方法如下:1、打开window->Preference,弹出Preference面板2、展开General标签,选中Edi...
分类:系统相关   时间:2015-05-18 20:47:25    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!