上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 47 下一页
  2020年7月15日
摘要: 前言 正文 打开文件,自动定位到左侧目录树对应的位置 目录树小齿轮 -- autoscroll from source 打开文件,手动定位到左侧目录树对应的位置 目录树小齿轮左侧的狙击图标 单击目录树中的文件名打开文件 (默认是双击文件名打开文件) 目录树小齿轮 -- autoscroll to s 阅读全文
posted @ 2020-07-15 10:01 斜月三星一太阳 阅读(278) 评论(0) 推荐(0)
  2020年7月11日
摘要: 查看主板支持的最大内存 wmic memphysical get maxcapacity 得到的结果单位是 kb(不过据广大网友说这个不太准,有可能出来的是单槽支持的最大内存) 查看系统型号 win + r -> dxdiag 阅读全文
posted @ 2020-07-11 17:41 斜月三星一太阳 阅读(137) 评论(0) 推荐(0)
  2020年7月8日
摘要: centos7安装Nginx、使用nginx记录 阅读全文
posted @ 2020-07-08 23:20 斜月三星一太阳 阅读(116) 评论(0) 推荐(0)
  2020年7月6日
摘要: https://blog.csdn.net/a419240016/article/details/101028634 https://blog.csdn.net/ITLearnHall/article/details/82765127?utm_medium=distribute.pc_relevan 阅读全文
posted @ 2020-07-06 09:04 斜月三星一太阳 阅读(124) 评论(0) 推荐(0)
  2020年6月29日
摘要: eclipse和idea快捷键对照 idea 常用快捷键 idea 常用快捷键 功能 eclipse idea 查找实现类和实现方法 ctrl + t ctrl + alt + 鼠标左键 surround with try catch ctrl + 1 ctrl + alt + t 自动生成返回类型 阅读全文
posted @ 2020-06-29 09:36 斜月三星一太阳 阅读(186) 评论(0) 推荐(0)
  2020年6月25日
摘要: 获取es的基本信息 curl localhost:9200 新建和删除Index 查看当前节点的所有 Index curl -X GET 'http://localhost:9200/_cat/indices?v' 创建一个Index curl -X PUT 'localhost:9200/weat 阅读全文
posted @ 2020-06-25 22:41 斜月三星一太阳 阅读(199) 评论(0) 推荐(0)
  2020年6月24日
摘要: 接私活必备的10个开源项目?? 阅读全文
posted @ 2020-06-24 15:04 斜月三星一太阳 阅读(523) 评论(0) 推荐(0)
  2020年6月21日
摘要: #### 安装 es需要Java8 环境,需要首先安装jdk. 安装完java环境,就可以安装es,直接下载压缩包 ```shell wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.1.zip u 阅读全文
posted @ 2020-06-21 22:48 斜月三星一太阳 阅读(149) 评论(0) 推荐(0)
  2020年6月14日
该文被密码保护。 阅读全文
posted @ 2020-06-14 23:21 斜月三星一太阳 阅读(0) 评论(0) 推荐(0)
  2020年6月7日
该文被密码保护。 阅读全文
posted @ 2020-06-07 22:57 斜月三星一太阳 阅读(0) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 47 下一页