码迷,mamicode.com
首页 >  
搜索关键字:open    ( 24465个结果
运行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
fstream条件状态
fstream对象在做大部分操作时都应注意对返回结果或条件状态做判断,诸如seek、>>、open之类的操作都可能失败,一旦失败后,条件状态将被置位,该流就处于被破坏的状态,后续的操作可能都会失败,例如: 1 #include 2 #include 3 4 int _tmain(int a...
分类:其他好文   时间:2014-06-10 00:16:14    阅读次数:216
c# 删除程序占用的文件,强力删除文件,彻底删除文件,解除文件占用
c# 删除程序占用的文件,清理删除文件,彻底删除文件,解除文件占用 文件打开时是,以共享模式打开 FileStream inputStream = new FileStream(name, FileMode.Open, FileAccess.Read, FileShare.ReadWrite); p.BackgroundImage = new Bitmap(inputStream);...
分类:其他好文   时间:2014-06-08 17:21:06    阅读次数:206
[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
fork() in linux
About fork() in linux:parent/child processes created by fork() share the same file table (linux file descriptor or called `open file descriptor`)Which...
分类:系统相关   时间:2014-06-07 21:47:58    阅读次数:443
纯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
迷上了代码!