wingyiu

Results 16 issues of wingyiu

public static void StartUserNoticeThread() { if (thread != null && thread.IsAlive) { return; } thread = new Thread(new ThreadStart( () => { while (true) { System.Threading.Thread.Sleep(TimeSpan.FromMilliseconds(2)); Tool.AsyncGetUserNotice(); } } ))...

列表一直向下滚,再往回滚就发现图片缩略图不见了

Django’s default transaction behavior¶ Django’s default behavior is to run in autocommit mode. Each query is immediately committed to the database. See below for details. Django uses transactions or savepoints...

v1.5.4 问题:Env 的key value均保持一致,但顺序改变,原地升级无效

kind/question

go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest go: sigs.k8s.io/controller-runtime/tools/setup-envtest@latest (in sigs.k8s.io/controller-runtime/tools/[email protected]): go.mod:3: invalid go version '1.22.0': must match format 1.23

pod a-1 manage by ss a has annotation `serving-allow: false` change the ss a pod template meta `serving-allow: true`, after apply, pod in place update work ,but annotation `serving-allow` is...

kind/bug