当前位置: 首页 > news >正文

外贸网站是怎么做的企业展馆展厅设计

外贸网站是怎么做的,企业展馆展厅设计,赌钱网站怎么做的,做移动网站点击软件吗doghead 是在mac 下跑各种数据的因此#xff0c;在配置了环境后, 进行mac 构建 【doghead】mac构建#xff0c;首先对mac的clion进行安装 mac 下安装clion2024.1 之前可能装过crack的clion教育优惠的clion跟之前的应该不同clion2024.1 在mac的新系统下崩溃google下竟然没有…doghead 是在mac 下跑各种数据的因此在配置了环境后, 进行mac 构建 【doghead】mac构建首先对mac的clion进行安装 mac 下安装clion2024.1 之前可能装过crack的clion教育优惠的clion跟之前的应该不同clion2024.1 在mac的新系统下崩溃google下竟然没有人遇到感觉不是mac系统的问题 有大神建议先清理各种环境配置 看了下我的环境跟jetbrain没有啥关联 zhangbinzhangbin-mbp-2  ~/Library/LaunchAgents  ls com.google.GoogleUpdater.wake.plist com.google.keystone.agent.plist com.google.keystone.xpcservice.plist com.jetbrains.toolbox.plist com.tencent.Lemon.trash.plist homebrew.mxcl.grafana.plist homebrew.mxcl.mongodb-community4.0.plist homebrew.mxcl.rabbitmq.plistzhangbinzhangbin-mbp-2  ~  cat ~/.zshrc # If you come from bash you might have to change your $PATH. # export PATH$HOME/bin:/usr/local/bin:$PATH# Path to your oh-my-zsh installation. export ZSH/Users/zhangbin/.oh-my-zsh# Set name of the theme to load. Optionally, if you set this to random # itll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEMEagnoster# Set list of themes to load # Setting this variable when ZSH_THEMErandom # cause zsh load theme from this variable instead of # looking in ~/.oh-my-zsh/themes/ # An empty array have no effect # ZSH_THEME_RANDOM_CANDIDATES( robbyrussell agnoster )# Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVEtrue# Uncomment the following line to use hyphen-insensitive completion. Case # sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVEtrue# Uncomment the following line to disable bi-weekly auto-update checks. # DISABLE_AUTO_UPDATEtrue# Uncomment the following line to change how often to auto-update (in days). # export UPDATE_ZSH_DAYS13# Uncomment the following line to disable colors in ls. # DISABLE_LS_COLORStrue# Uncomment the following line to disable auto-setting terminal title. # DISABLE_AUTO_TITLEtrue# Uncomment the following line to enable command auto-correction. # ENABLE_CORRECTIONtrue# Uncomment the following line to display red dots whilst waiting for completion. # COMPLETION_WAITING_DOTStrue# Uncomment the following line if you want to disable marking untracked files # under VCS as dirty. This makes repository status check for large repositories # much, much faster. # DISABLE_UNTRACKED_FILES_DIRTYtrue# Uncomment the following line if you want to change the command execution time # stamp shown in the history command output. # The optional three formats: mm/dd/yyyy|dd.mm.yyyy|yyyy-mm-dd # HIST_STAMPSmm/dd/yyyy# Would you like to use another custom folder than $ZSH/custom? # ZSH_CUSTOM/path/to/new-custom-folder# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins(git )source $ZSH/oh-my-zsh.sh# User configuration# export MANPATH/usr/local/man:$MANPATH# You may need to manually set your language environment # export LANGen_US.UTF-8# Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then # export EDITORvim # else # export EDITORmvim # fi# Compilation flags # export ARCHFLAGS-arch x86_64# ssh # export SSH_KEY_PATH~/.ssh/rsa_id# Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder. # For a full list of active aliases, run alias. # # Example aliases # alias zshconfigmate ~/.zshrc # alias ohmyzshmate ~/.oh-my-zsh #export PATH/usr/local/opt/mongodb-community3.6/bin:$PATH export PATH/usr/local/opt/mongodb-community4.0/bin:$PATH alias gg -stdc17zhangbinzhangbin-mbp-2  ~  cat ~/.bash_profile export PATH/usr/local/opt/gettext/bin:/Users/zhangbin/tet/webrtc_build/depot_tools:/usr/local/opt/mongodb-community4.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOSzhangbinzhangbin-mbp-2  ~  cat ~/.zshrc.pre-oh-my-zsh # If you come from bash you might have to change your $PATH. # export PATH$HOME/bin:/usr/local/bin:$PATH# Path to your oh-my-zsh installation. export ZSH/Users/zhangbin/.oh-my-zsh# Set name of the theme to load. Optionally, if you set this to random # itll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEMErobbyrussell# Set list of themes to load # Setting this variable when ZSH_THEMErandom # cause zsh load theme from this variable instead of # looking in ~/.oh-my-zsh/themes/ # An empty array have no effect # ZSH_THEME_RANDOM_CANDIDATES( robbyrussell agnoster )# Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVEtrue# Uncomment the following line to use hyphen-insensitive completion. Case # sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVEtrue# Uncomment the following line to disable bi-weekly auto-update checks. # DISABLE_AUTO_UPDATEtrue# Uncomment the following line to change how often to auto-update (in days). # export UPDATE_ZSH_DAYS13# Uncomment the following line to disable colors in ls. # DISABLE_LS_COLORStrue# Uncomment the following line to disable auto-setting terminal title. # DISABLE_AUTO_TITLEtrue# Uncomment the following line to enable command auto-correction. # ENABLE_CORRECTIONtrue# Uncomment the following line to display red dots whilst waiting for completion. # COMPLETION_WAITING_DOTStrue# Uncomment the following line if you want to disable marking untracked files # under VCS as dirty. This makes repository status check for large repositories # much, much faster. # DISABLE_UNTRACKED_FILES_DIRTYtrue# Uncomment the following line if you want to change the command execution time # stamp shown in the history command output. # The optional three formats: mm/dd/yyyy|dd.mm.yyyy|yyyy-mm-dd # HIST_STAMPSmm/dd/yyyy# Would you like to use another custom folder than $ZSH/custom? # ZSH_CUSTOM/path/to/new-custom-folder# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins(git )source $ZSH/oh-my-zsh.sh# User configuration# export MANPATH/usr/local/man:$MANPATH# You may need to manually set your language environment # export LANGen_US.UTF-8# Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then # export EDITORvim # else # export EDITORmvim # fi# Compilation flags # export ARCHFLAGS-arch x86_64# ssh # export SSH_KEY_PATH~/.ssh/rsa_id# Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder. # For a full list of active aliases, run alias. # # Example aliases # alias zshconfigmate ~/.zshrc # alias ohmyzshmate ~/.oh-my-zshzhangbinzhangbin-mbp-2  ~  zhangbinzhangbin-mbp-2  ~  cd /Users/zhangbin/Library/Application\ Support/JetBrains/CLion2020.2 换到root账户也是如此 ✘ zhangbinzhangbin-mbp-2  ~/Library/PreferencePanes  cd /Users/zhangbin/Library/LaunchAgents zhangbinzhangbin-mbp-2  ~/Library/LaunchAgents  ls com.google.GoogleUpdater.wake.plist com.google.keystone.agent.plist com.google.keystone.xpcservice.plist com.jetbrains.toolbox.plist com.tencent.Lemon.trash.plist homebrew.mxcl.grafana.plist homebrew.mxcl.mongodb-community4.0.plist homebrew.mxcl.rabbitmq.plistzhangbinzhangbin-mbp-2  ~/Library/LaunchAgents  export DISPLAY/private/tmp/com.apple.launchd.5Kn9xiF0wW/org.macosforge.xquartz:0 HOME/Users/zhangbin LANGzh_CN.UTF-8 LC_CTYPEzh_CN.UTF-8 LESS-R LOGNAMEzhangbin LSCOLORSGxfxcxdxbxegedabagacad OLDPWD/Users/zhangbin/Library/PreferencePanes PAGERless PATH/usr/local/opt/mongodb-community4.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOS PWD/Users/zhangbin/Library/LaunchAgents SHELL/bin/zsh SHLVL1 SSH_AUTH_SOCK/private/tmp/com.apple.launchd.AUErjvFUJE/Listeners TERMxterm-256color TERM_PROGRAMApple_Terminal TERM_PROGRAM_VERSION445.1 TERM_SESSION_IDAFD40EEE-F784-4F9D-A83F-86330916A6CF TMPDIR/var/folders/c6/dg7ltn4n69g1sxkxc10wzjfr0000gn/T/ USERzhangbin XPC_FLAGS0x0 XPC_SERVICE_NAME0 ZSH/Users/zhangbin/.oh-my-zsh __CFBundleIdentifiercom.apple.Terminalzhangbinzhangbin-mbp-2  ~/Library/LaunchAgents  cd root cd: no such file or directory: root✘ zhangbinzhangbin-mbp-2  ~/Library/LaunchAgents  sudo su Password: sh-3.2# export export DISPLAY/private/tmp/com.apple.launchd.5Kn9xiF0wW/org.macosforge.xquartz:0 export HOME/var/root export LANGzh_CN.UTF-8 export LC_CTYPEzh_CN.UTF-8 export LOGNAMEroot export LSCOLORSGxfxcxdxbxegedabagacad export MAIL/var/mail/root export OLDPWD export PATH/usr/local/opt/mongodb-community4.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOS export PWD/Users/zhangbin/Library/LaunchAgents export SHELL/bin/sh export SHLVL1 export SSH_AUTH_SOCK/private/tmp/com.apple.launchd.AUErjvFUJE/Listeners export SUDO_COMMAND/usr/bin/su export SUDO_GID20 export SUDO_UID501 export SUDO_USERzhangbin export TERMxterm-256color export USERroot export __CF_USER_TEXT_ENCODING0x0:25:52 sh-3.2# ls ~ .CFUserTextEncoding .npm Desktop .InstallAnywhere .oracle_jre_usage Documents .bash_history .sh_history Downloads .config .ssh Library .forward .viminfo Parallels .gem Application Support go sh-3.2# exit exit IntelliJIdea2020.2 发现这位大神的情况跟我类似 大神建议仅删除这个就可以 /Users/chenhuigu/Library/Application Support/JetBrains/IntelliJIdea2020.2/idea.vmoptions我看了下 有个2020.2还有个2024.1 的这个我直接删掉了整个目录 /Users/zhangbin/Library/Application\ Support/JetBrains/CLion2020.2
http://www.hkea.cn/news/14486551/

相关文章:

  • 网站开发还是软件开发wordpress 替换头像
  • 湖北皇奥建设工程有限公司网站建设环境竣工验收网站
  • 网站备案步骤说一说网站建设的含义
  • 百度搜索网站显示图片平面设计专用网站
  • 宝石网站建设套用模板网站
  • 东莞做网站系统网站建设表格代码
  • 温州建网站电子商务网站设计的原则
  • 绍兴高兴区建设网站wordpress怎么导入主题
  • 龙采网站建设网站建设设计技巧
  • 广东泰通建设有限公司网站贵州健康码app下载
  • 驻马店网站优化手机软件应用市场
  • 滨州j建设局网站投诉电话融水做的比较好的网站有哪些
  • 电子政务网站建设参考文献wordpress 采集 api
  • 台州网站制作价格网络调查问卷怎么制作
  • 做微信网站价格建单页网站
  • 网站建设四个阶段亚马逊关键词排名提升
  • 小说网站静态页面模板免费建网站哪个网好
  • 做国际黄金的网站vs做网站头部的代码
  • 发布消息做任务的网站建设网站第一部分
  • 衡水做企业网站的价格google代理
  • 上海松江区建设局官方网站wordpress怎么设计
  • 北京网站建设设计公司哪家好非法网站开发是什么意思
  • 网站层级typecho移植wordpress
  • 漳州城乡住房建设部网站广东建设信息网站塔吊查询
  • 做网站 长wordpress header导航
  • 手机app制作公司郑州seo优化seo外包
  • 汕头企业网站模板建站网站建设怎么建好
  • 高端网站建设服务商个人主页是重要的营销手段
  • 深圳龙华建网站公司湛江网站建设哪家优惠多
  • 展示型手机网站国际知名设计公司收入