码迷,mamicode.com
首页 >  
搜索关键字:window 卸载cygwin    ( 28372个结果
eclipse svn 用户更改
摘抄整理,非原创,注册两年写的第一篇,我是有多懒。。。在Eclipse中修改好项目的代码后要提交到svn上去,不想以现在默认的用户名提交,想修改提交代码的用户名,但原来的用户已经被设为默认提交的用户了,也就是记住了svn的用户名和密码,而在Eclipse里面也没有选项来更改svn用户名来进行代码的提...
分类:系统相关   时间:2014-06-12 21:40:27    阅读次数:300
发送JS错误日志到服务器
JS记录错误日志/捕捉错误   //onerror提供异常信息,文件路径和发生错误代码的行数的三个参数。window.onerror = function(e,url,index){ var msg = e.message || e|| "未知错误"; alert("错误信息:"+msg+",错误路...
分类:Web程序   时间:2014-06-12 21:29:30    阅读次数:488
安装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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!