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
参考资料: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
今天打开一个之前写的后台管理系统用VS2012调试时发现在调用数据集时提示“尝试读取或写入受保护的内存。这通常指示其他内存已损坏。”打开数据集选择预览数据时VS出错退出。系统是Win7的经百度,找到解决办法:用管理员身份运行CMD,输入netshwinsockreset并回车(注意,必须是已管理员身...
分类:
其他好文 时间:
2014-05-09 15:31:33
阅读次数:
323
用户自定义函数不能用于执行一系列改变数据库状态的操作,但它可以像系统
函数一样在查询或存储过程等的程序段中使用,也可以像存储过程一样通过EXECUTE 命令来执行。在 SQL Server 中根据函数返回值形式的不同将用户自
定义函数分为三种类型:(1) 标量函数(2) 内联表值函数(3) 多语句表...
分类:
数据库 时间:
2014-05-09 13:40:28
阅读次数:
465
第一步找到C:\WINDOWS\inf文件夹中的sysoc.inf文件,在[Components]区域中的NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7和com=comsetup.dll,OcEntry,comnt5.inf,hide,7之间加入下面一段:
....
分类:
其他好文 时间:
2014-05-09 13:39:27
阅读次数:
298
eval-buffer用来执行.emacs不要再重启了,或cxce执行光标前的一行eval-regionload-file
~/.emacsgoto-lineglobal-set-key定义快捷键或者ch+kC-down-mouse-1单击C-mouse-1双击
分类:
其他好文 时间:
2014-05-09 12:59:03
阅读次数:
221
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