码迷,mamicode.com
首页 >  
搜索关键字:remote debugger    ( 5697个结果
Sublime Text 2 SFTP UnicodeDecodeError错误!
右键--》SFTP/FTP -》Sync Remote To Local {作者:半条虫(466814195)} 提示以下错误 An unexpected error occurred, please send the file ~/.config/sublime-text-2/Packages/User/SFTP.errors.log to support@wbond.net ...
分类:其他好文   时间:2014-09-02 12:26:14    阅读次数:265
RMI网络编程: 如何搭建基于JDK1.5的分布式JAVA RMI
1. 在Eclipse里面创建一个server 端的project。然后,创建一个接口,这个接口是你要向client端开放的方法定义。它叫做:UserManagerInterface,而且必须继承Remote接口。 1 package dataserver.rmi.stub; 2 3 impo...
分类:编程语言   时间:2014-09-02 10:18:54    阅读次数:302
git
Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.co...
分类:其他好文   时间:2014-09-02 01:33:03    阅读次数:230
<Debugging Techniques> LDD3 学习笔记
Debugging Techniques 内核debug的挑战:                    Kernel programming brings its own, unique debugging challenges. Kernel code can not be easily executed under a debugger, nor can it be eas...
分类:其他好文   时间:2014-09-02 00:23:13    阅读次数:476
rails 表单嵌套
rails 表单嵌套里面的表单提交的时候会提交外面的表单。rails 默认把里面的表单删除(即你查看html的时候会发现里面的form表单不见了)。如果 form 指定 remote: true . 但是却使用 this.form.submit(); 这个js 来提交表单的话,表单的 remot.....
分类:其他好文   时间:2014-09-01 19:32:13    阅读次数:192
c++builder XE6 Remote Debuger 远程调试
1、远程目标机器安装D:\Program Files (x86)\Borland\Remote Debugger\20,没有光盘从已安装的xe6电脑上Bin目录下拷贝文件bccide.dllbordbk200.dllbordbk200N.dllcomp32x.dllDCC32200.dllrmtdb...
分类:编程语言   时间:2014-09-01 19:24:03    阅读次数:326
在HTTP响应标题中隐藏ASP.NET MVC的版本
在默认情况下,ASP.NET MVC网站会在HTTP响应标题(Response Header)中动态添加目前使用的ASP.NET MVC版本编号。如果使用Fiddler Web Debugger工具查看连接到ASP.NET MVC网站的HTTP封装包,即可在Response Header中看到一个“...
分类:Web程序   时间:2014-09-01 19:23:13    阅读次数:180
c++builder 6 远程调试
Delphi7环境一、目标远程机器:安装服务光盘里有,单独安装,启动bordbg61.exeD:\Program Files (x86)\Borland\Remote Debugger\6.1\Bin二、开发环境调试机器Run>Parameters>Remote>Remote Path :\\192...
分类:编程语言   时间:2014-09-01 17:39:43    阅读次数:206
Hybridapp /webapp调试工具
1.样式调试:weinre:google.com/search?btnI&q=weinreBasic inspection tools2.js调试:debuggap:http://www.debuggap.com/3.样式,js都可以调试remote debugging chrome:https:/...
分类:移动开发   时间:2014-09-01 12:09:03    阅读次数:209
如何编译spring源码,并导入到eclipse中
wsc@WSC-PC /d/wsc/study-spring-source$ git clone https://github.com/spring-projects/spring-frameworkCloning into 'spring-framework'...remote: Counting...
分类:编程语言   时间:2014-08-30 18:54:49    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!