logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux数据库no tns,ORA-12541: TNS:no listener

今天启用Rman 连接数据库报错 ORA-12541: TNS:no listener,开始怀疑监听没有开启于是 lsnrctl status 查看[oracle@linux ~]$ lsnrctl status listenerLSNRCTL for Linux: Version 10.2.0.1.0 - Production on 04-JUL-2010 12:55:27Copyright..

linux ntpdate 查看同步时间,linux ntp ntpdate 同步时间

ntp同步时间实验服务端IP192.168.1.101客户端192.168.1.88一.登录server端1.首先配置ntpd服务vi /etc/ntp.conf配置文件中一般有restrict default语句,#掉后选择,以下2种的一种restrict default nomodify notrap noquery#默认允许所有可连接客户端ntpdate到本机restrict de...

android打开保存图片格式,Android内存中位图/图像的保存与读取

使用下面的代码将图像保存到内部目录。privateStringsaveToInternalStorage(BitmapbitmapImage){ContextWrappercw=newContextWrapper(getApplicationContext());//pathto/data/data/yourapp/app_data/imageDirFiledirectory...

android 跳转系统相册,跳转系统相机和相册

跳转到系统相机添加相机权限在清单文件中然后就是代码Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);// 启动系统相机startActivityForResult(intent, REQUEST_CAMERA);跳转到系统相册Intent intent;if (Build.VERSION.SDK_INT &lt...

到底了