码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
springmvc3.2+spring+hibernate4全注解方式整合(二)
jdbc.properties#hibernate settings hibernate.show_sql=truehibernate.format_sql=truehibernate.cache.use_query_cache=truehibernate.cache.provider_class=...
分类:编程语言   时间:2014-07-07 12:43:02    阅读次数:184
configure JDBCRealm JAAS for mysql and tomcat 7 with form based authentication--reference
Hello all,In this tutorial we are going to configure JDBCRealm JAAS for tomcat 7 and mysql database server.Let us first understand what exactly these ...
分类:数据库   时间:2014-07-02 20:08:58    阅读次数:367
关于php中正则匹配包括换行符在内的任意字符的问题总结
要使用正则匹配任意字符的话,通常有以下几种方法,这里我分别对每一种方法在使用的过程中做一个总结:第一种方式:[.\n]*?示例?View Code PHPpreg_match_all('/[.\n]*?/i', $content, $data);按道理这种方式应该是可以的,但我测试发现不行,因为这里...
分类:Web程序   时间:2014-07-02 20:02:39    阅读次数:178
下拉框点链接js
$("#input_text").click(function(){ $("#input_fonts").show();});$("#input_fonts").hover( function () { $(this).show(); }, function () { $(thi...
分类:Web程序   时间:2014-07-02 19:45:42    阅读次数:208
mysql 授权
cd /usr/local/mysql/bin/grant all privileges on *.* to 'root'@'%' identified by '12345678';flush privileges;grant select on weixin.wx_tuijian to 'bbc....
分类:数据库   时间:2014-07-02 17:55:37    阅读次数:229
Team USA Soccer Gear Sales Get World Cup Assist
Team USA Soccer Gear Sales Get World Cup AssistMaybe there's something to all that talk aboutAmerica catching the soccer bug. The recent success of th...
分类:其他好文   时间:2014-07-02 17:38:55    阅读次数:258
离散-ACM一道强有力的工具
最近几天散搞哭了,都怪以前看到没好好学。。。 就拿一道题来说事PKU:1151,以前Matrix67写过这道题的BLOG,引用一下: VOJ1056(http://www.vijos.cn/Problem_Show.asp?id=1056) 永远是离散化的经典问题。大意是给定平面上的n个矩形(坐标为...
分类:其他好文   时间:2014-07-02 17:29:09    阅读次数:247
Linux 指令篇:设定硬件时钟--hwclock
功能说明:显示与设定硬件时钟。语法:hwclock[--adjust][--debug][--directisa][--hctosys][--show][--systohc][--test][--utc][--version][--set--date=<日期与时间>]补充说明:在Linux中有硬件时钟与系统时钟等两种时钟。硬件时钟是指主机板上的时钟设备,也就是通常..
分类:系统相关   时间:2014-07-02 15:50:02    阅读次数:296
nagios_kehu.sh
####yuminstall##yuminstallgccgcc-c++openssl*ntpperl-ExtUtils-CBuilderperl-ExtUtils-MakeMaker-yecho‘exportLC_ALL=C‘>>/etc/profiletail-1/etc/profilesource/etc/profile/usr/sbin/ntpdatepool.ntp.org####installnagios###/usr/sbin/addusernagios-M-s/sbin/nolog..
分类:移动开发   时间:2014-07-02 11:31:30    阅读次数:191
PS 滤镜算法原理——浮雕效果
clc; clear all;   Image=imread('4.jpg');     Image=double(Image);          R=Image(:,:,1);     G=Image(:,:,2);     B=Image(:,:,3);      % %     Image1=(R+G+B)/3;      % %     imshow(Image1/...
分类:其他好文   时间:2014-07-02 10:42:13    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!