V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  liprais  ›  全部回复第 140 页 / 共 163 页
回复总数  3256
1 ... 136  137  138  139  140  141  142  143  144  145 ... 163  
2016-08-16 09:47:35 +08:00
回复了 mathcoder23 创建的主题 问与答 excel 如何统计一列数据中的每个数据的重复次数
数据透视表
先想清楚学了之后想干啥,再考虑要学啥
2016-08-11 19:30:42 +08:00
回复了 loading 创建的主题 问与答 有没有能自定义所有格子 sql 语句的报表工具
finereport 就是 piece of shit
2016-08-09 15:33:46 +08:00
回复了 ideaplat 创建的主题 程序员 有没有推荐的数据可视化工具?
2016-08-08 17:19:22 +08:00
回复了 466934322 创建的主题 MySQL 求 mysql 数据库大神解答
@yjxjn 5000 w 数据就用 system z...银行吧?
2016-08-08 11:29:26 +08:00
回复了 Ryans 创建的主题 Docker 如何看待王垠评价 Docker ?
我觉得 wangying 会在国内混得很好,美国博士又能说会道,嘴炮力 max
奈何人家就是不回国
2016-08-07 20:08:26 +08:00
回复了 roth 创建的主题 服务器 公司服务器就放在办公场所合适吗
震动不合格,硬盘容易挂
2016-08-03 09:58:21 +08:00
回复了 wangpugod2003 创建的主题 MySQL SQL 查询和导入性能优化
导入用 load file in path ,比一条条插入快
2016-08-02 18:23:44 +08:00
回复了 z742364692 创建的主题 PostgreSQL 求助: postsql 日期获取问题
如果用 mysql 的话,可以这样
找到春节这一天 ,就用 spring_festival_date 表示好了
找出这一天的月份 :case when month(date_sub(spring_festival_date,interval 1 days) ) == 2 then 1 else 0 end
找出所有七天的月份,分组 count 一下就是你要的结果

postgres 函数可能不太一样,查查文档就行了
2016-07-17 14:12:47 +08:00
回复了 ETO 创建的主题 问与答 linux 下有什么好用的 MYsql 图形化管理工具呢?
datagrip
2016-07-14 21:50:06 +08:00
回复了 hackerwgf 创建的主题 硬件 入门级游戏主机 求建议
ps4?
2016-07-13 18:09:31 +08:00
回复了 baiyi 创建的主题 MySQL sql 语句优化求帮助
把这 1000 多手机号建个表写进去,手机号建成主键 ,然后查询的时候 join 下
2016-07-09 15:33:48 +08:00
回复了 HiHi 创建的主题 MySQL 关于 MySQL 之 LIMIT 语句的疑问
"If you combine LIMIT row_count with ORDER BY, MySQL ends the sorting as soon as it has found the first row_count rows of the sorted result, rather than sorting the entire result. If ordering is done by using an index, this is very fast. If a filesort must be done, all rows that match the query without the LIMIT clause are selected, and most or all of them are sorted, before the first row_count are found. After the initial rows have been found, MySQL does not sort any remainder of the result set."

http://dev.mysql.com/doc/refman/5.7/en/limit-optimization.html

RTFM
2016-07-08 20:26:32 +08:00
回复了 cuebyte 创建的主题 Oracle 甲骨文业务再次动手,欲对 Java 加以扼杀
标题党...
2016-07-01 10:10:10 +08:00
回复了 mrco 创建的主题 职场话题 我来吐个槽吧
造福人民群众,爆公司名字
2016-06-25 12:59:46 +08:00
回复了 Arrowing 创建的主题 硬件 有没有老司机带带路,帮我配个游戏主机!?
ps4 解决问题
2016-06-24 18:20:50 +08:00
回复了 qfdk 创建的主题 Spark Apache Spark 之间的共享项目配置文件问题
cluster 模式需要你在每个节点的这个路径下面都有这个文件,为啥不能用 client 模式?
2016-06-17 10:11:16 +08:00
回复了 Keshawn 创建的主题 MySQL MySQL 的 select.. where in 在大数据量下的性能问题
in 改成 join
2016-06-16 17:32:42 +08:00
回复了 painter 创建的主题 游戏 近五年以来你玩过的特别喜欢的游戏!
fifa
网战简直欲罢不能
1 ... 136  137  138  139  140  141  142  143  144  145 ... 163  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2987 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 63ms · UTC 13:08 · PVG 21:08 · LAX 06:08 · JFK 09:08
Developed with CodeLauncher
♥ Do have faith in what you're doing.