码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
nginx 一般配置实例 静态页面
# 使用的用户和组user www www;# 指定工作衍生进程数(一般等于CPU的总核数或总核数的两倍,例如两个四核CPU,则总核数为8)worker_processes 8;# 指定错误日志存放的路径,错误日志记录级别可选项为:[ debug | info | notice | warn | ....
分类:其他好文   时间:2015-08-06 12:30:43    阅读次数:96
Nginx配置
user _www _www;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/ng...
分类:其他好文   时间:2015-08-03 22:30:17    阅读次数:127
Notice: Undefined variable解决办法
PHP默认配置会报这个错误,我的PHP版本是5.2.13,存在这个问题:      Notice: Undefined variable      这就是将警告在页面上打印出来,虽然这是有利于暴露问题,但实现使用中会存在很多问题。      需要设置显示错误级别,来解决问题。      网络上的通用解决办法是修改php.ini的配置:      解决方法:      1) ...
分类:其他好文   时间:2015-08-01 10:04:30    阅读次数:193
滚动页面, 顶部导航栏固定效果
(function(){ $(document).scroll(function(){ var scrTop = $(document).scrollTop(); if(scrTop>70){ $(".m-top-notice").addClass("fixe...
分类:其他好文   时间:2015-07-31 17:57:15    阅读次数:97
可延迟的选项卡切换
带有一些延迟的选项卡效果更佳 无标题文档 *{margin:0;padding:0} .notice{ height:98px; width:298px; border:1px solid #eee; overflow:hidden; } .notice-tit{ height:27px; position:relative; } .notice-tit u...
分类:其他好文   时间:2015-07-30 21:34:21    阅读次数:109
可自动切换选项卡
当鼠标移动的时候,停止自动切换,当鼠标移除的时候继续自动切换 代码如下: 无标题文档 *{margin:0;padding:0} .notice{ height:98px; width:298px; border:1px solid #eee; overflow:hidden; } .notice-tit{ height:27px; position:relati...
分类:其他好文   时间:2015-07-30 21:23:29    阅读次数:90
选项卡二
简洁的代码实现选项卡切换效果: 无标题文档 *{margin:0;padding:0} .notice{ height:98px; width:298px; border:1px solid #eee; overflow:hidden; } .notice-tit{ height:27px; position:relative; } .notice-tit ul...
分类:其他好文   时间:2015-07-29 21:28:42    阅读次数:134
搜索结果页面关键字加红加粗
后台代码List<Notice>nlist=query.list(); for(Noticenotice:nlist){ notice.setTitle(notice.getTitle().replaceAll(keyword,"<fontcolor=‘red‘><B>"+keyword+"</B></font>")); }参考文章:http://bbs.csdn.net/topics/260004056if(key!=null){..
分类:其他好文   时间:2015-07-29 19:36:41    阅读次数:114
hdu杭电1213 How Many Tables【并查集】
Problem Description Today is Ignatius' birthday. He invites a lot of friends. Now it's dinner time. Ignatius wants to know how many tables he needs at least. You have to notice that not all the frien...
分类:其他好文   时间:2015-07-29 19:24:00    阅读次数:109
MRT第五届数据恢复培训(MRT ULTRA新品发布)
链接:http://info.mrtlab.com/notice/159.html11月21日(上午9:30 —12:00 ):MRT ULTRA新品发布会发布会预设新品发布、新品订购、功能演示等环节,惊喜多多,赶快参与!第五届MRT数据恢复培训会课表:11月21日下午:西部数据- 1.基于MRT的...
分类:其他好文   时间:2015-07-29 12:08:44    阅读次数:187
1174条   上一页 1 ... 89 90 91 92 93 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!