Presbyter 最近的时间轴更新
Presbyter

Presbyter

V2EX 第 193748 号会员,加入于 2016-09-27 20:03:05 +08:00
今日活跃度排名 21887
Presbyter 最近回复了
为什么要保证不摸鱼?事情不应该是按照结果导向的吗,项目做好时间线,任务分解交付到开发,只要开发保质保量完成工作任务,你管他是摸鱼了还是带娃了呢?
288 天前
回复了 unt 创建的主题 程序员 Java Go Node 哪种语言最适合做物联网平台开发
曾经做过 lorawan, 我们使用的是 mqtt + go + nats 组建的核心网.
当时选择使用 go 也是因为其网络能力强一些, 当然如果但是 rust 成熟些, 我们可能就选用 rust 了, 因为 leader 是 C 出身......
2021-11-16 11:00:43 +08:00
回复了 flycloud 创建的主题 Apple 14 寸新 mac pro, shift + 触摸板轻点 不灵敏
我的 14 无法充电,今天退换了... 难道首批真的问题多多?
2021-11-09 23:04:46 +08:00
回复了 zhinianyuxin0 创建的主题 MacBook Pro 14 寸的定制 MacBook Pro 大家都没动静吗?
我是首发当日 1 小时左右下单, 显示“2021/11/12 - 2021/11/19”, 今天状态变更为“准备发货”.
2021-10-23 16:50:47 +08:00
回复了 junjie1475 创建的主题 Apple 新 MacBook pro 开箱
不说刘海的问题,我觉得这款的外观,比起 15 款之后的样式,少了很多科技干,不够"干净""锐利".
2021-09-01 11:33:22 +08:00
回复了 NGPONG 创建的主题 Bash 求一个 wsl2 ubuntu20.04 的默认 /etc/bash.bashrc
# System-wide .bashrc file for interactive bash(1) shells.

# To enable the settings / commands in this file for login shells as well,
# this file has to be sourced in /etc/profile.

# If not running interactively, don't do anything
[ -z "$PS1" ] && return

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, overwrite the one in /etc/profile)
# but only if not SUDOing and have SUDO_PS1 set; then assume smart user.
if ! [ -n "${SUDO_USER}" -a -n "${SUDO_PS1}" ]; then
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi

# Commented out, don't overwrite xterm -T "title" -n "icontitle" by default.
# If this is an xterm set the title to user@host:dir
#case "$TERM" in
#xterm*|rxvt*)
# PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
# ;;
#*)
# ;;
#esac

# enable bash completion in interactive shells
#if ! shopt -oq posix; then
# if [ -f /usr/share/bash-completion/bash_completion ]; then
# . /usr/share/bash-completion/bash_completion
# elif [ -f /etc/bash_completion ]; then
# . /etc/bash_completion
# fi
#fi

# sudo hint
if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; then
case " $(groups) " in *\ admin\ *|*\ sudo\ *)
if [ -x /usr/bin/sudo ]; then
cat <<-EOF
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

EOF
fi
esac
fi

# if the command-not-found package is installed, use it
if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then
function command_not_found_handle {
# check because c-n-f could've been removed in the meantime
if [ -x /usr/lib/command-not-found ]; then
/usr/lib/command-not-found -- "$1"
return $?
elif [ -x /usr/share/command-not-found/command-not-found ]; then
/usr/share/command-not-found/command-not-found -- "$1"
return $?
else
printf "%s: command not found\n" "$1" >&2
return 127
fi
}
fi
今天,公司的项目刚刚接入阿里云的 geoip..... 移除这个模块可能会影响项目上线计划了.
2021-06-04 15:43:31 +08:00
回复了 xiao109 创建的主题 Java 关于多平台部署的问题
可以考虑用 Makefile 控制编译目标,代码统一放在一个分支上.后续加上 ci/cd 的相关配置,可以做的更灵活.
2021-05-06 15:38:36 +08:00
回复了 rrfeng 创建的主题 宽带症候群 北京联通光猫这么容易坏?我怀疑他骗我……
光猫是租的,就算坏了也不用你买新的。服务期内,报修就上门给你换了。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3439 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 11:10 · PVG 19:10 · LAX 04:10 · JFK 07:10
Developed with CodeLauncher
♥ Do have faith in what you're doing.