码迷,mamicode.com
首页 >  
搜索关键字:open failed    ( 31328个结果
运行jar文件时,出现“could not find the main class”的解决方法
想要在电脑上正常运行jar文件,应该确认电脑已安装好jdk和jre,并配置好环境变量。 如果安装与配置都没有问题却无法运行,则有可能是注册表的问题。 解决方法: 打开注册表,注册表项的路径为:\HKEY_CLASSES_ROOT\Aplications\javaw.exe\shell\open\command 在此路径下有一默认键值, 不正常的情况下, 键值是:"C:\Program ...
分类:其他好文   时间:2014-06-29 07:14:24    阅读次数:815
QtWebkit开发环境配置及编译方法-Windows32bit
DependenciesFirst of all you need a version of Qt for Windows. If you are an Open Source developer then you can download the Open Source Edition of Qt...
分类:Windows程序   时间:2014-06-20 08:59:02    阅读次数:526
Google Chrome Browser源代码
GoogleChrome 浏览器使用的内核源码来自开源浏览器引擎 WebKit Open Source Project。Google Chrome的源码,同样亦是开源的。在 Google 的中文官方Blog - Google 黑板报中,提到:我们对很多开发开源项目的人心存感激,我们承诺会沿着前人的路...
分类:其他好文   时间:2014-06-13 14:04:55    阅读次数:269
Python Open Flash Chart (pyOFC2) — Home
Python Open Flash Chart (pyOFC2) — HomepyOFC2 Python Open Flash Chart 2
分类:编程语言   时间:2014-06-11 13:15:46    阅读次数:206
Failed dependencies: 检查依赖性错误 解决方法
centOs下: error: Failed dependencies: 检查依赖性错误 解决方法刚才安装avast的linux版,结果出现了:[root@localhost /]# rpm -ivh avast4workstation-1.3.0-1.i586.rpmerror: Failed d...
分类:其他好文   时间:2014-06-11 12:34:53    阅读次数:186
解决Linux下Svn检出Windows SVN服务器上项目SSL handshake failed: SSL error: Key usage violation in certificate has been detected.
在Linux上检出windows SVN服务器上项目时出现了SSLhandshakefailed:SSLerror:Keyusageviolationincertificatehasbeendetected.的错误。最后通过从网上检索找到了一个答案: 可以同时解决掉在Ubuntu上和CentOS上检...
分类:Windows程序   时间:2014-06-11 11:33:59    阅读次数:306
fstream条件状态
fstream对象在做大部分操作时都应注意对返回结果或条件状态做判断,诸如seek、>>、open之类的操作都可能失败,一旦失败后,条件状态将被置位,该流就处于被破坏的状态,后续的操作可能都会失败,例如: 1 #include 2 #include 3 4 int _tmain(int a...
分类:其他好文   时间:2014-06-10 00:16:14    阅读次数:216
[Android]传感器-加速度计-1[转]
/* * Copyright (C) 2011 The Rexsee Open Source Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); * you may not use this file...
分类:移动开发   时间:2014-06-08 07:38:06    阅读次数:363
[Android]Android Tutorial
Android, an open source operating system for mobile devices (Smartphone and tablet), led by Google. The Android SDK provides a set of tools and APIs t...
分类:移动开发   时间:2014-06-08 06:43:07    阅读次数:393
纯C++安卓开发 (ndk)系列之 ---- 常见问题
常见问题1:run as Android Application运行时提示无法识别到模拟器 解决步骤如下: (1)首先查看安卓模拟器是否已经打开 (2)如果安卓模拟器已经打开,则操作步骤为:点击Eclipse菜单栏的window项-->Open perspective-->DDMS ...
分类:移动开发   时间:2014-06-07 20:34:01    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!