长情灰狼

文章
10
资源
0
加入时间
3年1月19天

linux用户profile文件,linux 配置全用户的环境变量,profile.d文件的作用

linux 环境下/etc/profile和/etc/profile.d的区别1、两个文件都是设置环境变量文件的,/etc/profile是永久的环境变量,是全局变量,/etc/profile.d/设计所有用户生效2、/etc/profile.d/ 比 /etc/profile好维护,不想要什么边浪直接删除/etc/profile.d 下对应的shell脚本即可,不用像/etc/profile需要...

Android自定义viewpager且高度自适应

import android.content.Context;import android.support.v4.view.ViewPager;import android.util.AttributeSet;import android.view.MotionEvent;import android.view.View;/** * 滑动页面工具类 * * Created by