eclipse中xml文件格式化(ctrl+shift+f),可能会发现格式化xml文件后很乱,如图: 这不是我想要的样子,我想要的是这样的: 解决办法:windows -> Perferences ->XML -> XML Files ->Editor Line Width:设置每行字符数 Split multiple attributes each on a new line:标签属性单独一行显示 一般,行字符数根据需要设置.然后去除标签单独显示复选框即可.…
关于PropertyGrid控件的详细用法请参考文献: 1.C# PropertyGrid控件应用心得 2.C#自定义PropertyGrid属性 首先定义一个要在下拉框显示的控件: using System; using System.Windows.Forms; namespace Simon.WinForms.Examples.PropertyGrid { public class EditorControl : UserControl { public EditorControl() {…
在上一篇<freemarker里的分页--ftl文件>中我们讨论了分页的逻辑,在这一篇文章中,我们開始看一下怎样进行ftl的传值 或许你在上一篇文章中已经发现了端倪.是的,不错,我们须要一个类 package com.yunlu.leagueofitlovers.system.util; public class PageUtil { private int dataCount; private int currentPage; private int pageCount; private i…