码迷,mamicode.com
首页 >  
搜索关键字:show    ( 18849个结果
Hibernate SQL实际sql语句监控- p6spy+hibernate+proxool 设置
由于ORM工具的缘故,我们调试程序的时候远没有直接在程序里直接写个string的SQL简单,想当年查个sql是有多么的幸福,一行sql = "select * from ..."找找就行了, 现在用了hibernate, 就算在JPA中开了show_sql=true, 打出来的还是一串 "name ...
分类:数据库   时间:2014-08-05 00:09:08    阅读次数:299
UVA 10369 Arctic Network
题目来源:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1310 最小生成树问题,Prim算法在这种给出坐标的情况相对Kruskal算法优势还是很大。 .....
分类:Web程序   时间:2014-08-04 20:39:27    阅读次数:312
mysqldump报错
在使用mysqldump命令备份整个数据库的时候,报错如下: mysqldump: Couldn't execute 'SHOW TRIGGERS LIKE 'userlog'': Got error 28 from storage engine (1030)        查看磁盘空间 [root@localhost~]# df -h 文件系统              容量  ...
分类:数据库   时间:2014-08-04 11:02:07    阅读次数:243
Palindrome Number leetcode java
题目:Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes....
分类:编程语言   时间:2014-08-04 04:09:56    阅读次数:339
MySQL的show语句大全
MySQL的show语句大全http://blog.163.com/yang_jianli/blog/static/16199000620106223253773/MySQL的show语句大全2010-07-02 14:32:53|分类:mysql|标签:show语句mysql|举报|字号订阅基于本...
分类:数据库   时间:2014-08-04 01:50:26    阅读次数:238
php获取两个文件的相对路径
例如:文件A的路径是/home/web/lib/img/cache.php文件B的路径是/home/web/api/img/temp/show.php那么,文件A相对于文件B的路径是../../lib/img/cache.phpfunctiongetRelativePath($urla,$urlb){ /*******第一步:获取两个文件的相同路径并去掉*****/ //获取路径名 $a_dirnam..
分类:Web程序   时间:2014-08-03 23:32:16    阅读次数:293
thinkphp自定义分页效果
TP自带了一个分页函数,挺方便使用的。下面是我的使用方法: 1 /*****************分页显示start*************************/ 2 $arr_page=$this->page($user,1); 3 $show=...
分类:Web程序   时间:2014-08-03 23:07:26    阅读次数:337
QT学习笔记—1
1、模态和非模态的区别:非模态可以同时操作两个窗口,模态的只能在顶层窗口关闭之后才能使用其他窗口 //同时显示出widget和dialog窗口,非模态 QDialog *dialog = new QDialog(this); dialog->show(); //同时显示出widget和dialo.....
分类:其他好文   时间:2014-08-03 22:50:46    阅读次数:259
Reverse Words in a String leetcode java
题目:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarificatio....
分类:编程语言   时间:2014-08-03 10:07:05    阅读次数:231
Common command windows and Linux
IP windows:??ipconfig Linux:????ifconfig ping?-a?ip?//?show?host?name
分类:Windows程序   时间:2014-08-03 08:05:25    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!