mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
docs: remove log and update default-content.md
- 移除控制台日志输出 - 更新默认内容
This commit is contained in:
parent
6690d96408
commit
da47016fd6
@ -80,6 +80,13 @@ Google 拥有专门设计的系统,可以自动捕获不适当的预测结果
|
|||||||
|
|
||||||
目前有不少开源库都提供了这个功能,比如主流的搜索引擎框架 [Elasticsearch](https://www.elastic.co/products/elasticsearch)、[Solr](https://lucene.apache.org/solr/) 等,基于此,我们可以实现高效而强大的自动补全功能。
|
目前有不少开源库都提供了这个功能,比如主流的搜索引擎框架 [Elasticsearch](https://www.elastic.co/products/elasticsearch)、[Solr](https://lucene.apache.org/solr/) 等,基于此,我们可以实现高效而强大的自动补全功能。
|
||||||
|
|
||||||
|
#### 推荐阅读
|
||||||
|
- [阿里又一个 20k+ stars 开源项目诞生,恭喜 fastjson!](https://mp.weixin.qq.com/s/RNKDCK2KoyeuMeEs6GUrow)
|
||||||
|
- [刷掉 90% 候选人的互联网大厂海量数据面试题(附题解 + 方法总结)](https://mp.weixin.qq.com/s/rjGqxUvrEqJNlo09GrT1Dw)
|
||||||
|
- [好用!期待已久的文本块功能究竟如何在 Java 13 中发挥作用?](https://mp.weixin.qq.com/s/kalGv5T8AZGxTnLHr2wDsA)
|
||||||
|
- [2019 GitHub 开源贡献排行榜新鲜出炉!微软谷歌领头,阿里跻身前 12!](https://mp.weixin.qq.com/s/_q812aGD1b9QvZ2WFI0Qgw)
|
||||||
|
|
||||||
|
|
||||||
欢迎关注我的公众号“Doocs开源社区”,原创技术文章第一时间推送。
|
欢迎关注我的公众号“Doocs开源社区”,原创技术文章第一时间推送。
|
||||||
|
|
||||||
![](https://gitee.com/doocs/md/raw/master/assets/images/qrcode-for-doocs.jpg)
|
![](https://gitee.com/doocs/md/raw/master/assets/images/qrcode-for-doocs.jpg)
|
@ -174,7 +174,6 @@ let app = new Vue({
|
|||||||
method: 'get',
|
method: 'get',
|
||||||
url: './assets/default-content.md'
|
url: './assets/default-content.md'
|
||||||
}).then(resp => {
|
}).then(resp => {
|
||||||
console.log(resp.data)
|
|
||||||
this.editor.setValue(resp.data);
|
this.editor.setValue(resp.data);
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
this.editor.setValue('# Your markdown here\n');
|
this.editor.setValue('# Your markdown here\n');
|
||||||
|
Loading…
Reference in New Issue
Block a user