V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  workspace  ›  全部回复第 4 页 / 共 4 页
回复总数  72
1  2  3  4  
2019 年 9 月 16 日
回复了 Lostbit 创建的主题 MySQL MySQL 不用外键的话,如何让表起来关联呢?
users --> id name age is_del
class --> id name is_del

class_user --> id class_id user_id is_del

# 伪代码
查找用户所在 class
class_id = select class_id from class_user where user_id = ${need_query_user_id} and is_del = 0
class = select * from class where id = class_id and is_del = 0
查找 class 中的用户
user_id_list = select user_id from class_user where class_id = ${need_query_class_id} and is_del = 0
user_list = select * from users where id in (user_id_list) and is_del = 0
2019 年 9 月 11 日
回复了 CharlesWu 创建的主题 全球工单系统 张大妈挂了,好像没数据了
nginx/1.7.2
2019 年 9 月 11 日
回复了 chfight 创建的主题 NGINX nginx 配置 http 自动跳转到 https 问题
无解
你是大人了,要学会独自承受一些事情了。
rsync scp 甚至 nginx 列个目录 对面下载都行
提高自己,挣更多的 Money 别的无解,除非卖房子,你会感觉瞬间安心。。
我觉得如果我是这种状态我会受不了,我不喜欢提前消费,只有存款能让我踏实。
夏天的几大要素:
1 空调
2 西瓜
3 WIFI
4 手机

夏天就这样过去了
说明什么高可用,什么几个 9 都是在扯淡嘛,只是不说破而已。
为知
tar tf 只看,不解压
2016 年 8 月 12 日
回复了 gdtv 创建的主题 问与答 请教,为什么在服务器上 wget https://tieba.baidu.com 不行?
我表示直接 wget 第一个地址就能下载下来,测试机: bw vps
1  2  3  4  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5383 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 08:15 · PVG 16:15 · LAX 01:15 · JFK 04:15
♥ Do have faith in what you're doing.