如何更改MyEclipse代码自动换行的长度?window->preferences->java->code style->formatter->edit->line wrapping->maximum line width 修改后保存就OK了
分类:
系统相关 时间:
2015-03-20 15:57:43
阅读次数:
192
一、 http://www.cnblogs.com/welkinwalker/archive/2011/10/20/2218804.html二、http://www.cnblogs.com/TianFang/archive/2008/09/19/1294521.html三、http://blog.s...
分类:
编程语言 时间:
2015-03-20 15:55:01
阅读次数:
152
Window -> Preferences -> Android -> Build Skip packaging and dexing until export or launch.(Speeds up automatic builds on file save)...
分类:
系统相关 时间:
2015-03-20 13:04:27
阅读次数:
151
# Local per-repo rules can be added to the .git/info/exclude file in your # repo. These rules are not committed with the repo so they are not shared # with others. This method can be used for local...
分类:
其他好文 时间:
2015-03-20 11:12:29
阅读次数:
150
前面讲到auto_ptr有个很大的缺陷就是所有权的转移,就是一个对象的内存块只能被一个智能指针对象所拥有.但我们有些时候希望共用那个内存块.于是C++ 11标准中有了shared_ptr这样的智能指针,顾名思义,有个shared表明共享嘛.所以shared_ptr类型的智能指针可以做为STL容器的元...
分类:
其他好文 时间:
2015-03-20 10:37:09
阅读次数:
242
Raspberry Pi (BCM2835): Device Information Architecture ARMv6 CPU ARM11 RAM 256MB OR 512MB since October 2012 (shared with?GPU) GPU VideoCore IV OpenGL OpenGL ES 2.0 Multimedia OpenMax IL 1.1.2 Qt...
分类:
Web程序 时间:
2015-03-20 07:01:51
阅读次数:
1569
在前文《MVC中 _ViewStart _Layout Index三个页面中的加载顺序》 中另外指定母版页 Layout.cshtml时...遇到了这个问题..报错: 以下各节已定义,但尚未为布局页“~/Views/Shared/Layout2.cshtml”呈现:“BreadCrumb; Tail...
分类:
Web程序 时间:
2015-03-19 21:50:51
阅读次数:
118
解决方案:1. 检查windows ——preferences ——java ——editor —— content assist - advanced,在右上方有一行“select the proposal kinds contained in the 'default' content assi...
分类:
系统相关 时间:
2015-03-19 20:18:58
阅读次数:
157
如果对缺省的样子不满意, 可以有模板,寻寻觅觅,摸索出在Views\Shared\EditorTemplates下创建String.cshtml必须的是EditorTemplates文件夹@{ var display = ViewData.ModelMetadata.DisplayName ?...
分类:
Web程序 时间:
2015-03-19 18:01:13
阅读次数:
140
1、配置remote interpreters: Preferences —>Python Interpreters,然后点击“+”,选择remote,然后填写远程信息: 2、需要将自己的代码上传到remote机器,这一步细分为两步: Tools—>Development—>Configur...
分类:
其他好文 时间:
2015-03-18 21:53:32
阅读次数:
212