V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  109109  ›  全部回复第 1 页 / 共 4 页
回复总数  63
1  2  3  4  
2022-03-13 23:44:27 +08:00
回复了 leomm 创建的主题 优惠信息 315 活动 腾讯云香港云服务器 约 3 年 166 元 每天 3 台
分母+1
试装在 x86 软路由上
2017-06-07 16:13:51 +08:00
回复了 liushuaikobe 创建的主题 PlayStation 4 入了一台 PS4 Pro ,不知该怎么上手
创始小玩家?
2016-05-12 08:16:03 +08:00
回复了 misaka15 创建的主题 问与答 B 站 Api 的问题
@sunny00123 需要登录查看的页面会提示: API 调用失败
av4618973
2015-11-09 20:18:06 +08:00
回复了 orzcc 创建的主题 奇思妙想 翻箱又翻出一堆东西,十年前的互联网
魔力宝贝~
开了QOS?
@commoccoom
同hg255d

```
dmesg

Write of 84 bytes at 0x00580fb4 failed. returned -5, retlen 30
Write of 84 bytes at 0x00581006 failed. returned -5, retlen 0
Not marking the space at 0x00581006 as dirty because the flash driver returned retlen zero
Write of 57 bytes at 0x00581006 failed. returned -5, retlen 0
Not marking the space at 0x00581006 as dirty because the flash driver returned retlen zero
Write of 57 bytes at 0x00581006 failed. returned -5, retlen 0
Not marking the space at 0x00581006 as dirty because the flash driver returned retlen zero
Write of 188 bytes at 0x00581006 failed. returned -5, retlen 0
```

出现的状况是,一段时间内读写太多次闪存。
我折中解决办法是写启动脚本,把需要运行的应用存VPS上,开机连接网络后下载回tmpfs里,改权限后再运行。
2014-08-28 14:56:07 +08:00
回复了 csensix 创建的主题 问与答 PHP 与 Linux 主机之间安全通信
@csensix


i@i7:/tmp$ cat test.php
<?php
$fp = fsockopen ("udp://127.0.0.1",40030,$errno,$errstr,30);
if(!$fp){
echo "$errstr ($errno) <br />";
}else{
fwrite($fp,"Hello nc");
echo "Success\n";
fclose($fp);
}
?>


i@i7:/tmp$ php test.php
Success


root@i7:~# nc -vulp 40030
listening on [any] 40030 ...
connect to [127.0.0.1] from localhost [127.0.0.1] 39976
Hello nc^C


#检查是否防火墙没有放行
1  2  3  4  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5419 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 07:39 · PVG 15:39 · LAX 00:39 · JFK 03:39
Developed with CodeLauncher
♥ Do have faith in what you're doing.