小段代码:Intentit=newIntent();it.setClass(Setting.this,Main.class);//从Setting跳转到Mainit.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);//加上FlagstartActivity(it);...
分类:
其他好文 时间:
2014-05-28 04:04:30
阅读次数:
248
原题地址:https://oj.leetcode.com/problems/climbing-stairs/题意:You
are climbing a stair case. It takesnsteps to reach to the top.Each time you can
either cl...
分类:
编程语言 时间:
2014-05-28 03:27:49
阅读次数:
267
原题地址:https://oj.leetcode.com/problems/minimum-path-sum/题意:Given
amxngrid filled with non-negative numbers, find a path from top left to bottom
right w...
分类:
编程语言 时间:
2014-05-28 03:03:13
阅读次数:
320
var curY; //获取所选项的TOP值var curH; //获取所选项的height值var
curW; //获取所选项的width值var srtY; //设置提示箭头的TOP值var srtX; //设置提示箭头的Left值var objL;
//获取当前对象function...
分类:
其他好文 时间:
2014-05-27 18:09:20
阅读次数:
318
#"包含了一个位置信息默认的锚点是#top
也就是网页的上端而javascript:void(0)
仅仅表示一个死链接这就是为什么有的时候页面很长浏览链接明明是#可是跳动到了页首而javascript:void(0)
则不是如此所以调用脚本的时候最好用void(0)或者等打开新窗口链接的几种办法1....
分类:
编程语言 时间:
2014-05-27 16:11:47
阅读次数:
326
The top officer in the United States Navy spoke
this week about the Navy’s growing presence in Asia and the Pacific Ocean.He
said the growing U.S. pre...
分类:
其他好文 时间:
2014-05-26 17:16:02
阅读次数:
400
A Stack is a data-structure that You can only add
an element to the top of the Stack, andYou can only read or remove an element
also from the top.Plea...
分类:
编程语言 时间:
2014-05-26 17:10:21
阅读次数:
540
The connection to adb is down, and a severe
error has occured. 1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tools下,
如图:3.键入adb kill-server ,如果adb关闭了....
分类:
数据库 时间:
2014-05-26 16:43:03
阅读次数:
222
一、进程管理进程管理包括进程控制,进程调度,进程同步与通信,死锁控制四个内容。(一)进程控制进程是操作系统中运行的基本单位,包括程序段,数据段和进程控制段。操作系统通过进程控制块(PCB)管理进程。每一个PCB唯一标示一个进程。它存储进程的PID,UID,当前状态等信息,以及进程执行某一时刻的寄存器...
分类:
其他好文 时间:
2014-05-25 22:16:57
阅读次数:
337
unix中无法使用crontab设置执行计划
在系统下进行crontab设置时出现如下几种现象:
解决方法:
编辑cron文件内容:
$EDITOR=vi
$export EDITOR (将VI设成缺省的文件编辑器)
这样的话当你编辑任务的时候,默认的编辑器就是 vi 了(注意:如果重新登陆的话,还得重新设定,但可以将语句加...
分类:
其他好文 时间:
2014-05-25 10:57:23
阅读次数:
331