会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
niaomingjian
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
2017年11月21日
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
摘要: Links: Install Elasticsearch with Docker Error: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] Solution:
阅读全文
posted @ 2017-11-21 10:25 niaomingjian
阅读(1852)
评论(0)
推荐(0)
2017年11月20日
JavaScript Promise异步实现章节的下载显示
摘要: Links: JavaScript Promise:简介 1.一章一章顺序地下载显示下载显示 使用Array.reduce()和Promise.resolve()将各章的下载及显示作为整体串联起来。 [下载][显示]串联再串联。 promise.resolve().[then().then()].[
阅读全文
posted @ 2017-11-20 17:47 niaomingjian
阅读(163)
评论(0)
推荐(0)
2017年11月16日
npm-folders
摘要: npm-folders Executable(可执行程序) 在全局模式下,可执行程序被链接到Unix的{prefix}/bin目录下,或者是Windows的{prefix}目录下。 在本地模式下,可执行程序被链接到./node_modules/.bin目录下,所以通过npm在脚本运行时可以利用它们。
阅读全文
posted @ 2017-11-16 16:03 niaomingjian
阅读(164)
评论(0)
推荐(0)
2017年11月14日
npm package.json
摘要: npm package.json main main字段是一个模块ID(module ID),是你的程序的主入口(primary entry point)。也就是,如果你的包被命名为foo,并且一个用户安装了它,然后使用“require("foo")”,你的主模块的exports对象会被返回。 这应
阅读全文
posted @ 2017-11-14 13:14 niaomingjian
阅读(239)
评论(0)
推荐(0)
2017年10月30日
WebMvcRegistrationsAdapter
摘要: 27.1.1. Spring MVC自动配置 如果希望使用自定义的RequestMappingHandlerMapping,RequestMappingHandlerAdapter,或ExceptionHandlerExceptionResolver,你可以声明一个WebMvcRegistratio
阅读全文
posted @ 2017-10-30 11:39 niaomingjian
阅读(2399)
评论(0)
推荐(0)
2017年10月21日
Linux软件管理
摘要: Links: Linux 界的两大主流: RPM 与 DPKG Contents: 1. RPM 与 DPKG 2. RPM 与 SRPM 3. 什么是 i386, i586, i686, noarch, x86_64 受惠於目前 x86 系统的支持方面,新的 CPU 都能够运行旧型 CPU 所支持
阅读全文
posted @ 2017-10-21 17:08 niaomingjian
阅读(131)
评论(0)
推荐(0)
使用Compute Engine工具连接Linux VM
摘要: Links: Connecting to Linux Instances 内容: 要连接Linux VM实例,必须要有一个SSH(Secure Shell)秘钥。无论何时连接一个LinuxVM实例(通过浏览器GCP console或gcloud命令行工具),CE(Compute Engine)会为你
阅读全文
posted @ 2017-10-21 14:21 niaomingjian
阅读(628)
评论(0)
推荐(0)
docker chown: changing ownership of '/var/lib/XXX': Permission denied
摘要: Links: 1.entos7下docker Permission denied 2.查看 SELinux状态及关闭SELinux 方法: 1.查看SELinux状态sestatus -vgetenforce 2.临时关闭SELinuxsetenforce 0
阅读全文
posted @ 2017-10-21 11:59 niaomingjian
阅读(3223)
评论(0)
推荐(0)
Google Cloud Platfrom中运行基础的Apache Web服务
摘要: Links: https://cloud.google.com/compute/docs/tutorials/basic-webserver-apache 步骤: 1.安装Apache 2.重写Apache web server默认网页 3.浏览器中访问 注意:收到一个Connection Refu
阅读全文
posted @ 2017-10-21 10:41 niaomingjian
阅读(606)
评论(0)
推荐(0)
Google Cloud Platfrom中使用Linux VM
摘要: Linkes https://cloud.google.com/compute/docs/quickstart-linuxhttps://console.cloud.google.com/compute/instances?project=gcp20171021 步骤: 1.创建VM 2.勾选上Al
阅读全文
posted @ 2017-10-21 10:34 niaomingjian
阅读(282)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
公告