V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  darksword21  ›  全部回复第 115 页 / 共 156 页
回复总数  3108
1 ... 111  112  113  114  115  116  117  118  119  120 ... 156  
看错标题的不是我一个
2021 年 3 月 8 日
回复了 zhoudaiyu 创建的主题 Reddit Reddit 上有哪些有意思的 subreddit 大家常逛的?
emacs
2021 年 3 月 6 日
回复了 iyg429 创建的主题 PlayStation 4 PlayStation 4 和 Switch 选哪个?
ps5
等你想用的时候再搜索就行

比如说有一天需要将很多相同的字符串替换成另一个,但是每次替换都需要确认(y) 或拒绝(n)

有这种需求的时候搜一下学下就可以了
这种直播的我都是在 pad 上看, 不知道为什么一用网页看风扇就疯狂转
我是用手机,用自己的流量
2021 年 3 月 6 日
回复了 levelworm 创建的主题 macOS 实在是不适应 Mac 的按键
无语,因为长得不像 windows 就是奇葩? 不适应就别用呗
2021 年 3 月 4 日
回复了 Janxun 创建的主题 JavaScript 有无大佬帮忙把这段 Python 代码转换成 JavaScript
console.log(“import base64
from Crypto.Cipher import AES

class Encrypt(object):
def __init__(self):
self.key = "ABCDEXGH01234567".encode("utf8")
self.length = AES.block_size
self.aes = AES.new(self.key, AES.MODE_ECB)

def pad(self, text):
count = len(text.encode('utf-8'))
add = self.length - (count % self.length)
return text + (chr(add) * add)

def encrypt(self, encrData):
res = self.aes.encrypt(self.pad(encrData).encode("utf8"))
msg = str(base64.b64encode(res), encoding="utf8")
return msg

if __name__ == '__main__':
e = Encrypt()
a = e.encrypt("12345678")
print(a)”)
2021 年 3 月 4 日
回复了 fxjson 创建的主题 程序员 简化 git 命令
好单纯
2021 年 3 月 4 日
回复了 alexnone 创建的主题 Apple Apple 中国官网翻新 M1Mac 开卖了..
air, 等 32g 的 air
2021 年 3 月 4 日
回复了 alexnone 创建的主题 Apple Apple 中国官网翻新 M1Mac 开卖了..
现在的就是 16g,指向等个 32g
你说的是万为单位日吗? 拜拜了您
1 ... 111  112  113  114  115  116  117  118  119  120 ... 156  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5739 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 51ms · UTC 02:00 · PVG 10:00 · LAX 19:00 · JFK 22:00
♥ Do have faith in what you're doing.