-
See: http://stackoverflow.com/users/895245/ciro-santilli-%E5%85%AD%E5%9B%9B%E4%BA%8B%E4%BB%B6-%E6%B3%95%E8%BD%AE%E5%8A%9F
Continuation to: http://v2ex.com/t/182766
I can't reply there, it requir…
-
首先非常感谢你开源了一个很好用的工具。
最近我在我的网站上开始使用结巴分词来提取我们网站上的每篇内容的 3 个标签,大部分时候效果很好,但是部分主题里出现了一些奇怪的结果(主题正文右下),比如:
http://www.v2ex.com/t/97153 (上换)
http://www.v2ex.com/t/97151 (想省)
http://www.v2ex.com/t/97140 (就够)
…
livid updated
10 years ago
-
# MySQL
## 联合索引中的字段顺序会产生什么影响
最左优先原则:要想SQL执行的时候能够用到联合索引,那么联合索引中的第一个字段一定要在where语句中,并且不能让该字段参与任何运算
## 什么情况下需要建索引,什么情况下可以不建
首先,要弄清楚[MySQL的数据查询原理](https://github.com/dooonabe/no-class-is-an-island/bl…
-
# 蚂蚁金服财富事业群一面
### TreeSet与HashSet区别
观察两者的构造方法
`java.util.HashSet`
```Java
private transient HashMap map;
public HashSet() {
map = new HashMap();
}
public HashSet(int initialCapacity, …
-
### 「自定义排序」
elasticSearch 使用`自定义函数排序`的时候性能比默认排序差了一个数量级。
正在着手优化中,没有 lucene 基础文档看起来相当疑惑。
## update:
经实验,通过定制索引的 mapping 字段的 store 为 "yes"
然后在脚本中以 doc["field_name"].value 引用 速度可恢复到与原来接近的水平。
原因在于,使用 _so…
-
希望加入关键字-黑名单,用户或帖子列表或者评论
-
### Guides
- https://mp.weixin.qq.com/s/DZeNJVrpUrWwqxe1P6R6Ig
- https://zhuanlan.zhihu.com/c_1039097450233057280
### Discussions
- 自己刷 LeetCode 的记录: https://www.v2ex.com/t/563115#reply9
### …
-
看webview中报错,应该是内容安全策略导致的,错误如下:
Refused to frame 'https://www.v2ex.com/' because it violates the following Content Security Policy directive: "frame-src 'self'".
-
# 顾佳凯的网络日志 | Google One VPN停用的替代方案
A blog focusing on sharing tech and personal experiences
[https://blog.gujiakai.top/2024/04/alternatives-to-google-one-vpn-shutdown](https://blog.gujiakai.top/2024…
-
从昨夜 v2ex.com 再被墙了. 这次好像是 dns 污染了 https://twitter.com/NP_tokumei/status/1380925575859118080
被 DNS 污染 + SNI 阻断
ghost updated
3 years ago