码迷,mamicode.com
首页 >  
搜索关键字:show    ( 18849个结果
MySQL基本语句的使用
一、几个简单命令介绍1.show[global|session]variables,默认为session作用:显示服务器参数变量,有些变量值可以修改,能改变mysql的工作特性;有些可以动态调整,即刻生效;另外一些只能修改配置文件后,重启生效。2.show[global|session]status作用:显示服务器状态变量,记..
分类:数据库   时间:2014-08-17 17:10:53    阅读次数:954
JQuery初窥
本周五开始学习JQuery。通过一天的接触下来,感觉使用JQuery确实比之前自己写原生JS代码要方便得多,但是有另外一个问题,函数太多,初学的话不了解很多函数功能,使用不顺畅。然后,感觉JQuery自身提供的show(),fadeIn()函数效果太单一,不晓得还有没有替换的函数。另外,本周作业让用...
分类:Web程序   时间:2014-08-17 15:29:32    阅读次数:189
UVALive 6430 (水dp)
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4441题意:有n个靶子,每个靶子有3个val,需要满足3钟情况分别得到他们的val。问最大的...
分类:其他好文   时间:2014-08-17 01:02:21    阅读次数:161
uva 10065 (凸包+求面积)
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=1006Problem AUseless Tile PackersInput:sta...
分类:其他好文   时间:2014-08-16 22:22:31    阅读次数:280
uva 10034 - Freckles
Problem A: FrecklesIn an episode of the Dick Van Dyke show, little Richie connects the freckles on his Dad's back to form a picture of the Liberty Bel...
分类:其他好文   时间:2014-08-16 21:03:41    阅读次数:319
show engine innodb status
TRANSACTIONS------------Trx id counter 2003909(当前事务号)Purge done for trx's n:o < 2003905 (清理线程完成到了哪个点)undo n:o < 0 state: running but idle如果上述两个差距很大,可能...
分类:数据库   时间:2014-08-15 23:44:49    阅读次数:275
二叉搜索树 C++代码实现
暂未发现什么bug,如果发现请指出。#includeusing namespace std;//定义二叉搜索树的结点struct Node{ int data; Node *lc,*rc,*parent;};//中序遍历二叉搜索树void show(Node *now){ if(n...
分类:编程语言   时间:2014-08-15 21:08:39    阅读次数:305
Spring MVC 通过ajax实现前后台交互
先看前台ajax部分: 1 $('#delMd').click( 2 function(){ 3 if($('#reqState').val() == '2'){ 4 $.Dialog.show("申请单...
分类:编程语言   时间:2014-08-15 19:12:59    阅读次数:6693
使用xlue实现tips
经常遇到如下的需求 鼠标hover到目标对象一定时间后,弹出tips或者窗口; 鼠标离开目标对象一定时间后,隐藏tips或者窗口; 鼠标从目标对象移动到弹出的窗口上,这种状况下不隐藏窗口; 考虑到这种需求,绘制如下的状态图: 如上图所示,将tips的状态分为hide,showing,show,hid...
分类:其他好文   时间:2014-08-15 17:44:34    阅读次数:385
HDU4937:Lucky Number
Problem Description “Ladies and Gentlemen, It’s show time! ” “A thief is a creative artist who takes his prey in style... But a detective is nothing more than a critic, who follows our footsteps...
分类:其他好文   时间:2014-08-15 14:43:18    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!