今天打包基础镜像,执行xshell时,出现了错误returned a non-zero code: 1,网上搜索了下,说是由于镜像中已经安装了 docker-php-ext-install xxx 导致的,然后我就删除了这部分代码,重新打包果然可以了,这里记录一下 ...
分类:
其他好文 时间:
2019-11-08 17:44:45
阅读次数:
97
spring security主要是依赖一系列的Filter来实现权限验证的,责任链设计模式是跑不了的。下面简单记录一下spring操作这些Filter的过程。 1. WebSecurityConfiguration.java 该类是spring security的一个配置类,里面定了一系列的Bea ...
分类:
编程语言 时间:
2019-11-02 19:38:30
阅读次数:
100
可直接编译(设置成:使用多字节字符集) 转来的,代码: 1 /* 2 http://www.experts-exchange.com/Programming/Editors_IDEs/Q_24506125.html 3 */ 4 5 #include <stdio.h> 6 #include <wi ...
分类:
编程语言 时间:
2019-10-11 20:22:49
阅读次数:
113
Given a sorted array nums, remove the duplicates in-place such that duplicates appeared at most twice and return the new length. Do not allocate extra ...
分类:
编程语言 时间:
2019-10-05 00:34:49
阅读次数:
88
Implement int sqrt(int x). Compute and return the square root of x, where x is guaranteed to be a non-negative integer. Since the return type is an in ...
分类:
其他好文 时间:
2019-09-25 09:18:05
阅读次数:
102
安装PHP出现make: *** [sapi/cli/php] Error 1 解决办法
380. Insert Delete GetRandom O(1) Medium 126395FavoriteShare 380. Insert Delete GetRandom O(1) Medium 126395FavoriteShare Medium Design a data structu ...
分类:
其他好文 时间:
2019-08-20 00:53:20
阅读次数:
71
sub-process /usr/libexec/cydia/cydo returned an error code(100)
分类:
其他好文 时间:
2019-08-09 15:27:12
阅读次数:
102
例子源码挂在github上,如有需要请clone : https://github.com/mox9378/Cpp-Simple-Windows-Service-Example 欢迎 C++/Python 的朋友一起交流学习, My QQ Number: 2303186535 以下附上相关结构体和函 ...
分类:
编程语言 时间:
2019-07-26 13:16:10
阅读次数:
166
Implement atoi which converts a string to an integer. The function first discards as many whitespace characters as necessary until the first non white ...
分类:
其他好文 时间:
2019-07-16 08:24:55
阅读次数:
85