码迷,mamicode.com
首页 >  
搜索关键字:panel    ( 1944个结果
easyui常用控件样式
div easyui-window 窗口样式 属性如下: 1.modal:是否生成模态窗口。true[是] false[否] 2.shadow:是否显示窗口阴影。true[显示] false[不显示] div easyui-panel 面板 属性如下: 1.title:该标题文本显示在面板头部。 2.iconCls:在面板上通过一个CSS类显示16x16图标。...
分类:其他好文   时间:2015-04-16 15:54:30    阅读次数:181
svchost.exe 占用内存过多
http://www.tomshardware.com/forum/20583-63-svchost-netsvcs-speedBy Lokesh Chandra:Just Go to Control Panel,then click on Administrative tools then cli...
分类:其他好文   时间:2015-04-16 12:22:23    阅读次数:121
Ext.grid.Panel表格分页存储过程
/*首先需要引入两个Extjs插件类 Ext.ux.data.PagingMemoryProxy和Ext.ux.ProgressBarPager这两个类*/ /*下面是控制弹出窗体放大缩小时窗体居中的方法*/ 1 var HotalOrderResizeCenterWindow; 2 E...
分类:其他好文   时间:2015-04-15 22:49:53    阅读次数:208
groovy 弹出菜单
import groovy.swing.* import javax.swing.* import java.awt.*def swing = new SwingBuilder()swing.frame(title:"hello",show:true){ panel(){ def mm=...
分类:其他好文   时间:2015-04-14 00:31:27    阅读次数:122
C#自学之路26
26.面板控件和分组框控件,滚动条控件面板(panel)和分组框控件(GroupBox)控件是一种容器控件,可以容纳其他的控件,同时为控件分组。功能就是对窗口上的其他控件进行分类。滚动条控件(ScrollBar),有水平滚动条和垂直滚动条。1.常用的属性。a.Minimun(最小值)属性,滚动..
分类:Windows程序   时间:2015-04-13 21:11:25    阅读次数:211
window server 2008 r2 下如何安装IIS
1.Control Panel\All Control Panel Items\Administrative Tools 下找到Server Manager2.打开Server Manager, 在roles里面 右侧 点击 Add Roles3.对 File Services和Web Server...
分类:Windows程序   时间:2015-04-13 20:32:00    阅读次数:166
ZOJ3865:Superbot(BFS)
Superbot is an interesting game which you need to control the robot on an N*M grid map. As you see, it's just a simple game: there is a control panel with four direction left (1st position), right ...
分类:其他好文   时间:2015-04-13 00:28:23    阅读次数:171
EasyUI的面板和Ajax的结合使用
学习这一点的时候,让我感到很惊讶,因为我在丝毫没有看到ajax影子的情况下的的确确的使用着ajax,这必然是极好的。 面板的属性,方法和行为相对比较多,在这里就不做太多的累赘,这里只说一下关于一些关于被面板封装的Ajax操作。 $(function(){ $("#box").panel({ title: '搜面板', width: 500, height: 500, icon...
分类:Web程序   时间:2015-04-12 17:52:04    阅读次数:167
Resetting XFCE Panels to default settings
XFCE stores it‘s configuration for the running session in?xfconfd. Feel free to back up the files you‘re going to delete first. Shut down the panel first,?xfce4-panel --quit Kill the xfce4 confi...
分类:其他好文   时间:2015-04-11 19:37:11    阅读次数:180
通过.css修改.jsp
项目遇到jsp页面显示的效果需要修改,通过.css修改.jsp 需求是把grid panel往下移,这样美观一点。修改成下面这样: 通过审查元素确定这部分是。新建.css文件。 @CHARSET "UTF-8"; #topic-grid { padding-top:36px; } 在jsp文件中加上这句话,配置css文件路径。 这样css文件中的代码就会起效果了...
分类:Web程序   时间:2015-04-07 17:48:48    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!