码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
Oracle数据导入导出imp/exp
功能:Oracle数据导入导出imp/exp就相当与oracle数据还原与备份。大多情况都可以用Oracle数据导入导出完成数据的备份和还原(不会造成数据的丢失)。Oracle有个好处,虽然你的电脑不是服务器,但是你装了oracle客户端,并建立了连接(通过Net Configuration Ass...
分类:数据库   时间:2015-04-14 14:34:41    阅读次数:147
USART中断接收程序
//usart.h#ifndef__USART_H__ #define__USART_H__ #include"stm32f10x.h" #include<stdio.h> voidGPIO_Configuration(void); voidNVIC_Configuration(void); voidUSART_Configuration(void); #endif//usart.c#include"usart.h" //加入以下代码,以支持printf()函数,..
分类:其他好文   时间:2015-04-13 21:03:09    阅读次数:147
Android sdk manager 下载安装中的错误收集
1. ”An internal error occurred during: "Launching New_configuration". Path for project must have only one segment.“ 解决方法: Project -> Properties -> Run/Debug Settings: 1. select "Launching New_con...
分类:移动开发   时间:2015-04-13 16:45:54    阅读次数:450
Android自定义View学习笔记03
Android自定义View学习笔记03预备知识BitMap类BitMap位图类,其中有一个嵌套类叫Bitmap.Config,内部有四个枚举值。这个类的作用是定义位图存储质量,即存储一个像素的位数,以及是否能显示透明、半透明颜色(Possible bitmap configurations. A bitmap configuration describes how pixels are store...
分类:移动开发   时间:2015-04-13 09:41:51    阅读次数:201
JavaServer Faces 2.0 can not be installed解决方案
问题描述:maven项目出现如下错误JavaServer Faces 2.0 requires Dynamic Web Module 2.5 or newer..Maven Java EE Configuration ProblemJavaServer Faces 2.0 can not be in...
分类:编程语言   时间:2015-04-13 01:36:43    阅读次数:151
cpan安装报错Invalid host name on line 1 at *FirstTime.pm line 1857.
今天鼓捣一下CPAN,安装时出错:root@ubuntu:~# cpan install DBICPAN.pm requires configuration, but most of it can be done automatically.If you answer 'no' below, you...
分类:其他好文   时间:2015-04-12 20:38:20    阅读次数:1339
storm的并发和消息保障性
Storm并发配置的优先级: defaults.yaml < storm.yaml < topology-specific configuration < internal component-specific configuration < external component-specific ...
分类:其他好文   时间:2015-04-12 14:32:31    阅读次数:137
万能MSSQLHelper
using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration;us...
分类:数据库   时间:2015-04-12 00:03:25    阅读次数:439
Could not publish server configuration for Tomcat v7.0 Server at localhost. Multiple Contexts have a path of "/ezoutdoor".
这是由eclipse在调试的时候超过了45秒的原因.解决方法:1.修改workspace.metadata.pluginsorg.eclipse.wst.server.core 中servers.xml文件。将start-timeout="1000" 的值设大一点,重启tomcat2 Multipl...
分类:其他好文   时间:2015-04-11 22:11:46    阅读次数:1357
maven插件jetty配置
<plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.2.3.v20140905</version> <configuration> <stopPort>9966</stopPort> <stopKey>stop<..
分类:其他好文   时间:2015-04-11 21:05:47    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!