V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  id4alex  ›  全部回复第 21 页 / 共 21 页
回复总数  411
1 ... 12  13  14  15  16  17  18  19  20  21  
2016-04-16 10:19:37 +08:00
回复了 doyel 创建的主题 云计算 阿里云主机的 nginx+php-fpm 环境如何优化高并发啊。。。
nginx 并发上线卡一道吧,之前就是搜索引并发直接搞挂了,后来在 nginx 卡了每秒的并发基本解决 90%问题
2016-04-06 20:21:54 +08:00
回复了 AntonChen 创建的主题 Docker 网易蜂巢不用备案就能绑米?
Docker 是未来趋势 ? 是趋势,但不是未来的趋势吧
2016-04-01 21:06:26 +08:00
回复了 cfans1993 创建的主题 问与答 我安静地在 linux 下练习 socket,结果 baidu 连上来了
[root@www data]# nslookup 123.151.42.61
Server: 100.100.2.138
Address: 100.100.2.138#53

** server can't find 61.42.151.123.in-addr.arpa.: NXDOMAIN

[root@www data]# nslookup 123.125.71.24
Server: 100.100.2.138
Address: 100.100.2.138#53

Non-authoritative answer:
24.71.125.123.in-addr.arpa name = baiduspider-123-125-71-24.crawl.baidu.com.

Authoritative answers can be found from:
125.123.in-addr.arpa nameserver = ns2.bta.net.cn.
125.123.in-addr.arpa nameserver = ns.bta.net.cn.
ns.bta.net.cn internet address = 202.96.0.133
ns2.bta.net.cn internet address = 202.106.196.28


你遇到的是假百度
2016-02-04 19:05:44 +08:00
回复了 algas 创建的主题 MySQL mariadb 导入 txt 数据后体积有点大
@algas 这个算正常。
2016-02-04 12:30:02 +08:00
回复了 algas 创建的主题 MySQL mariadb 导入 txt 数据后体积有点大
索引还需要占用空间哟
#!/bin/sh
cd to_your_dir
cat 1.txt 2.txt 3.txt > /root/sslimit/test.txt
2015-12-01 11:56:11 +08:00
回复了 depress 创建的主题 Java Spring 中, Service 调用 Service 有什么好的方式吗?
spring 只能注入 spring 容器里面的对象。。。
2015-11-06 10:22:23 +08:00
回复了 yxwzaxns 创建的主题 问与答 没有思路,跪求一段 sql 语句
@yxwzaxns 用 shell 来拼接 sql 来做吧
2015-11-05 22:21:22 +08:00
回复了 yxwzaxns 创建的主题 问与答 没有思路,跪求一段 sql 语句
---现在我想查询出表里内容为 null 的
select * from user where id not in (select id from user where field1 is not null and field2 is not null .... and fieldn is not null)
shell 里面的一段代码


###所有节点修改 hostname####
[root@localhost ~]# for i in `grep node /etc/hosts | awk '{print $2}'`; do ssh -o StrictHostKeyChecking=no $i "sed -i '/HOSTNAME=/d' /etc/sysconfig/network;echo \"HOSTNAME=$i\" >>/etc/sysconfig/network"; done;
1 ... 12  13  14  15  16  17  18  19  20  21  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5511 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms · UTC 06:03 · PVG 14:03 · LAX 23:03 · JFK 02:03
Developed with CodeLauncher
♥ Do have faith in what you're doing.