码迷,mamicode.com
首页 >  
搜索关键字:creating    ( 1428个结果
ORA-20782: Creating GGS_DDL_RULES
在11g数据库上安装goldengate,运行@ddl_setup.sql时有如下错误ERROR at line 1:ORA-20782: Creating GGS_DDL_RULES table:ORA-01031: insufficient privileges:ORA-01031: insuf...
分类:其他好文   时间:2014-11-17 17:36:49    阅读次数:309
Node.js入门教程——如何实现文件上传功能
作者:zhanhailiang 日期:2014-11-16 本文将介绍如何使用Node.js实现文件上传功能。 1. 初始化项目信息:npm init [root@~/wade/nodejs/nodejs-upload-image-demo]# npm init This utility will walk you through creating a package.json fi...
分类:Web程序   时间:2014-11-16 07:11:03    阅读次数:301
不要创建非必要对象
原文地址:http://leihuang.net/2014/11/10/avoid-creating-unnecessary-objects/ 首先我们来看下面两个语句的区别: String s = new String("hello world!") ; String s = "hello world!" ; 当你循环调用上面两个语句的时候,你会发现:第一条语...
分类:其他好文   时间:2014-11-14 17:52:55    阅读次数:143
Error creating form bean of class com.onlinebookstore.presentation.CatalogBean
Error creating form bean of class com.onlinebookstore.presentation.CatalogBean可能是action form未编译这个问题出现的主要是web-inf文件下classes中没有生成src下的那么多包和class文件。http:...
分类:其他好文   时间:2014-11-13 10:43:40    阅读次数:193
[转]关于event的两个常被忽略的api:isDefaultPrevented()和preventDefault()
今天在robert penner(as3 singal的作者)的一篇blog文中顺藤摸瓜到了darron schall的另外一篇blog文(Creating Default, Cancelable Event Handlers),仔细看了一下,忽然有种相见恨晚的感觉。确实是啊~rober penne...
分类:Windows程序   时间:2014-11-12 20:53:48    阅读次数:361
Android Fragment详解(二):Fragment创建及其生命周期
Fragments的生命周期 每一个fragments 都有自己的一套生命周期回调方法和处理自己的用户输入事件。 对应生命周期可参考下图:创建片元(Creating a Fragment)To create a fragment, you must create a subclass of Fra....
分类:移动开发   时间:2014-11-12 13:34:21    阅读次数:242
Windows Azure服务管理请求验证
安全性考虑与设计,WindowsAzure的服务请求必须通过安全认证,验证的方式有两种如下:1.AuthenticateusingAzureActiveDirectory(活动目录验证)SecurerequeststothemanagementservicecanbeauthenticatedbycreatinganAzureADapplicationandusingtheActiveDirectoryAuthenticatio..
分类:Windows程序   时间:2014-11-11 23:04:50    阅读次数:314
http://ibatis.apache.org/dtd/ibatis-3-config.dtd Cause: java.net.ConnectException: Connection timed out: connect
最近发现我的一个web项目只要在家启动时候就出现一个连接错误的问题,大概如下:Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderVer...
分类:编程语言   时间:2014-11-09 13:53:07    阅读次数:526
分区命令parted
[root@localhost~]#manpartedpartedisadiskpartitioningandpartitionresizingprogram.Itallowsyoutocreate,destroy,resize,moveandcopyext2,linux-swap,FAT,FAT32,andreiserfsparti-tions.Itcancreate,resize,andmoveMacintoshHFSpartitions,aswellasdetectjfs,ntfs,ufs,andxfs..
分类:其他好文   时间:2014-11-09 06:25:46    阅读次数:307
创建 Android 上使用的自签名证书(Creating self-signed certificates for use on Android)
创建 Android 上使用的自签名证书(Creating self-signed certificates for use on Android)...
分类:移动开发   时间:2014-11-08 19:42:42    阅读次数:486
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!