方法1: (不用编程写代码)程序中引用 单元 EhLibCDS设置DBGridEh的属性: ColumnDefValues.Title.TitleButton = True OptionsEh = [ghAutoSortMarking, dghMultiSortMarking] SortLocal ...
分类:
数据库 时间:
2014-11-01 01:02:24
阅读次数:
372
微软近期Open的职位:Title: Software Engineer II-Senior Software Engineer for Satori, STCLocation: Beijing or SuzhouSearch Engine has been evolving from key wo...
分类:
其他好文 时间:
2014-10-31 23:35:00
阅读次数:
210
写在前面我们经常会遇到显示一张图片并且有一个label 标识这张图片而且还可以点击并要求文字改变的需求,很多时候我会继承uicontrol类来实现但是,觉得很麻烦,于是想uibutton 既有image又有title ,说不定有什么好的方法。正文翻了翻资料,发现了这个展开看到这里已经很明白了,关键是...
分类:
移动开发 时间:
2014-10-31 23:26:33
阅读次数:
291
function buildTree(){ //$('.tree li:has(ul)').addClass('parent_li').find(' > span').attr('title', 'Collapse this branch'); $('.tree li.parent_li >...
分类:
Web程序 时间:
2014-10-31 18:37:54
阅读次数:
241
requestWindowFeature可以设置的值有:// 1.DEFAULT_FEATURES:系统默认状态,一般不需要指定 // 2.FEATURE_CONTEXT_MENU:启用ContextMenu,默认该项已启用,一般无需指定 // 3.FEATURE_CUSTOM_TITLE:自定义标...
Ext.MessageBox.confirm= function(title, msg, fn) { this.show({ title : title, msg : msg, buttons:{yes:'确定',no:'取消'}, fn : fn,...
分类:
Web程序 时间:
2014-10-31 11:23:49
阅读次数:
268
Jquery代码
$("title").html("hello");
后来只好用下面这段js代码来实现
Js代码
document.title="hello";
??...
分类:
Web程序 时间:
2014-10-31 10:11:42
阅读次数:
167
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>jQuery插入,...
分类:
Web程序 时间:
2014-10-31 00:00:49
阅读次数:
231
BAT代码:@echo off Title DataBase Color 0A :caozuo echo. echo ═══════════════════════════════════════ech...
分类:
数据库 时间:
2014-10-30 22:15:06
阅读次数:
359
Bat在日常编程中使用到会帮我们省去很多力气。@echo off Title DataBase Color 0A :caozuo echo. echo ══════════════════════════...
分类:
其他好文 时间:
2014-10-30 22:09:24
阅读次数:
244