上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 102 下一页
摘要: rownum是oracle的一个伪劣,它的顺序依据从表中获取记录的顺序递增,这里要注意的是:由于记录在表中是无序存放的。因此你无法通过简单的rownum和order by的组合获得相似TOP N的结果。 我们的測试数据例如以下: select * from test; ID NAME 1 A 3 C 阅读全文
posted @ 2019-03-10 11:08 mqxnongmin 阅读(335) 评论(0) 推荐(0)
摘要: 《首先,打破一切常规》[中译文]:世界顶级管理者的成功秘诀/(美)马库斯·白金汉,(美)柯特·科夫曼 著。鲍世修 等译 下载地址:http://pan.baidu.com/s/1mgkcazI 强烈推荐,无论是学生、管理人员,还是员工!非常可惜。这种好书静静的躺在了图书馆的角落蒙灰。仅仅是当中提到的 阅读全文
posted @ 2019-03-10 10:11 mqxnongmin 阅读(365) 评论(0) 推荐(0)
摘要: 能够通过NSObject的一些方法获取运行时信息或动态运行一些消息: /*Returns a Boolean value that indicates whether the receiving class is a subclass of, or identical to, a given cla 阅读全文
posted @ 2019-03-10 09:01 mqxnongmin 阅读(173) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/MSSecurity/article/details/24637607 微软于昨天公布了一篇最新的安全通报2963983 。这篇安全通报主要介绍了一个最新被披露的IE漏洞,漏洞涉及眼下全部受支持的I 阅读全文
posted @ 2019-03-10 08:26 mqxnongmin 阅读(131) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/linyustar/article/details/34420813 因为图像呈现形式依赖 SharePoint Server 2013 中的其它功能。因此需确保您满足本节中的先决条件。才干运行本文中的 阅读全文
posted @ 2019-03-09 21:37 mqxnongmin 阅读(151) 评论(0) 推荐(0)
摘要: HDU 4832 Chess 思路:把行列的情况分别dp求出来。然后枚举行用几行,竖用几行,然后相乘累加起来就是答案 代码: #include <stdio.h> #include <string.h> #include <iostream> using namespace std; typedef 阅读全文
posted @ 2019-03-09 21:29 mqxnongmin 阅读(226) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/heaimnmn/article/details/26158947 今天看了一篇非常不错的文章,和大家分享下,到了我们这个年龄段都不知道make things happen and solve the 阅读全文
posted @ 2019-03-09 20:39 mqxnongmin 阅读(153) 评论(0) 推荐(0)
摘要: 版权声明: https://blog.csdn.net/zdp072/article/details/24582173 这是一篇分享技巧的文章:myeclipse中配置spring xml自己主动提示。 ① window -> preferences -> MyEclipse -> Files an 阅读全文
posted @ 2019-03-09 19:30 mqxnongmin 阅读(165) 评论(0) 推荐(0)
摘要: 我所用的是centos linux系统,但apache的服务在linux系统都大同小异。像ubuntu redhat等等。now let us go! 如有问题, 欢迎直邮: zhe-jiang.he@hp.com<何哲江。> 1.获取软件: http://httpd.apache.org/ htt 阅读全文
posted @ 2019-03-09 17:57 mqxnongmin 阅读(281) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/huangbin10025/article/details/28095697 Mongodb安装与启动 1.首先依据相应的操作系统下载相应的Mongodb版本号,本文描写叙述为64bit windows 阅读全文
posted @ 2019-03-09 16:31 mqxnongmin 阅读(143) 评论(0) 推荐(0)
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 102 下一页