[root@xx nginx-1.8.0]# makemake: *** No rule to make target `build', needed by `default'. Stop. [root@xx nginx-1.8.0]# 解决办法是需要安装openssl以及ncurses组件 yum ...
分类:
其他好文 时间:
2018-04-15 11:59:26
阅读次数:
1944
前言 HashMap source code view 类注释 Hash table based implementation of the Map interface. This implementation provides all of the optional map operations, ...
分类:
其他好文 时间:
2018-04-12 21:00:24
阅读次数:
215
概述 UWP Community Toolkit 中有一个为 Frmework Element 提供投影效果的控件 - DropShadowPanel,本篇我们结合代码详细讲解 DropShadowPanel 的实现。 DropShadowPanel 提供的阴影效果有很多应用场景,比如给文本提供阴影 ...
分类:
编程语言 时间:
2018-04-06 18:37:36
阅读次数:
305
MongoDB 提供了 linux 各发行版本 64 位的安装包,你可以在官网下载安装包。 下载地址:https://www.mongodb.com/download-center#community 下载完安装包,并解压 tgz(以下演示的是 64 位 Linux上的安装) 。 MongoDB 的 ...
分类:
数据库 时间:
2018-03-28 01:39:49
阅读次数:
196
首先需要安装一下nodemailer #nmp nodemailer install --save 然后就参照官方文档的例程改写一下就行了,代码如下: 赘述一下:nodemailer的官网在 https://nodemailer.com/about/ ,一般看原文比网文靠谱。 ...
分类:
Web程序 时间:
2018-03-25 10:38:00
阅读次数:
4252
一步一步创建ASP.NET MVC5程序[Repository+Autofac+Automapper+SqlSugar](十一) 前言 小伙伴们,大家好,我是Rector。最近Rector忙于换工作,没有太多时间来更新我们的ASP.NET MVC 5系列文章 [一步一步创建ASP.NET MVC5程 ...
分类:
移动开发 时间:
2018-03-15 11:25:23
阅读次数:
266
In my case, I also needed to reset the cached config files: ...
分类:
其他好文 时间:
2018-03-09 15:08:14
阅读次数:
139
python中连接oracle数据库使用第三方库文件cx_Oracle时遇到了各种问题,网上查找资料调试了几天才弄好,下面是不断调试后总结的一些经验。1.oracle客户端(Oracle Instant Client)版本需要和操作系统版本位数相同,同时cx_Oracle官方文档(http://cx ...
分类:
数据库 时间:
2018-03-07 17:34:00
阅读次数:
261
some frequently used AC macros: AC_INIT :must AC_OUTPUT :must AC_PREREQ :determine ac version so that needed features are included AC_CONFIG_SRCDIR :d ...
分类:
其他好文 时间:
2018-03-06 12:51:14
阅读次数:
228
状况:启动tomcat闪退,cmd命令行显示startup.bat不是有效的程序 1.由于“环境变量”的设置问题 ex:CATALINA_HOME系统环境变量的地址加了后缀 “:”“/” 错误示范: 正确示范: 2.jdk和tomcat版本不匹配的问题 解决方法: 下载jdk和tomcat匹配的版本 ...
分类:
其他好文 时间:
2018-02-28 14:05:47
阅读次数:
692