V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  pota  ›  全部回复第 24 页 / 共 26 页
回复总数  508
1 ... 16  17  18  19  20  21  22  23  24  25 ... 26  
2019-12-18 17:27:24 +08:00
回复了 gamexg 创建的主题 硬件 黑苹果如下硬件是否存在问题?近期硬件价格是否还会下跌?
。。。大兄弟 提醒一句 Z390 GAMING X 换一个 Z390 M GAMING 都行 Z390 GAMING X 我黑了半天还是无法硬解 可能是因为我比较菜
2019-12-10 09:29:14 +08:00
回复了 Lucoie 创建的主题 Apple MBP 2018 款不带 bar 是真假
还有种可能。。。18 年产的说 18 年款
2019-12-10 09:28:24 +08:00
回复了 Lucoie 创建的主题 Apple MBP 2018 款不带 bar 是真假
。。。假的
2019-11-14 15:29:56 +08:00
回复了 mashirozx 创建的主题 PHP PHP 里 curl POST 提交文件到底应该怎么写呀
```
<?php

$url = "https://sm.ms/api/v2/upload";
$headers = array();
array_push($headers, "Content-Type: multipart/form-data");
//agent 我复制的我浏览器的 你换乘你对应的就行了
array_push($headers, "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36");
$file_path = 'your file path';
if (function_exists('curl_file_create')) {
$cFile = curl_file_create($file_path);
} else { //
$cFile = '@' . realpath($file_path);
}
$fields = array('smfile' => $cFile);

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);

$result=curl_exec ($ch);
curl_close($ch);

var_dump(curl_exec($ch));
```
2019-11-14 15:20:41 +08:00
回复了 mashirozx 创建的主题 PHP PHP 里 curl POST 提交文件到底应该怎么写呀
2019-11-14 14:04:39 +08:00
回复了 mashirozx 创建的主题 PHP PHP 里 curl POST 提交文件到底应该怎么写呀
$fields = array('smfile' => "@favicon-original.png");
2019-10-21 17:35:00 +08:00
回复了 d1973 创建的主题 macOS 在开发过程中有些软件不支持 macos,想装个 win10+macos 双系统
@uxstone 免费就 VB DP 最好但是贵 VM 稍微便宜但是虚拟化 windows 性能没有 DP 好
2019-10-16 18:31:19 +08:00
回复了 Roykira 创建的主题 macOS Catalina 16 日更新首雷爆炸:耳机孔无声音输出???
一半没声音之后 sudo killall coreaudiod 一下就行了 老 bug 了
2019-09-29 15:19:39 +08:00
回复了 lihongjie0209 创建的主题 程序员 腾讯云主机的 IO 惨不忍睹
sysbench 1.0.17 (using system LuaJIT 2.0.4)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time


Extra file open flags: (none)
100 files, 20.48MiB each
2GiB total file size
Block size 16KiB
Number of IO requests: 0
Read/Write ratio for combined random IO test: 1.50
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing random r/w test
Initializing worker threads...

Threads started!


File operations:
reads/s: 287.95
writes/s: 191.97
fsyncs/s: 486.88

Throughput:
read, MiB/s: 4.50
written, MiB/s: 3.00

General statistics:
total time: 10.0618s
total number of events: 9630

Latency (ms):
min: 0.00
avg: 1.03
max: 22.61
95th percentile: 2.81
sum: 9962.83

Threads fairness:
events (avg/stddev): 9630.0000/0.00
execution time (avg/stddev): 9.9628/0.00

很久之前买的学生主机。。。
剪切板 启动器 计算器
@Gaussen #101 PHP 开发我劝你上个 15 13 带显示器发热量吓人。。。我现在 15 的正常用弄了个小风扇吹着 平常也就一个 docker 钉钉 phpstorm chrome(10tap) 网易云音乐 还能压得住 带上显示器压不住
@samples #169 玩玩 GTNH 养老。。大部分时间都是挂机。。。
周末玩玩 MC 别的游戏真的没什么时间。。。
2019-08-08 08:41:23 +08:00
回复了 banzi 创建的主题 PHP PHPCon 2019,第七届 PHP 中国开发者大会抽奖送票
安安静静的当一个分母
1 ... 16  17  18  19  20  21  22  23  24  25 ... 26  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2496 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 03:35 · PVG 11:35 · LAX 20:35 · JFK 23:35
Developed with CodeLauncher
♥ Do have faith in what you're doing.