码迷,mamicode.com
首页 >  
搜索关键字:launch    ( 1162个结果
visual core 运行 .net core bug处理
launch: program 'launch: launch.json must be configured. Change 'program' to the path to the executable file that you would like to debug. 遇到上述错误是因为la ...
分类:Web程序   时间:2017-08-04 12:40:29    阅读次数:216
MATLAB 2014a (8.3) Compiler Runtime (MCR)
在安装的时候可以 ./install -H 界面化安装到自己目录下 MATLAB 2014a (8.3) Runtime Compiler (MCR) Errors when trying to launch deployed (using deploy tool) application in U ...
分类:其他好文   时间:2017-08-03 17:01:09    阅读次数:774
[Visual Studio] - Unable to launch the IIS Express Web server 问题之解决
背景 Visual Studio 2015 在 Debug 模式下调试失败。 错误 解决 删除解决方案下 .vs/config 文件夹,重新运行解决方案可进行调试。 参考资料 https://stackoverflow.com/a/39740867 ...
分类:Web程序   时间:2017-08-01 20:43:47    阅读次数:398
IOS应用在ios7(iPhone5/iPhone5s)上不能全屏显示
前言 [IOS应用在iOS7系统或者iPhone5/iPhone5s上不能全屏显示,应用画面上下各有1条黑色,但是在其他系统或者型号的手机上却是正常显示 Paste_Image.png Paste_Image.png 解决方案 第一步 点击Launch Images Source后面的Use Ass ...
分类:移动开发   时间:2017-08-01 17:56:58    阅读次数:225
Asp.net core WebApi 使用Swagger生成帮助页实例
最近我们团队一直进行.net core的转型,web开发向着前后端分离的技术架构演进,我们后台主要是采用了asp.net core webapi来进行开发,开始每次调试以及与前端人员的沟通上都存在这效率低下的问题,一次在看微软asp.net core官方文档的时候,发现了swagger这个好东西。然 ...
分类:Windows程序   时间:2017-07-29 10:19:21    阅读次数:224
MyEclipse同时配置多个tomcat
步骤: 1、可以把原有tomcat复制一份,或者下载新的tomcat,如果有必要的话,修改/conf/service.xml文件中tomcat的端口号,避免端口同时暂用出现错误 2、请看一下图片:打开MyEclipse tomcat配置--> 选择tomcat7(Launch)--> Create ...
分类:系统相关   时间:2017-07-27 15:46:13    阅读次数:182
appium-launch activity选择错误时,提示“A new session could not be created. (Original error: Permission to start activity denied”
capabilities.setCapability("appActivity", ".activities.MainActivity"); 该属性选择错误时提示:A new session could not be created. (Original error: Permission to s ...
分类:移动开发   时间:2017-07-26 18:07:05    阅读次数:291
android 事件分发机制
我们通过代码来分析 07-24 11:29:59.882 16649-16649/im.weiyuan.com.viewutils D/123456: activity dispatchTouchEvent is called007-24 11:29:59.882 16649-16649/im.we ...
分类:移动开发   时间:2017-07-24 13:08:38    阅读次数:225
tomcat 配置内存 防止溢出
点击配置页面中的 Open launch configuration 链接进入 Tomcat 启动项配置页面,在 VM arguments 中添加如下参数: -Xms512M -Xmx1024M -XX:PermSize=256m -XX:MaxPermSize=512m,具体大小根据自己的电脑硬件 ...
分类:其他好文   时间:2017-07-22 19:49:22    阅读次数:133
1162条   上一页 1 ... 53 54 55 56 57 ... 117 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!