About 91 results
Open links in new tab
  1. 计算机里面的Profile怎么翻译比较好? - 知乎

    计算机里面的Profile怎么翻译比较好? 具体说就是User profile, 以及程序运行中的sample profile,词典上一般译成剖面,轮廓。 感觉这些翻译的都不是很直观,有权威的或者… 显示全部 关注者 169 被浏览

  2. 文献中的“profile”该如何翻译? - 知乎

    举个栗子:1. Here we functionally profile several thousand missense mutations across a spectrum of…

  3. What is the difference between ~/.profile and ~/.bash_profile?

    Feb 27, 2019 · The original sh sourced .profile on startup. bash will try to source .bash_profile first, but if that doesn't exist, it will source .profile. Note that if bash is started as sh (e.g. /bin/sh is a link to …

  4. 电脑显示 user profile service 服务登录失败怎么办?

    "User Profile Service"(用户配置文件服务)是Windows操作系统中一个重要的系统服务,其作用是管理用户账户配置文件的加载和卸载等操作。当它出现问题时,可能会导致无法登录到系统。以下是您可 …

  5. When exactly do the scripts in /etc/profile.d get executed?

    Jan 28, 2023 · In /etc/profile.d I got a script called logchk.sh which is meant to send an email to the admin email address via /bin/mail. If someone logs in via ssh user@serveradress this script is …

  6. What is the difference between .profile and .bash_profile and why don't ...

    The .profile dates back to the original Bourne shell known as sh. Since the GNU shell bash is (depending on its options) a superset of the Bourne shell, both shells can use the same startup file. …

  7. Outlook profile怎么重新配置? - 知乎

    Jul 25, 2024 · 115Shop独立站 小五认为, Outlook profile 重新配置的步骤如下: 打开 控制面板,找到“邮件”选项。 在邮件设置中,选择“显示配置文件”或类似选项。 点击“添加”,输入新的配置文件的名 …

  8. What is the difference between ~/.profile, ~/.bashrc, ~/.bash_profile ...

    The one possible exception is /etc/profile and .profile, which may be used by multiple different shells (including at least sh and bash). There is something called an environment associated with every …

  9. What do the scripts in /etc/profile.d do? - Unix & Linux Stack Exchange

    It says that the /etc/profile file sets the environment variables at startup of the Bash shell. The /etc/profile.d directory contains other scripts that contain application-specific startup files, which are …

  10. Why isn't bash reading my `~/.profile`? - Unix & Linux Stack Exchange

    Jul 25, 2024 · If I run source ~/.profile it does get added to my PATH. I definitely don't have a ~/.bash_login or ~/.bash_profile -- so why would bash not read my local .profile? adding in answer to …