码迷,mamicode.com
首页 >  
搜索关键字:source folders on bu    ( 18316个结果
IMPDP导入报错ORA-27040: 文件创建错误, 无法创建文件,remap_datafile参数解决
该参数可用于给泵出文件中的源数据库文件重新指定一个新的路径和名称,主要用在平台间的数据迁移。用法:remap_datafile=source_file:target_file在windows平台上的使用:impdpdbuser/dbuserfull=ydumpfile=full.dmplogfile...
分类:其他好文   时间:2014-06-13 13:21:51    阅读次数:667
aspx页面 按钮不响应回车键
aspx页面在IE浏览器中,页面上的按钮默认都响应回车键,但有的时候我们的文本框可能需要响应回车键,这时我们就不想让按钮再响应回车键,这时我们只需要设置按钮的属性即可。按钮分为两种,一种是,一种是对于,设置type属性,默认的type属性是submit,所以会响应回车键,我们只需把type设置为bu...
分类:Web程序   时间:2014-06-12 00:54:36    阅读次数:443
WPF循环加载图片导致内存溢出的解决办法
程序场景:一系列的图片,从第一张到最后一张依次加载图片,形成“动画”。生成BitmapImage的方法有多种:1、var source=new BitmapImage(new Uri("图片路径",UriKind.xxx));一般的场景使用这种方法还是比较方便快捷,但是对于本场景,内存恐怕得爆。2、...
分类:其他好文   时间:2014-06-11 22:17:33    阅读次数:970
得到汉字字库的集合
/** * 得到汉字字库的集合 * @return */ public static Map getChinaWordStorage() { BufferedReader bu=null; try { Map ma...
分类:其他好文   时间:2014-06-11 11:39:12    阅读次数:265
数据集的使用
DataSet ds=new DataSet();//创建数据集--就是数据库,在内存中 string sql="select * from studnet"; string connStr="Data Source=.;Initial Catalo...
分类:其他好文   时间:2014-06-11 10:55:17    阅读次数:881
The Note of the Paper "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate"(1)
The paper "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate", which is the source of the BCJR decoding algorithm, is my current obje....
分类:其他好文   时间:2014-06-11 07:35:20    阅读次数:250
个人vim配置文件
acm菜鸡必备 1 runtime! debian.vim 2 if has("syntax") 3 syntax on 4 endif 5 if filereadable("/etc/vim/vimrc.local") 6 source /etc/vim/vimrc.local 7 endif 8 "syntax high light 9 synta...
分类:其他好文   时间:2014-06-08 09:45:09    阅读次数:286
[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
How JSP work.
A JSP page exists in three forms:JSP source code:consists of a mix of HTML template code.Java language statements.JSP directives and actions that desc...
分类:Web程序   时间:2014-06-08 00:18:41    阅读次数:523
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!