标题:PR复活归来,或将与RN展开一场恶战
作者:百度网盘
原帖:https://hostloc.com/thread-820749-1-1.html
摘要:我承认背叛了曾经的自己,又上了PR的车,不过反正有paypal加持,看你们都在玩我也想玩
RN新年发布过几款类似配置的,手上刚好买了一台,正好两个拿来对比一下。两台机器系统相同,均开启BBR,测试用的LemonBenchInt。
PR配置:4核 6G内存 80GB磁盘 15TB流量 年付20.21美元
RN配置:3核 5.5G内存 75GB磁盘 16TB流量(参与let翻倍)年付 25美元左右
左边为PR,右边为RN
完整测试结果:
PR:https://paste.ubuntu.com/p/h2ghFgQrv7/
RN:https://paste.ubuntu.com/p/syFHyNB6tC/
目前看起来二者差距不多,不知道PR后期能不能保持住,还有就是,打起来打起来
作者:百度网盘
原帖:https://hostloc.com/thread-820749-1-1.html
摘要:我承认背叛了曾经的自己,又上了PR的车,不过反正有paypal加持,看你们都在玩我也想玩
RN新年发布过几款类似配置的,手上刚好买了一台,正好两个拿来对比一下。两台机器系统相同,均开启BBR,测试用的LemonBenchInt。
PR配置:4核 6G内存 80GB磁盘 15TB流量 年付20.21美元
RN配置:3核 5.5G内存 75GB磁盘 16TB流量(参与let翻倍)年付 25美元左右
左边为PR,右边为RN
完整测试结果:
PR:https://paste.ubuntu.com/p/h2ghFgQrv7/
RN:https://paste.ubuntu.com/p/syFHyNB6tC/
目前看起来二者差距不多,不知道PR后期能不能保持住,还有就是,打起来打起来
标题:大佬python安装环境,帮我看看这是什么问题啊
作者:我爱你
原帖:https://hostloc.com/thread-820750-1-1.html
摘要:要安装pip install stem pySocket requests beautifulsoup4 ws4py Faker 这些
提示这些 C:\Users\123>pip install stem pySocket requests beautifulsoup4 ws4py Faker Defaulting to user installation because normal site-packages is not writeable WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ Could not fetch URL https://pypi.org/simple/stem/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/stem/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))) - skipping ERROR: Could not find a version that satisfies the requirement stem ERROR: No matching distribution found for stem Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))) - skipping复制代码
已经安装python3了 Python 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] on win32复制代码
按照网上的教程都不行
出错情况:
pip install XXX
pip3 install XXX
1
2
改成:
python -m pip install XXX
python3 -m pip install XXX
比如这个
大佬带带我吧
作者:我爱你
原帖:https://hostloc.com/thread-820750-1-1.html
摘要:要安装pip install stem pySocket requests beautifulsoup4 ws4py Faker 这些
提示这些 C:\Users\123>pip install stem pySocket requests beautifulsoup4 ws4py Faker Defaulting to user installation because normal site-packages is not writeable WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))': /simple/stem/ Could not fetch URL https://pypi.org/simple/stem/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/stem/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))) - skipping ERROR: Could not find a version that satisfies the requirement stem ERROR: No matching distribution found for stem Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))) - skipping复制代码
已经安装python3了 Python 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] on win32复制代码
按照网上的教程都不行
出错情况:
pip install XXX
pip3 install XXX
1
2
改成:
python -m pip install XXX
python3 -m pip install XXX
比如这个
大佬带带我吧
标题:在下签名单核1200,东京单核E5 750分
作者:usbcdrom
原帖:https://hostloc.com/thread-820751-1-1.html
摘要:在下签名单核1200,东京单核E5 750分
作者:usbcdrom
原帖:https://hostloc.com/thread-820751-1-1.html
摘要:在下签名单核1200,东京单核E5 750分
标题:PHP调用json数据后,网页标签不显示的问题
作者:lanmp
原帖:https://hostloc.com/thread-820752-1-1.html
摘要: 0, 'msg' => '原始数据', 'url' => $url, 'referer' => '']));
echo $json_Class->{'url'};
?>
这样写之后,可以正常显示出来json里的内容,但是在php文件里这几行代码下边的 标签全不显示了,右键查看页面源代码看不到任何html标识,是不是我使用方法不对呢? 谢谢大家了。
作者:lanmp
原帖:https://hostloc.com/thread-820752-1-1.html
摘要: 0, 'msg' => '原始数据', 'url' => $url, 'referer' => '']));
echo $json_Class->{'url'};
?>
这样写之后,可以正常显示出来json里的内容,但是在php文件里这几行代码下边的 标签全不显示了,右键查看页面源代码看不到任何html标识,是不是我使用方法不对呢? 谢谢大家了。
标题:我想起来了我有racknerd的vps还没有使用
作者:lizh8791
原帖:https://hostloc.com/thread-820753-1-1.html
摘要:我想起来了我有racknerd的vps还没有使用?
现在可以做站了吗?
Flash 6月销售- 1 gb
作者:lizh8791
原帖:https://hostloc.com/thread-820753-1-1.html
摘要:我想起来了我有racknerd的vps还没有使用?
现在可以做站了吗?
Flash 6月销售- 1 gb
标题:如果MJJ们都不买PR
作者:hanshe
原帖:https://hostloc.com/thread-820755-1-1.html
摘要:PacificRack在2019年11月作为全资子公司从QuadraNet业务脱离开始独立运作
PayPal付款的账户显示是QuadraNet
那么没错 QN的确是PR的靠山
但是个人(同时也是许多MJJ)感觉PR其实是由几个中国人在运营,服务器质量十分堪忧,客服工单回复速度远低于CC,RN,VIR
但QN作为PR的母公司并没有任何作为,似乎是把这家子公司完全交给国人团队运营。顾客的方向也都是国人。(明显是在坑国人嘛)
但是如果每个MJJ都不买PR的vps,到账这家子公司的业绩十分差,甚至亏损严重,QN是否会收回对PR的运营权利?
作者:hanshe
原帖:https://hostloc.com/thread-820755-1-1.html
摘要:PacificRack在2019年11月作为全资子公司从QuadraNet业务脱离开始独立运作
PayPal付款的账户显示是QuadraNet
那么没错 QN的确是PR的靠山
但是个人(同时也是许多MJJ)感觉PR其实是由几个中国人在运营,服务器质量十分堪忧,客服工单回复速度远低于CC,RN,VIR
但QN作为PR的母公司并没有任何作为,似乎是把这家子公司完全交给国人团队运营。顾客的方向也都是国人。(明显是在坑国人嘛)
但是如果每个MJJ都不买PR的vps,到账这家子公司的业绩十分差,甚至亏损严重,QN是否会收回对PR的运营权利?
标题:TG转存面临了新的问题
作者:嗷嗷
原帖:https://hostloc.com/thread-820757-1-1.html
摘要:那就是,文件数量真的太多了
用不了几天,就达到40万的文件数限制了吧
作者:嗷嗷
原帖:https://hostloc.com/thread-820757-1-1.html
摘要:那就是,文件数量真的太多了
用不了几天,就达到40万的文件数限制了吧
标题:浙江联通卡有没有感兴趣的
作者:pyniang
原帖:https://hostloc.com/thread-820758-1-1.html
摘要:28月租 50G全国流量+50G校区流量 120分通话 5G套餐 无合约 套餐四年时间 年龄16-30有没有感兴趣的
作者:pyniang
原帖:https://hostloc.com/thread-820758-1-1.html
摘要:28月租 50G全国流量+50G校区流量 120分通话 5G套餐 无合约 套餐四年时间 年龄16-30有没有感兴趣的
标题:求查询学习方面的查询工具源码,免费收费都可以。
作者:fofo
原帖:https://hostloc.com/thread-820761-1-1.html
摘要:https://www.aies.cn/
跟这个网站的类似或差不多的源码,
作者:fofo
原帖:https://hostloc.com/thread-820761-1-1.html
摘要:https://www.aies.cn/
跟这个网站的类似或差不多的源码,
标题:PR 4C-6G-80G-15T 已卖完 Out of Stock
作者:Erik
原帖:https://hostloc.com/thread-820766-1-1.html
摘要:Out of Stock了
身体很诚实的mjj
作者:Erik
原帖:https://hostloc.com/thread-820766-1-1.html
摘要:Out of Stock了
身体很诚实的mjj
标题:分享扫a1和a1p域名的脚本,我不会,不知道可行不,大佬自测
作者:我爱你
原帖:https://hostloc.com/thread-820768-1-1.html
摘要:https://github.com/geuomao/WAEQySRL64fXpNGL
https://github.com/geuomao/FLAgowbfmxSqqtps
会的大佬带带我,教教我哈哈哈
一起撸光他
作者:我爱你
原帖:https://hostloc.com/thread-820768-1-1.html
摘要:https://github.com/geuomao/WAEQySRL64fXpNGL
https://github.com/geuomao/FLAgowbfmxSqqtps
会的大佬带带我,教教我哈哈哈
一起撸光他
标题:有人知道建行建融家园是什么吗?建行强行办理了这些业务
作者:DMengbi
原帖:https://hostloc.com/thread-820769-1-1.html
摘要:家人去建设银行办理修改手机号
回来看短信才发现注册了一堆东西,有个建融家园,没听说过
看交易记录还有还扫码了三元,是善融商城的
这些家人全都不知道,大堂经理也不说,只是告知办卡所需的过程
今天打电话给总行,总行说可能是个别业务员不熟悉流程导致的,将加强管理培训就没了!
没辙啊,现在违法成本也不高啊?听家人说业务员在他手机登录了不知道是啥app,但是验证码是我家人给接的,总行都这态度,我也没必要挣扎了....我也没法说啥省着被扣帽子,就问问LOC的有没有懂得?千万别被贷款啥得,经济条件真不允许出点事故!
底层人活着真的够难了,还是小心翼翼卑微些,后面还有一大堆家人要养....只要不是涉及钱就行,注册拉人头拉就拉了
作者:DMengbi
原帖:https://hostloc.com/thread-820769-1-1.html
摘要:家人去建设银行办理修改手机号
回来看短信才发现注册了一堆东西,有个建融家园,没听说过
看交易记录还有还扫码了三元,是善融商城的
这些家人全都不知道,大堂经理也不说,只是告知办卡所需的过程
今天打电话给总行,总行说可能是个别业务员不熟悉流程导致的,将加强管理培训就没了!
没辙啊,现在违法成本也不高啊?听家人说业务员在他手机登录了不知道是啥app,但是验证码是我家人给接的,总行都这态度,我也没必要挣扎了....我也没法说啥省着被扣帽子,就问问LOC的有没有懂得?千万别被贷款啥得,经济条件真不允许出点事故!
底层人活着真的够难了,还是小心翼翼卑微些,后面还有一大堆家人要养....只要不是涉及钱就行,注册拉人头拉就拉了