码迷,mamicode.com
首页 >  
搜索关键字:tr    ( 4510个结果
qt QTreeWidget右键菜单函数,以备自己翻阅
QModelIndexindex=ui.tree_FileLocal->indexAt(pos);QMenu*pMenu=newQMenu(ui.tree_FileLocal);if(ui.tree_FileLocal->columnCount()==7){QAction*refresh=pMenu->addAction(tr("刷新(&Y)"));refresh->setShortcut(Qt::Key_F5);connect(refresh,SIGNAL(trigger..
分类:其他好文   时间:2014-08-08 18:31:06    阅读次数:333
[leetcode]Trapping Rain Water
Trapping Rain WaterGivennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to tr...
分类:移动开发   时间:2014-08-08 12:30:45    阅读次数:193
矩阵十题【二】 poj 1575 Tr A 【矩阵】
矩阵快速幂...
分类:其他好文   时间:2014-08-07 13:19:40    阅读次数:163
用JS写出星空
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>星空效果_www.jb51...
分类:Web程序   时间:2014-08-07 09:53:59    阅读次数:373
openwrt 编译软件包出现错误(is missing dependencies for the following libraries: libpthread.so.0)
install -m0755 /home/yanfa/workspace/trunk-wr703/build_dir/target-mips_r2_uClibc-0.9.33.2/lk_cnp_serial_eth/lk_cnp_serial_eth /home/yanfa/workspace/tr...
分类:Windows程序   时间:2014-08-06 22:12:22    阅读次数:2659
Spring事务配置的五种方式
前段时间对Spring的事务配置做了比较深入的研究,在此之间对Spring的事务配置虽说也配置过,但是一直没有一个清楚的认识。通过这次的学习发觉Spring的事务配置只要把思路理清,还是比较好掌握的。 总结如下: Spring配置文件中关于事务配置总是由三个组成部分,分别是DataSource、Tr...
分类:编程语言   时间:2014-08-06 17:18:51    阅读次数:439
HDU 4912 lca贪心
Paths on the tree Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 297    Accepted Submission(s): 93 Problem Description bobo has a tr...
分类:其他好文   时间:2014-08-06 11:52:11    阅读次数:284
jQuery改变鼠标经过行的背景颜色
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Conten...
分类:Web程序   时间:2014-08-05 19:40:20    阅读次数:271
JS图片无间断滚动代码合集
JavaScript图片滚动代码合集,向上下左右四个方向的无缝滚动代码,前端设计开发时所能用的一个图片特效,你可只用其中的一种滚动。前端框架分享 .代码   "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">   "http://www.w3.org...
分类:Web程序   时间:2014-08-05 19:31:10    阅读次数:339
jQuery的toggle()方法
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Conten...
分类:Web程序   时间:2014-08-05 14:32:39    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!