码迷,mamicode.com
首页 >  
搜索关键字:environment    ( 2700个结果
java课程系列笔记(1)
相关的名词解释JDK (Java Development Kit ) sun 公司针对java开发人员发布的免费的软件开发工具包(sdk,soft development kit)JRE(Java Runtime Environment,java运行环境)JVM(Java Vitrual Machi...
分类:编程语言   时间:2015-07-09 21:03:28    阅读次数:142
给Dynamic web project 配置合适的tomcat
问题描述: 前段时间从网上下载了一个Java web工程,导入到我自己的eclipse里面发现只能用tomcat7运行,但是我想用tomcat6,因为我的eclipse版本比较低,在runtime environment里面apache没有7.0选 项,最高只有6.0; 原因:和...
分类:Web程序   时间:2015-07-09 09:36:48    阅读次数:137
通过OCILIB连接oracle执行存储过程
#include<iostream> #include"ocilib.hpp" usingnamespacestd; usingnamespaceocilib; #pragmacomment(lib,"ociliba.lib") #pragmacomment(lib,"ocilibw.lib") intmain() { try { intncout=0,iin=11; stringsout,sin="输入的参数值"; Environment::Initialize(); Conne..
分类:数据库   时间:2015-07-08 22:53:02    阅读次数:1326
The environment of C++ Programing in Linux
1. 熟悉Linux、vi及g++编程环境; 2. 编制简单C++程序并运行; 3. 熟悉C++的编辑、编译、连接和运行过程; 4. 能够使用C++标准输入输出流进行键盘输入和屏幕输出。 1. 个人目录规划与vi编辑器常用命令: (1)登录linux系统后,在个人系统目录下建立CPP-Lab目录,在此目录中依次建立各个实验目录。 (2)练习vi常用命令,掌握基本用法 2. 使用vi建...
分类:编程语言   时间:2015-07-07 22:58:57    阅读次数:287
sd卡存在判断
Boolean sdCardExist = Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED); if (sdCardExist) { SDCardPath = Envir...
分类:其他好文   时间:2015-07-07 12:54:11    阅读次数:131
Introduction to Locking in SQL Server
Locking is a major part of every RDBMS and is important to know about. It is a database functionality which without a multi-user environment could not...
分类:数据库   时间:2015-07-07 08:13:54    阅读次数:361
Spring学习(9)--- @Autowired注解(二)
可以使用@Autowired注解那些众所周知的解析依赖性接口,比如:BeanFactory,ApplicationContext,Environment,ResourceLoader,ApplicationEventPublisher,MessageSourcepackage com.mypacka...
分类:编程语言   时间:2015-07-07 00:47:27    阅读次数:212
android 删除SD卡或手机的缓存图像和文件夹
public static final String TEMP_PHOTO_FILE_NAME = "temp_photo.jpg"; private static String mSdRootPath = Environment.getExternalStorageDirector...
分类:移动开发   时间:2015-07-06 15:40:27    阅读次数:135
用CentOS 7打造合适的科研环境
http://seisman.info/linux-environment-for-seismology-research.html这篇博文记录了我用CentOS 7搭建地震学科研环境的过程,供我个人在未来重装系统时参考。对于其他地震学科研人员,也许有借鉴意义。阅读须知:本文适用于个人电脑,不适用于...
分类:其他好文   时间:2015-07-05 21:04:02    阅读次数:1607
eXtremeDB -- the shared memory 80error
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found...
分类:数据库   时间:2015-07-05 18:26:16    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!