linux

1.configure error no acceptable C compiler found in $PATH 问题

http://blog.163.com/ppy2790@126/blog/static/10324224120136280347690/

2.error: No curses/termcap library found的解决办法

http://blog.csdn.net/zccst/article/details/4493074

 

3.mysql编译设置make,最后提示:make[2]: *** [my_new.o] Error 127

http://zhidao.baidu.com/link?url=vBu2H_35m3YxrY7Ou_vF4XQ_Zp2VUqTpq37VffWqPAeNePszyZt7cehk5CownVC6GfkwQ2Tbbp8SfbQSPNnlm_

 

4. sqoop的插件oraoop

http://blog.itpub.net/16582684/viewspace-1278518/

 

5.oracle安装问题解决

使用命令:netca   报错:libclntsh.so.11.1和libaio.so.1:can not open

解决办法:find / -namelibclntsh.so.11.1find / -name libaio.so.1  然后 将搜索到的cp到那个目录下

执行 sqlplus /nolog   报错:libsqlplus.so  cannot open  

解决办法:添加环境变量  export LD_LIBRARY_PATH=/opt/oracle/product/OraHome/network/lib

 

message file sp1<lang> .msb not found

set   oracle_home  to you oracle software directory

参考:http://blog.itpub.net/70109/viewspace-687845/

 

6.python-hdfs

http://blog.sina.com.cn/s/blog_6dab20b401019e0u.html

7.: java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator

http://blog.csdn.net/lyq19870515/article/details/9347061

8.linux安装

http://jingyan.baidu.com/article/456c463b40a7580a59314475.html

9.在linux环境下执行c程序

gcc -Wall -o hello hello.c

./hello

 

c语言格式

#include <stdio.h>
int main(int argc, char* argv[])
{
printf("hello world");
}

10.最小化安装

http://www.tecmint.com/centos-7-installation/

11.设置静态ip centos7

http://blog.csdn.net/johnnycode/article/details/40624403

 

12.yum 源配置

http://qingwang.blog.51cto.com/505009/1551228

无网络的环境下配置yum源

http://www.linuxidc.com/Linux/2017-01/140044.htm

 

13.linux下xhost命令报错:unable to open display的解决办法

http://www.jb51.net/LINUXjishu/412923.html

启动oracle数据库 (监听)

http://blog.sina.com.cn/s/blog_14e9fed4c0102wqdl.html

 

创建用户

 

以下为创建用户

conn system/manager as sysdba;                            //以system账户登录

create user test identified by test;                          //创建用户名为test的帐号,密码为test。

Grant create session to test;                                 //授权test用户登录权限。

 

grant connect,create view ,resource  to TEST;    //给表提供创建试图等权限

grant unlimited tablespace to TEST;         //授予TEST用户使用表空间的权限

 

13.修改网卡名

https://blog.csdn.net/u013252047/article/details/77947594?locationNum=3&fps=1

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

梦里仙

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值