1、在面试的时候碰到一个 问题,就是让写一张表中有id和name
两个字段,查询出name重复的所有数据,现在列下: select * from xi a where (a.username) in (select
username from xi group by username having ...
分类:
数据库 时间:
2014-05-09 16:25:55
阅读次数:
411
java.lang.IllegalArgumentException: Document base
D:\appservers\apache-tomcat-6.0.20\webapps\megaeyes_enterprise_manager does not
exist or is not a re...
分类:
移动开发 时间:
2014-05-09 16:09:21
阅读次数:
776
参考资料:http://blog.csdn.net/vipzjyno1/article/details/24577023
非常感谢这个兄弟!先查看这2个方法的源码:scrollTo: 1 /** 2 * Set the scrolled position of your view.
Th...
分类:
其他好文 时间:
2014-05-09 15:44:10
阅读次数:
277
路径访问的几种方式和分页效果显示其它类别的效果和多数据分页效果默认访问网站路径效果和多数据分页效果URL路径访问可页面http://localhost:5339/stationeryhttp://localhost:5339/stationery/Page2http://localhost:5339...
分类:
Web程序 时间:
2014-05-09 09:00:14
阅读次数:
476
@interface Person : NSObject@property (nonatomic,
copy) NSString *name;@end @interface Student :
Person@end1.Student类无法使用_name来访问Person中属性name,因为当使用@p...
分类:
其他好文 时间:
2014-05-09 08:20:33
阅读次数:
268
基本C/C++、STL(vector、set、map、queue、string、algorithm)枚举、贪心、递归、分治、递推、模拟构造、位运算、常数优化数据结构队列、堆、栈、链表排序(插入、冒泡、快速、归并、堆、桶、基数)二分查找、散列表、并查集、哈夫曼树排序二叉树、左偏树、平衡树(Splay/...
分类:
其他好文 时间:
2014-05-09 08:10:36
阅读次数:
338
Set-MailboxFolderPermissionRoom_Alias:\Calendar-UserDefault-AccessRightsReviewer赋予其他用户权限,使其能看到预定会议的内容。
分类:
其他好文 时间:
2014-05-09 07:07:19
阅读次数:
366
boolworldCoordToScreen(Vector3 objPos, Camera* cam,
Vector2 screenRect, Vector2& screenPos){Matrix4 viewMatrix =
cam->getViewMatrix();Matrix4 projMatr...
分类:
其他好文 时间:
2014-05-09 06:39:07
阅读次数:
430
android.permission.WAKE_LOCK------------>keep the screen from dimming or the
processor from sleeping, or uses the MediaPlayer.setScreenOnWhilePlaying(...
分类:
移动开发 时间:
2014-05-09 06:37:42
阅读次数:
280
The ? 1 ? 2 ? ... ? n = k problem
The problem
Given the following formula, one can set operators '+' or '-' instead of each '?', in order to obtain a given k
? 1 ? 2 ? ... ? n =...
分类:
其他好文 时间:
2014-05-09 06:10:40
阅读次数:
285