yiplee 最近的时间轴更新
yiplee's repos on GitHub
Go · 27 人关注
sqlc
sqlc: A simple dynamic query builer for [kyleconroy/sqlc](https://github.com/kyleconroy/sqlc)
AppleScript · 5 人关注
MacID-PopClip-Extension
Send Selected Text to all iOS devices via MacID
Go · 4 人关注
blockquiz
Blockchain courses and quiz here. Have fun :) send "?" for usage!
Objective-C · 2 人关注
JumpCube
A simple game based on Cocos2d.
Go · 1 人关注
go-cache
go-cache is a simple, fast, and efficient in-memory cache written in Go.
Go · 1 人关注
mixer
A Golang BaseX implementation, and MORE...
Go · 0 人关注
airdrop
Go · 0 人关注
aliyungo
Go SDK for Aliyun (Alibaba Cloud) - Golang API for ECS, OSS, DNS, SLB, RDS, RAM, MNS, STS, SLS, MQ, Push, OpenSearch, DM, Container Service etc.
Go · 0 人关注
bot-api-go-client
Mixin Dapp API for Go
TypeScript · 0 人关注
ChatGPT-Next-Web
One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT 网页服务。
Go · 0 人关注
compose
0 人关注
DefiLlama-Adapters
0 人关注
defillama-server
Server for defillama
Swift · 0 人关注
Empty-Contacts
One click to delete the contacts without phone number
Go · 0 人关注
envs
Inject environments on build
Objective-C · 0 人关注
FlatUIKit
A collection of awesome flat UI components for iOS.
Objective-C · 0 人关注
IGListKit
A data-driven UICollectionView framework for building fast and flexible lists.
Objective-C · 0 人关注
iOSPlot
Chart library for iOS
JavaScript · 0 人关注
ltc-huobi
Objective-C · 0 人关注
MagicalRecord
Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!
Ruby · 0 人关注
MicroBlog
A micro blog system based on Ruby on Rails
0 人关注
mixin
🚀 the Mixin TEE-BFT-DAG network reference implementation
Python · 0 人关注
mm-coding
Python
Go · 0 人关注
nap
A Go sql.DB wrapper for master-slave topologies
0 人关注
ohmyzsh
🙃 A delightful community-driven (with nearly 1,500 contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
Go · 0 人关注
packet-demo
微信抢红包简易实现 Golang + Gorm
Python · 0 人关注
PopClip-Extensions
Documentation and source code PopClip extensions.
0 人关注
proxifier-profiles
My Proxifier profiles
Objective-C · 0 人关注
Sapus-Tongue
Sapus Tongue project
Objective-C · 0 人关注
SDWebImage
Asynchronous image downloader with cache support as a UIImageView category
yiplee
ONLINE

yiplee

iOS Golang
V2EX 第 17115 号会员,加入于 2012-02-25 23:30:58 +08:00
今日活跃度排名 14551
yiplee 最近回复了
138 天前
回复了 sofukwird 创建的主题 Android 一加是小米的平替吗?
买过一台一加,用了三个多月话筒就不行了,打电话对方听不到声音
感谢楼主 aUB5aXBsZWUuY29tCg==
@yiplee 这个是我弄错地方了,我刚才是在插件的 options 页面保存 token ,那边是无效的
我直接点击插件 logo 然后在设置里面保存就可以了
@yiplee 我卸载重新安装一下
@coolpace 不用录屏,除了按钮点按效果没有任何反应。看了代码 scripts/options.min.js 写的是

"use strict";console.log("options.ts");
token 点保存没反应
2022-09-19 15:28:30 +08:00
回复了 yiplee 创建的主题 MySQL 为什么这个简单的查询在 MySQL 8.0.25 这么慢?
@coolstranger #56 还没有,暂时先把用 8.x 那台的服务给停了。
对了,停掉服务之后,再手动跑了一下这个简单的查询,86 ms 就返回了 :)
2022-09-15 14:24:01 +08:00
回复了 yiplee 创建的主题 MySQL 为什么这个简单的查询在 MySQL 8.0.25 这么慢?
@rrfeng #38 突然意识到我对 innodb 的二级索引理解错了,我一直以为 INDEX( b ) = INDEX( b ,id ),实际上 id 是保存在 INDEX( b ) 的叶子节点上值,并不是有序的,所以无法用于 ORDER BY ,不知道这次理解对没 😂
2022-09-15 14:16:58 +08:00
回复了 yiplee 创建的主题 MySQL 为什么这个简单的查询在 MySQL 8.0.25 这么慢?
@yangxx #33 我了解到 MySQL 的二级索引在尾部是包含主键的,也就是 INDEX( b ) = INDEX( b ,id ),b = ? AND id > ? 应该都用到的索引才对吧!?
2022-09-15 14:15:08 +08:00
回复了 yiplee 创建的主题 MySQL 为什么这个简单的查询在 MySQL 8.0.25 这么慢?
@justfindu #32 先走索引覆盖取出 id ,再 join 原表,是个不错的思路。但是我这个查询条件里面有 c ,会导致无法触发索引覆盖 😂
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5922 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 02:36 · PVG 10:36 · LAX 19:36 · JFK 22:36
Developed with CodeLauncher
♥ Do have faith in what you're doing.