牛骨文教育服务平台(让学习变的简单)
博客笔记
15
2018-01
bootstrap和jquery区别 2018-01-15
Bootstrap简单介绍     Bootstrap是基于HTML5和CSS3开发的,它在jQuery的基础上进行了更为个性化的完善,形成一套自己独有的网站风格,并兼容大部分j
12
2017-09
关于web开发中的开关功能------layui和bootstrap两种开关 2017-09-12
1.两种开关都需要使用外部引入的js包,layui使用layui插件包 第一种layui式开关: ①引入的外部文件     此js我会上传到下载资源中,供大家使用,也

			
				Bootstrap 模态框(Modal)与layer.prompt()冲突,layer.prompt()不起作用
Bootstrap 模态框(Modal)与layer.prompt()冲突,layer.prompt()不起作用 2016-12-21
报表查询条件框是Bootstrap的模态框(Modal),点击保存按钮弹出layer.prompt()不能获取焦点,主要问题是Bootstrap的模态框(Modal)的div中包含tabindex="-1"
11
2016-12
pcre-8.36/missing:行81: aclocal-1.14: 未找到命令 2016-12-11
./configure --disable-shared make[2]: 进入目录“/home/cookie/placeOfConfigure/pcre-8.36” CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/cookie/placeOfConfigure/pcre-8.36/missing aclo
06
2016-07
安装pcre-8.39和Lighttpd 在进行make的时候出现的问题 2016-07-06
adminn@ubuntu:~/webserver/arm/pcre-8.39$ make CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/adminn/webserver/arm/pcre-8.39/missing aclocal-1.15 -I m4 /home/adminn/webserver/arm/pcre-8.39/
09
2016-10
CentOS7.2 安装 Nginx 1.9.9 教程 2016-10-09
Linux系统:Centos 7.2 x64Nginx版本:1.9.91、安装prce(重定向支持)和openssl(https支持,如果不需要https可以不安装。) yum -y install pcre* yum -y install openssl*

			
				如何查看java对象所占的内存大小
如何查看java对象所占的内存大小 2013-06-21
参考:http://www.jroller.com/maxim/entry/again_about_determining_size_of 参考:http://blog.csdn.net/xieyuooo/article/details/7068216 我们为什么想要知道对象所占对内存的大
09
2011-05
linux内核定时器使用及原理 2011-05-09
下面只是原文的一部分,全文参考网址: http://wenku.baidu.com/view/cab7028fcc22bcd126ff0c58.html   内核定时器使用   内核定时器是内核用来控制在未来某个时
23
2013-05
mod_timer 详解 2013-05-23
mod_timer Prev  Delaying, scheduling, and timer routines  Next Name mod_timer — modify a timer"s timeout Synopsis int fsfuncmod_timer ( struct timer_list * timer,   unsigned long
20
2012-12
mod_timer 定时器 2012-12-20
内核通过函数mod_timer来实现已经激活的定时器超时时间: mod_timer(&my_timer, jiffies+new_delay); mod_timer函数也可以操作那些已经初始化,但还没有被激活