buzhang练习动画效果-show-hide-title
$(document).ready(function(e) {
$('button:first').click(function(){
//show([speed,[easing],[fn]])
//speed:三种预定速度之一的字符串("slow","normal", or "fast")或表示动画时长的毫秒...
分类:
Web程序 时间:
2014-10-09 15:35:38
阅读次数:
189
环境:1.win7 64位 2.python 2.7.8 3.PIL-1.1.7.win32-py2.7在运行一下例子时候出现问题:#-*-coding:utf-8-*-__author__ = 'Hmily'import Imageim=Image.open('pil.jpg')print...
分类:
Windows程序 时间:
2014-10-09 15:32:24
阅读次数:
1575
Android开发用真机连接Eclipse时,打不开File Explorer下的data文件夹 ? ? ? ? Android开发用真机连接Eclipse时,打不开File Explorer下的data文件夹: ? ? ? ? 真机先root,然后在手机上装上R.E 管理器(...
分类:
移动开发 时间:
2014-10-09 13:43:28
阅读次数:
225
POJ 1330 DescriptionA rooted tree is a well-known data structure in computer science and engineering. An example is show...
分类:
其他好文 时间:
2014-10-09 13:40:33
阅读次数:
300
1、普通情况下,系统默认的Dialog显示位置为屏幕居中: pbDialog = new ProgressDialog(MainActivity.this); pbDialog.setMessage("请稍等,载入中"); pbDialog.show();2、设置Dialog显示位置在屏幕底部: p...
分类:
移动开发 时间:
2014-10-09 01:35:47
阅读次数:
232
推荐两个eclipse插件:
1.StartExplorer
2.ExploreFS
相关链接请查看http://stackoverflow.com/questions/1161240/in-eclipse-reveal-current-file-in-filesystem...
#!?/usr/bin/python
‘‘‘
show?dirs
‘‘‘?
import?os
#Get?all?files?and?directories
def?get_cur_list(path):
????cur_files?=?os.listdir(path)
????all_files?=?[]
????for?fil...
分类:
编程语言 时间:
2014-10-08 13:16:05
阅读次数:
197
1 查看默认及支持的存储引擎mysql->show engines;2 查看mysql当前默认的存储引擎mysql->show variables like '%storage_engine%';3 查看test数据库buyer表的存储引擎mysql->show table status from ...
分类:
数据库 时间:
2014-10-08 13:12:55
阅读次数:
220
实验:基于cancel的不完全恢复
实验环境查看
lsnrctl status
select open_mode from v$database;
--监听与数据库状态
show parameter recovery;
select flashback_on from v$database;
archive log list;
--闪回与归档的配置
1)准备环境:RMAN...
分类:
其他好文 时间:
2014-10-08 13:05:15
阅读次数:
194
1、查看当前状态:SQL> select status from v$instance;STATUS------------OPENSQL> show parameter name;NAMETYPEVALUE------------------------------------ ---------...
分类:
数据库 时间:
2014-10-08 01:08:44
阅读次数:
356