lilililili1010's recent timeline updates
lilililili1010

lilililili1010

V2EX member #298759, joined on 2018-03-10 17:00:29 +08:00
lilililili1010's recent replies
Sep 26, 2025
Replied to a topic by Dg3gWjbFvvq 生活 能否分享下你们每天都是如何度过的?
穿工服、吃食堂、住宿舍、坐班车、领工资
Dec 17, 2023
Replied to a topic by toubi 职场话题 程序员如何从公司上班转型
打卡
支持一下
Oct 7, 2022
Replied to a topic by haoyh1 问与答 经典日经贴,投影仪怎么选
@Hoveray 有详细点的参数吗
万一呢
Nov 26, 2021
Replied to a topic by dtgxx 问与答 有没有好用的安卓照片视频恢复软件
Diskdigger pro
分母
Sep 29, 2020
Replied to a topic by Macv1994 Python 关于 flask-sqlachemy 数据库回滚的问题
```
from flask_sqlalchemy import SQLAlchemy as _SQLAlchemy
class SQLAlchemy(_SQLAlchemy):
@contextmanager
def auto_commit(self, throw=True):
try:
yield
self.session.commit()
except Exception as e:
self.session.rollback()
current_app.logger.exception('%r' % e)
if throw:
raise e
```
万一呢
分子
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3033 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 12:45 · PVG 20:45 · LAX 05:45 · JFK 08:45
♥ Do have faith in what you're doing.