上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 40 下一页
摘要: 配置模块的要点,在于转换,就是把死的配置文件里面的东西转换为内存里面使用的配置。 这个过程是需要的,而且配置模块一般是静态或者单例的,这样所有的模块就都可以来使用这个已经读好值的模块的设置了。 做一个应用比较难受的从来都是变化的部分,对一个程序来讲,就是用户输入和程序员输入了,就是接口和配置了。 然 阅读全文
posted @ 2019-01-09 10:32 calochCN 阅读(148) 评论(0) 推荐(0)
摘要: 一个星期的每一天应该这样念: 星期一 = 忙day; 星期二 = 求死day; 星期三 = 未死day; 星期四 = 受死day; 星期五 = 福来day; 星期六 = 洒脱day; 星期天 = 伤day 阅读全文
posted @ 2018-12-28 11:50 calochCN 阅读(115) 评论(0) 推荐(0)
摘要: "Default explaination Official" IntelliJ Idea 常用快捷键列表 Shortcuts Ctrl+Shift + Enter,语句完成 “!”,否定完成,输入表达式时按 “!”键 Ctrl+E,最近的文件 Ctrl+Shift+E,最近更改的文件 Shift+ 阅读全文
posted @ 2018-12-14 11:38 calochCN 阅读(352) 评论(0) 推荐(0)
摘要: Es6 Javascript front end web developemnt must have plugins 1. Prettier Code Formatter 2. Javascript (ES6) code snippets 3. ESLint 4. Autho Import Es6, 阅读全文
posted @ 2018-12-13 10:19 calochCN 阅读(181) 评论(0) 推荐(0)
摘要: What does docker run link mean, what's the usage? link 是在两个contain之间建立一种父子关系,父container中的web,可以得到子container db上的信息。 通过link的方式创建容器,我们可以使用被Link容器的别名进行访问 阅读全文
posted @ 2018-12-12 09:07 calochCN 阅读(222) 评论(0) 推荐(0)
摘要: Sometimes, writing such educational schemas could be of much use, and creating such docs can be benefiting and also useful. Some important preparation 阅读全文
posted @ 2018-12-11 09:21 calochCN 阅读(100) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-09-10 10:13 calochCN 阅读(34) 评论(0) 推荐(0)
摘要: RabbitMq related Integration of message queuing tools with systems is the usual solution to handle high concurrency in web platforms, there are severa 阅读全文
posted @ 2018-09-03 12:05 calochCN 阅读(125) 评论(0) 推荐(0)
摘要: what is openId open id is said to be a protocol which uses url as username, so if a website supports openId, user only needs to input password. you ca 阅读全文
posted @ 2018-08-31 18:29 calochCN 阅读(176) 评论(0) 推荐(0)
摘要: top 使用abp的 redis cache 1. 在微软维护的github项目的release里找到redis的windows版本 64位 大约5M,安装,安装,然后在安装目录找到redis.windows.conf, 更改redis的密码 requirepassword 123456, 更改最大 阅读全文
posted @ 2018-08-31 16:58 calochCN 阅读(223) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 40 下一页