码迷,mamicode.com
首页 >  
搜索关键字:minimum window subst    ( 31566个结果
安装Tortoise SVN出现权限问题
提示 the installer has insufficient privileges to modify the this file:c:\windows\system32\MSVCR110.DLL解决方案此时进入C:\Windows\System32\目录,修改msvcr110.dll的权限,...
分类:其他好文   时间:2014-06-12 21:25:31    阅读次数:1125
Failed to Attach to Process ID Xcode 解决办法
方法1.go to the Product menu and find the Edit Scheme menu there.While in Edit Scheme window, select the "Run" option on the left hand side of the scree...
分类:其他好文   时间:2014-06-12 21:03:42    阅读次数:317
MFC 三种消息
在MFC应用程序中传输的消息有三种类型:窗口消息、命令消息和控件通知。 (1)窗口消息:WM_XXX 窗口消息(Window Message)一般与窗口的内部运作有关,如:创建窗口、绘制窗口和销毁窗口等。通常,消息是从系统发送到窗口,或从窗口发送到窗口。 (2)命令消息:WM_COMMAND 命令消...
分类:其他好文   时间:2014-06-12 20:52:53    阅读次数:318
PL/SQL Developer使用技巧、快捷键
1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语...
分类:数据库   时间:2014-06-12 16:45:38    阅读次数:359
iframe自动适应高度1
js:function iFrameHeight() {var ifm= document.getElementById("iframepage");var subWeb =document.frames ? document.frames["iframepage"].document : ifm....
分类:其他好文   时间:2014-06-12 16:00:55    阅读次数:240
Oracle EBS-SQL (QA-1):检查超出检验周期的检验数据.sql
select msi.segment1 物料编码, msi.DESCRIPTION 物料描述, PER.LAST_NAME 采购员, MSI.FULL_LEAD_TIME 提前期, MSI.FIXED_ORDER_QUANTITY 固定订单数量, MSI.MINIMUM_ORDER_QUA...
分类:数据库   时间:2014-06-12 14:34:50    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!