最新文章列表

DB2 SMS tablespace 容器大小不等测试

看到官方文档有这句: 引用 When all space in a single container in an SMS table space is allocated to tables, the table space is considered full, even if space remains in other containers。 The SMS table space is fu ...
guoyanxi 评论(0) 有2690人浏览 2011-06-28 21:53

Drools

Drools - The Business Logic integration Platform http://www.jboss.org/drools Drools 5 introduces the Business Logic integration Platform which provides a unified and integrated platform for Rules, W ...
xgbjmxn 评论(0) 有1250人浏览 2011-06-28 20:59

【转】OBIEE Coodinated Caching Strategy

Hello, I can only speak for the BI Server cache. To my knowledge, it is the only cache that can be flushed in a deterministic, piecemeal fashion. The most basic way to handle cache flushing is to set t ...
jianchen 评论(0) 有1135人浏览 2011-06-28 18:29

ifconfig

ifconfig 功能:配置网络 [举例] *查看网络配置信息 [quietheart@lv-k test]$ifconfig 输入之后输出包含如下: ...省略... eth0 Link encap:Ethernet HWaddr 00:0C:29:F3:3B:F2 inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0 ...
vaqeteart 评论(0) 有1368人浏览 2011-06-28 18:19

【6.28】GestureDetector手势监听

  接口有两个,如下:   public interface OnGestureListener {                 // Touch down时触发, e为down时的MotionEvent
UP 
火神曲 评论(0) 有1397人浏览 2011-06-28 17:56

perl - 基础

第二章 标量数据 #!/usr/bin/perl -w $pi = 3.141592654; $circ = 2 * $pi * 12.5; print "The circumference of a circle of radius 12.5 is $circ.\n"; print "Enter first numb ...
Tristan_S 评论(0) 有1282人浏览 2011-06-28 16:40

个人android笔记(三)

1、代码片段:获得最新通话记录的时长,格式为HH:mm:ss public String getFormattedTime() { long duration = 0; Cursor cursor = getContentResolver().query(CallLog.Calls.CONTENT_URI, new String[] { CallLog.Calls.DURATI ...
yoyotota 评论(0) 有2045人浏览 2011-06-28 15:51

ArcGIS Viewer for Flex 2.3新特性

新特性与改进 Wraparound: 在WGS84地理坐标系或Web Mercator投影坐标系中实现了跨越日期线的拖动(纬向循环)。在主配置文件中<map>标签中设定wraparound180属性。 绘制和编辑要素时按住ctrl键可以自动吸附(默认15像素)。 改进了Web Map功能以支持ArcGIS.com的更新,包括支持在ArcGIS中设置的弹出窗口 更好的弹出窗口,更 ...
skying8603 评论(0) 有1925人浏览 2011-06-28 13:41

A New Billionaire’s 10 Rules for Success

  原文链接:http://blogs.wsj.com/wealth/2011/06/24/a-new-billionaires-10-rules-for-success/   Bob Parsons (below) may be best known as the man standing next to the “GoDaddy Girls,” the busty spokesmodels ...
zrcoffee 评论(0) 有860人浏览 2011-06-28 13:34

代理模式

代理模式三大要素:抽象角色(真实角色和代理角色关系),代理角色(中间人),真实角色(供应方) 一、静态代理 package org.mars.design.proxy.staticMode; /** * Title: base<br> * Description: It's an abstract role,just like a deal between ...
huangyunbin 评论(0) 有978人浏览 2011-06-28 08:48

JavaScript event KeyCode数字对应键盘大全

keycode 8 = BackSpace BackSpace keycode 9 = Tab Tab keycode 12 = Clear keycode 13 = Enter keycode 16 = Shift_L keycode 17 = Control_L keycode 18 = Alt_L keycode 19 = Pause ...
binyan17 评论(0) 有1146人浏览 2011-06-28 00:08

Linux下查看系统负载

Linux下查看系统负载              在Linux系统中,uptime、top等命令都会有系统平均负载load average的输出。        系统平均负载被定义为在特定时间间隔内运行队列中的平均进程树。如果一个进程满足以下条件则其就会位于运行队列中:   - 它没有在等待I/O操作的结果   - 它没有主动进入等待状态(也就是没有调用'wait')   - 没有被停止(例如 ...
zpball 评论(0) 有740人浏览 2011-06-27 23:13

Base64加密、解密

package util; import java.io.UnsupportedEncodingException; /*** Provides encoding of raw bytes to base64-encoded characters, and decoding of* base64 characters to raw bytes.* * @author Kevin Kelley ( ...
superich2008 评论(0) 有1114人浏览 2010-09-06 12:26

通过一个函数或sql语句,随机生成任意6个字母组成的字符

1. declare @sql nvarchar(400) select @sql= 'select char( '+cONVERT(NVARCHAR,CONVERT(INT,26*rand())+97)+ ')+ CHAR( '+CONVERT(NVARCHAR,CONVERT(INT,rand()*26)+97)+ ')+ CHAR( '+CONVERT(NVARCHAR,CONVE ...
touchmm 评论(0) 有828人浏览 2010-07-12 23:10

Memory Leak Protection in Tomcat 7

The last time DZone spoke with Mark Thomas, a Senior Software Engineer with SpringSource and committer for Apache Tomcat, he said that Tomcat has had a long history of memory leaks when reloading web a ...
kyleliu 评论(0) 有682人浏览 2010-02-03 22:34

在Linode上安装VPN

最近美国的Office准备修改VPN的设置, 1、用OpenVPN取代现在的PPTP VPN. 2、限制VPN对Internet的访问,今后通过VPN只能访问内部资源。 对我的影响则是: 1、不能用手机连入VPN了,iPhone不支持OpenVPN。 2、不能用公司VPN了。 不得以想到自己在Linode的VPS,通常只用来做一些测试和host一些Imified的Bot, ...
kyleliu 评论(0) 有1494人浏览 2009-12-03 14:38

timer demo 之二

1.先写一个接口 interface ScheduleIterator.java import java.util.Date; public interface ScheduleIterator {public Date next(); public Date next_time(); } 2.实现 class DailyIterator.java import java.util.C ...
saybody 评论(0) 有643人浏览 2008-05-26 13:50

最近博客热门TAG

配置管理(25939) 项目管理(20031) 软件测试(13976) UP(12291) XP(10300) SVN(8929) maven(8757) Ant(6312) 单元测试(6248) 敏捷开发(4044) UML(3971) subversion(2859) Git(2680) CVS(2448) TDD(869) Loadrunner(727) VSS(523) CMM(511) capistrano(114) UseCase(114)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics