在文档装载完成后,如果打算为元素绑定事件来完成某些操作,则可以使用 bind() 方法来对匹配元素进行特定事件的绑定,bind() 方法的调用格式为:bind( type [, data] , fn ); bind() 方法有3个参数,说明如下。 第 1 个参数是事件类型,类型包括: blur、fo ...
分类:
Web程序 时间:
2019-03-17 23:17:01
阅读次数:
172
进入hbase shell命令行 bin/hbase shell HBase Shell; enter 'help' for list of supported commands. Type "exit" to leave the HBase Shell Version 0.92.1, r12989 ...
分类:
其他好文 时间:
2019-03-14 20:07:45
阅读次数:
196
F. Monkeying Around time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output When the monkey professor leave ...
分类:
其他好文 时间:
2019-03-13 19:42:03
阅读次数:
250
// JavaScript Document //导航下拉菜单 $(document).ready(function(){ $(".m_dh,.m_dhen").mouseenter(function(){ $(".main_dh").addClass("jianbian");//加入白色渐变 $(... ...
分类:
Web程序 时间:
2019-03-06 19:26:36
阅读次数:
191
1. 工程编译选项 设置项目的编译级别: https://blog.csdn.net/zlfprogram/article/details/78392716 File -> Project Structure 左侧 Project Settings -> Modules 选中你要编译的模块修改Sou ...
分类:
其他好文 时间:
2019-03-03 20:39:37
阅读次数:
157
1 Uboot启动流程 2 程序入口的查看 (1)首先在uboot文件夹中找到Makefile文件,搜索smdk2440查看配置情况; (2)在uboot文件夹中->board文件夹->samsung文件夹->smdk2440文件夹->u-boot.lds; 在u-boot.lds中找到start文 ...
分类:
其他好文 时间:
2019-03-02 23:50:30
阅读次数:
241
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2019-02-28 00:55:09
阅读次数:
156
刚启动完hadoop的时候,hadoop会进入安全模式,此时不能对hdfs进行上传,修改,删除文件的操作。 hadoop dfsadmin -safemode get 命令是用来查看当前hadoop安全模式的开关状态 hadoop dfsadmin -safemode enter 命令是打开安全模式 ...
分类:
其他好文 时间:
2019-02-25 18:10:15
阅读次数:
161
在看完《许纪霖教授在上海财经大学演讲——漫谈“大学生的四个Learn”》(下问简称《四l》)之后突然有点话想说。其实我对这篇文章有感的,所以想写这篇文章来说说看,我对四个learn的理解,以及对大学生的理解。 我在的学校名叫“福州大学至诚学院”(Fuzhou university Zhicheng ...
分类:
其他好文 时间:
2019-02-23 21:50:50
阅读次数:
221
27. Remove Element Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate extra s ...
分类:
Web程序 时间:
2019-02-17 22:23:29
阅读次数:
223