脚本监控:获取最大句柄数的进程:链接分析:脚本片段: case "$handle" in 2)
echo "The handle of the process : " echo " " handle | awk...
分类:
系统相关 时间:
2014-05-24 03:05:11
阅读次数:
420
1.被客户不断变化的需求 “折磨”第一次需求 class Printer{ void Open(){
System.out.println("Open"); } void Close(){ System.out.println("Close");...
分类:
其他好文 时间:
2014-05-24 01:28:44
阅读次数:
252
首先用session将随机生成的验证码的值传到页面,然后获取当前文本框中输入的值
进行对比;代码如下:生成的随机数,把它传到session里面然后写Ajax代码如下:function checkYZM(){ getXmlhttp();
xmlHttp.open("GET","chekYZ...
分类:
Web程序 时间:
2014-05-24 00:32:19
阅读次数:
358
为什么要使用抽象类 ? 父类是打印机, 子类是 喷墨打印机 和 针式打印机 父类的 print
函数, 由于 喷墨打印机 和 针式打印机 原理不同而无法编写, 故应使用抽象函数 下面演示一种抽象类的价值.abstract class Printer{
void Open(){ ...
分类:
其他好文 时间:
2014-05-23 22:02:30
阅读次数:
382
zTree实现获取一级节点数据
1、实现源码
zTree实现基本树
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"湖北省", open:true...
分类:
其他好文 时间:
2014-05-23 08:20:00
阅读次数:
378
Create a Project with Eclipse
Click New in the toolbar.In the window that appears, open the Android folder, select Android Application Project, and click Next.
Figure 1. The New Android A...
分类:
系统相关 时间:
2014-05-22 11:55:51
阅读次数:
418
Gallery和swithcer联合使用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complian...
分类:
其他好文 时间:
2014-05-22 11:19:05
阅读次数:
288
java.lang.ClassCastException: android.content.res.XmlBlock$Parser cannot be cast to android.view.animation.Animation...
分类:
移动开发 时间:
2014-05-22 09:26:20
阅读次数:
590
zTree实现单独选中根节点中第一个节点
1、实现源码
zTree实现基本树
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"湖北省", open...
分类:
其他好文 时间:
2014-05-22 08:54:06
阅读次数:
309
两种方法:
一、File→ArcGIS Online→影像图→Open。
二、
效果:...
分类:
其他好文 时间:
2014-05-20 14:33:54
阅读次数:
310