E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
orcle
RMAN duplicate 复制数据库 window平台
AUXILIARY数据库1.创建AUXILIARY数据库的密码文件orapwdfile=D:\oracle\product\10.2.0\oradata\orcl_aux\orclaux.pwdpassword=
orcle
ntries
rainzl
·
2013-03-26 14:59
oracle
数据库
文本文件
password
product
iPhone遮盖系统栏,实现自定义效果的状态栏
; UIWindow*wd=[[UIWindowalloc]initWithFrame:frame]; [wdsetBackgroundColor:[UICol
orcle
arColor
kiki1985
·
2013-03-22 09:00
远程连接服务器
ORCLE
1.sqlplus-->2用户名@连接描述符名-->3密码--->OK连接描述符名在/network/admin/tnsnames.ora文件中ora= 连接描述符名:ora (description= 描述 (address= 网络地址之一 (protocol=tcp) 网络协议(tcp表示TCP/IP协议) (host=129.9.114.22) 服务器IP地址:129.9
kobe269
·
2013-03-21 10:00
UITableView设置背景为透明
tableView.backgroundView=nil; tableView.backgroundColor=[UICol
orcle
arColor]; tableView.opaque=NO;
kiki1985
·
2013-03-21 08:00
UITableView背景透明
三种Windows版本下教你如何卸载Oracle
2.通过Oracle installer 卸载所有
orcle
产品及组件。 3.停掉Oracle Service服务。
joezheng123
·
2013-03-18 10:00
windows
orcle
我的笔记(4)-oracle表管理
建表SQL>createtablestudent( --表名(student) xhnumber(4), --学号 xmvarchar2(20), --姓名 sexchar(2),--性别 birthdaydate---出生年月 );添加一个字段SQL>altertable表名add(classidnumber(2)); 添加一个字段cla
shenqiyangs
·
2013-03-15 10:00
linux下设置oracle开机自启动
rc.localsu-oracle-c"/bin/sh/opt/dbstart.sh"2.dbstart.sh的内容exportORACLE_BASE=/opt/oracleexportORACLE_SID=
orcle
xportORACLE_HOME
lymrg
·
2013-03-02 14:54
oracle
linux
自动启动
数据库
linux下设置oracle开机自启动
rc.local su-oracle-c"/bin/sh/opt/dbstart.sh" 2.dbstart.sh的内容 exportORACLE_BASE=/opt/oracleexportORACLE_SID=
orcle
xportORACLE_HOME
lymrg
·
2013-03-02 14:54
oracle
linux
开机启动
自动启动
自启
jeecms 2012 源码分析(二)--------web.xml解读 cms登陆详解
blog/1707254普通用户登录在浏览器输入:http://localhost:8080 对应web.xmlXml代码 org.springframework.web.util.Introspect
orCle
anupListener
jun0052
·
2013-03-01 15:00
ios学习流水账2
取消按钮中文设置UISearchBar*seachBar=[[UISearchBaralloc]init]; //修改搜索框背景 seachBar.backgroundColor=[UICol
orcle
arColor
wenxin2009
·
2013-02-21 17:00
apple
Objective-C
java JDBC 各数据库url连接 转~~
oracle.jdbc.driver.OracleDriver").newInstance(); String url = "jdbc:oracle:thin:@localhost:1521:
orcle
Johnny_GZ
·
2013-02-18 14:00
java
SearchBar的那些事
1.修改searchbar背景和其中textfield的背景mySearchBar.backgroundColor=[UICol
orcle
arColor]; for(UIView*subviewinmySearchBar.subviews
appleboyaug
·
2013-02-18 10:33
风格
searchBar
UIWebView 背景透明
这个方法由CocoaChina版主“superarts”发现,让UIWebView背景透明需要以下设置web_about.backgroundColor=[UICol
orcle
arColor];web_about.opaque
张志浩
·
2013-02-08 11:00
UIWebView、UITextView 和UILable 设置行间距
调整行距添加 UIWebView,并对WebView 应用如下代码://下面两行协助UIWebView背景透明化,这两属性可以在xib中进行设置webview.backgroundColor=[UICol
orcle
arColor
cyshuxin
·
2013-01-30 08:00
tableView隐藏多余的分割线Extra cells separator
setExtraCellLineHidden:(UITableView*)tableView{ UIView*view=[UIViewnew]; view.backgroundColor=[UICol
orcle
arColor
theonezh
·
2013-01-24 09:00
ios
ios
ios
tableview
tableview
iPhone
iPhone
iPhone
iPhone
iPhone
隐藏
分割线
svn 报 Previous operation has not finished; run 'cleanup' if it was interrupted
选择你的项目,右键,小组(Team),刷新或清理(Refresh
orCle
an)即可。原因是原来的任务没有完成被终止了。
wushuang5566110
·
2013-01-20 09:00
PorterDuffXfermode的用法
android.graphics.PaintpublicXfermodesetXfermode(Xfermodexfermode)Set
orcle
arthexfermodeobject.Passnulltoclearanypreviousxfermode
i_lovefish
·
2013-01-17 00:00
一步一步学ios UILabel(label控件)的详细使用及特殊效果(五5.6)
initWithFrame:CGRectMake(0, 0, 75, 40)]; //声明UIlbel并指定其位置和长宽 label.backgroundColor = [UICol
orcle
arColor
咖啡动力
·
2013-01-08 11:00
UILabel
public同义词和表名相同时
orcle
访问机制
今天遇到了一个感觉奇怪的问题:在用户user_b下创建了用户user_a下的表table_a的同义词(public),然后在用户user_c下可以直接select*fromtable_a这样访问;于是在用户user_c下创建了一张表,表名为talbe_a,这个时候再用select*fromtable_a的时候到底访问的是哪个呢?经过查资料所知:oracle的访问机制是:如果对象名前不加用户前缀,则
xuelanggongwu
·
2013-01-07 13:00
原:去掉UITableView的分割线
UITableView,则可以直接调用tableview.separatorStyle=UITableViewCellSeparatorStyleNone;tableview.separatorColor =[UICol
orcle
arColor
佳为好友
·
2012-12-29 11:00
转:让UIWebView背景透明
转:让UIWebView背景透明创建:2012.03.22转: Irecommend:webView.opaque=NO;webView.backgroundColor=[UICol
orcle
arColor
佳为好友
·
2012-12-29 11:00
UIWebView 设置
1.首先UIWebView背景透明 //setbackgroundtransparent,alsocansetitinnibfile webView_.backgroundColor=[UICol
orcle
arColor
wswqiang
·
2012-12-26 18:00
UITableView分区时的清除背景颜色
ios6.0以上用这个方法清除背景颜色[tableViewsetBackgroundView:nil]; 在ios6.0一下用这个方法清除背景颜色tableView.backgroundColor=[UICol
orcle
arColor
wmqi10
·
2012-12-13 14:00
orcle
建立同义词以及给用户赋予表权限
阅读更多--把表CSUL_SURVEY_TASK_ADD给指定用户赋予增删除该操作grantselect,delete,update,insertonpcis.CSUL_SURVEY_TASK_ADDtopcis_read;--建议同义词createsynonymweb_clm_print_data_setforpcis.web_clm_print_data_set;--存储过程grantexec
userslinlin
·
2012-12-11 17:00
synonym
grant
execute
orcle
建立同义词以及给用户赋予表权限
--把表CSUL_SURVEY_TASK_ADD给指定用户赋予增删除该操作 grant select,delete,update,insert on pcis.CSUL_SURVEY_TASK_ADD to pcis_read; --建议同义词 create synonym web_clm_print_data_set for pcis.web_clm_print_data_set;
userslinlin
·
2012-12-11 17:00
synonym
grant
execute
orcle
建立同义词以及给用户赋予表权限
阅读更多--把表CSUL_SURVEY_TASK_ADD给指定用户赋予增删除该操作grantselect,delete,update,insertonpcis.CSUL_SURVEY_TASK_ADDtopcis_read;--建议同义词createsynonymweb_clm_print_data_setforpcis.web_clm_print_data_set;--存储过程grantexec
userslinlin
·
2012-12-11 17:00
synonym
grant
execute
ODBC与
ORCLE
的连接及并导出数据库数据到Excel
1.昨天因为作为外协人员到项目组去做支持工作,项目经理要我去用ODBC连接ORACLE数据库并能导出数据库中的数据,因为以前没做过,所以从网上找了很多资料加上问别人最终搞定了,所以在这里跟大家分享一下,希望对你们有所帮助。 ODBC与oracle的连接及使用并用Excel导出数据库数据首先安装Oracle,以Oracle 10g为例。一
lizhongstu
·
2012-12-11 10:00
数据库
UART相关的一些结构体和操作函数
UARTregisters*/typedefvolatilestruct{uart_dr_reg_tDATA;/*dataregister0x000*/uint32_tRSR;/*Receivestatus/Err
orcle
arregister0x004
lamdoc
·
2012-12-08 11:29
Oracle 11g 新特性 -- Transparent Data Encryption (透明数据加密TDE) 增强 说明
一.TransparentDataEncryption(TDE:透明数据加密)说明 OraceTDE是
Orcle
10R2中的一个新特性,其可以用来加密数据文件里的数据,保护从操作系统层面上对数据文件的访问
tianlesoftware
·
2012-12-07 14:00
RHEL更换Centos的YUM源
这几天布置RHEL,因为以前没有真正部署过RHEL所以也是遇到了不少的问题,今天安装
orcle
10g要yum很多插件,但是因为我的RHEL没有注册,所以在yum安装的时候弹出ThissystemisnotregisteredwithRHN
leehc730
·
2012-12-07 11:58
yum
RHEL
父视图透明 子视图不透明
设置父视图为[UICol
orcle
arColor]在父视图上添加两个子视图 一个设置为mask设置alpha一个为显示不透明的子实体这两个视图均添加在父视图上。这样子视图的透明就不受父视图影响了。
zhengxf_2012
·
2012-12-03 21:00
Test latency for clEnqueueNDRangeKernel
Testlatencyf
orclE
nqueueNDRangeKernelhttp://pastebin.com/fije3CKf#include#include#include#include cl_intcl_error
C++ Coder
·
2012-12-03 21:00
Windows下彻底删除Oracle数据库
停止“服务”中所有的
ORCLE
服务。进入服务的方法很多,如:(1)在运行中输入services.msc,然后找到所有跟oracle 有关的服务。
w_basketboy
·
2012-11-29 20:00
使用Introspect
orCle
anupListener 解决quartz引起的内存泄漏问题
"在服务器运行过程中,Spring不停的运行的计划任务和OpenSessionInViewFilter,使得Tomcat反复加载对象而产生框架并用时可能产生的内存泄漏,则使用Introspect
orCle
anupListener
yakoo5
·
2012-11-29 19:00
setXfermode方法实现图片遮罩 (PorterDuff.Mode的各种实现效果)
android.graphics.PaintpublicXfermodesetXfermode(Xfermodexfermode)Set
orcle
arthexfermodeobject.Passnulltoclearanypreviousxfermode
hustpzb
·
2012-11-27 17:00
将DMP导入到不同的表空间中
1,用imp导出数据cmd进入
orcle
安装目录bin下,输入以下命令:expusername/password@ORACLEEPPfile=c:\hysjb.dmpowner=magazine_hyrows
bluedream
·
2012-11-22 16:15
笔记
将DMP导入到不同的表空间中
1,用imp导出数据 cmd进入
orcle
安装目录bin下,输入以下命令: expusername/password@ORACLEEPPfile=c:\hysjb.dmpowner=magazine_hyrows
fengxuezhiye
·
2012-11-22 16:00
oracle 10g OEM常规错误解决-------Unknown host specified
登录时:数据库错误Io异常:Unknownhostspecified如果是遇到这个问题,那么手动注册配置下新配置的时区参数即可,使用如下命令:setORACLE_SID=
orcle
mctlstopdbconsole
qiqijianglu
·
2012-11-21 11:00
UILabel(label控件)的详细使用及特殊效果(五5.6)
UILabelalloc] initWithFrame:CGRectMake(0,0, 75, 40)]; //声明UIlbel并指定其位置和长宽 label.backgroundColor =[UICol
orcle
arColor
duohuoteng
·
2012-11-12 14:00
UILabel
orcle
修改属性字段 并且保留原有值
orcle
修改属性字段并且保留原有值1.原字段类型是字符串使用“||”连接updatetable1setnum=substr(num,0,instr(num,'-'))||(substr(num,instr
当幸福来敲门
·
2012-11-12 10:00
UITapGestureRecognizer的使用影响视图上某些控件的action的问题
我的界面上的视图层次是这样的:scrollView=[[UIScrollViewalloc]initWithFrame:self.view.frame]; scrollView.backgroundColor=[UICol
orcle
arColor
bihailantian1988
·
2012-11-09 17:00
spring 监听器 Introspect
orCle
anupListener (用于解决quartz内存泄露)
spring中的提供了一个名为org.springframework.web.util.Introspect
orCle
anupListener的监听器。
henghengdh
·
2012-11-08 11:00
listener
卸载oarcle
卸载oracle 1.以Administrators group身份登陆windows系统2.通过oracle installer 卸载所有
orcle
产品及组件。
koreyoshi
·
2012-11-02 09:00
arc
Jeecms源码分析(二)
阅读更多普通用户登录在浏览器输入:http://localhost:8080对应web.xmlorg.springframework.web.util.Introspect
orCle
anupListener20index.htmlindex.shtmlindex.jhtml403
ligf06
·
2012-10-29 16:00
spring
Jeecms源码分析(二)
Introspector防止内存泄露 --> <listener> <listener-class>org.springframework.web.util.Introspect
orCle
anupL
ligf06
·
2012-10-29 16:00
spring
java连接各种数据库
jarClass.forName("oracle.jdbc.driver.OracleDriver").newInstance();Stringurl="jdbc:oracle:thin:@localhost:1521:
orcle
riyunzhu
·
2012-10-28 19:00
UIScrollView 缩放图片
wholeview=[[UIViewalloc]initWithFrame:CGRectMake(0,0,1024,768)]; [wholeviewsetBackgroundColor:[UICol
orcle
arColor
ch_soft
·
2012-10-13 14:00
image
UIView
ORCLE
用户密码过期的处理
1问题描述接到网站运维人员报告说原来的账户不能登录到Oracle数据库了,提示密码过期。2原因分析本次出问题的Oracle版本是11g,11g之前的Oracle版本的默认profile是没有密码过期限制的,而在Oracle11g中,默认情况下profile启用的密码过期时间是180天。显然登录账号的密码已经超过180天没有修改了,所以出现了上述问题。3解决办法有三种解决办法:(1)使用sqlplu
smstong
·
2012-10-10 11:00
oracle
数据库
function
session
application
login
SpringMVC3 + SpringJDBC整合
文件结构:整合大致如下:1)web.xml的配置: index.jsp org.springframework.web.util.Introspect
orCle
anupListener
空云万里晴
·
2012-09-30 19:00
spring
springMVC
SpringJDBC
解析web.xml中常常需要配置几个Spring核心类
1. org.springframework.web.util.Introspect
orCle
anupListener.在web.xml中,我们常常的配置如下。
GreatElite
·
2012-09-29 23:00
spring
ClassLoader
cache
struts
application
javabeans
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他