V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  fuxiaohei  ›  全部回复第 8 页 / 共 13 页
回复总数  243
1  2  3  4  5  6  7  8  9  10 ... 13  
2018-04-07 20:40:51 +08:00
回复了 kslr 创建的主题 Go 编程语言 Go 的性能真是高到爆炸,不过快速增长也带来了一些问题
“现在知道调整 socket limit 和 open file limit 优化”

其实我觉得你理解的优化和一般做的 linux 优化不是一回事。ulimit 和 open file 这些都是基本系统配置问题,修改了就可以了。

更多的优化是修改系统内核参数,比如 /etc/sysctl.conf 里的 net.core 和 net.ipv4 一类的,修改可能造成内核的不稳定。

随着业务量的增加,多搞几台机器更保险。随便修改内核的东西,危险性很大。
2018-04-04 15:25:58 +08:00
回复了 timynore 创建的主题 程序员 现在国内.Net 变小众了,工资是不是要涨了?
小众和工资高没有直接关系呀,更可能会找不到工作
2018-04-03 00:12:25 +08:00
回复了 baox2 创建的主题 京东 好奇!京东被约谈是因为卖什么东西?
总觉得是同人志,各种网络小说
https://www.elastic.co/guide/en/elasticsearch/guide/current/hardware.html#_memory

A machine with 64 GB of RAM is the ideal sweet spot, but 32 GB and 16 GB machines are also common. Less than 8 GB tends to be counterproductive (you end up needing many, many small machines)
https://golang.org/ref/spec#Assignments

Each left-hand side operand must be addressable, a map index expression, or (for = assignments only) the blank identifier. Operands may be parenthesized.

https://golang.org/ref/spec#Address_operators

For an operand x of type T, the address operation &x generates a pointer of type *T to x. The operand must be addressable, that is, either a variable, pointer indirection, or slice indexing operation; or a field selector of an addressable struct operand; or an array indexing operation of an addressable array. As an exception to the addressability requirement, x may also be a (possibly parenthesized) composite literal. If the evaluation of x would cause a run-time panic, then the evaluation of &x does too.

赋值的对象必须是 addressable,用 *T 吧
2018-03-05 13:42:35 +08:00
回复了 sfree2005 创建的主题 Flutter 觉得谷歌的 Flutter 会火
Dart 是门槛,不好进门
2018-03-02 16:33:10 +08:00
回复了 yanzixuan 创建的主题 Go 编程语言 golang 怎么快速入门
写的去
2018-02-13 14:07:10 +08:00
回复了 sun1991 创建的主题 Go 编程语言 Go 的 new 关键字存在的意义是什么?
2018-01-05 11:16:55 +08:00
回复了 timhal 创建的主题 Apple 苹果(几乎)所有设备受芯片安全漏洞影响 居然没有人留意吗?
这个不单单是苹果的事情,是所有 intel 世代的事情
2017-12-14 17:58:52 +08:00
回复了 scb20100708 创建的主题 问与答 直接强制关闭进程有什么坏处?
对物理硬件影响更大的,还是物理攻击,比如断电
2017-11-27 08:38:33 +08:00
回复了 tinylcy 创建的主题 程序员 Vino - 一个轻量级的 Web Server 重构初步完成
比较纯粹的 http server,你还可以参考 https://github.com/h2o/h2o
2017-11-22 18:30:17 +08:00
回复了 k9982874 创建的主题 分享发现 golang 是目前为止用过的最难受的语言
会用动态的感觉,肯定是滥用空接口,反而写的折腾。
2017-11-03 15:01:11 +08:00
回复了 fox0001 创建的主题 分享发现 如何评价马云的电影《功守道》?
马云偶尔参与啥电影演马云,还是比较好的方式
2017-10-09 18:05:43 +08:00
回复了 jasminecjc 创建的主题 程序员 vscode 换了新 icon(更新)之后变卡了???
还是喜欢蓝色
2017-10-09 16:20:43 +08:00
回复了 LeungJZ 创建的主题 PHP Symfony 这个框架有人用过吗?有木有教程可以分享一波?
2017-09-29 14:52:54 +08:00
回复了 dubuqingfeng 创建的主题 PHP 腾讯开源了一款高性能的超轻量级 PHP 框架, Biny
这个是写来玩吧
1  2  3  4  5  6  7  8  9  10 ... 13  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3425 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 11:23 · PVG 19:23 · LAX 03:23 · JFK 06:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.