上一页 1 2 3 4 5 6 ··· 16 下一页

2020年11月12日

DOCKER的nginx前台运行原因

摘要: 1.docker容器跑着为啥会挂掉? docker 容器默认会把容器内部第一个进程,也就是pid=1的程序作为docker容器是否正在运行的依据,如果docker 容器pid挂了,那么docker容器便会直接退出。 2.docker run的时候把command最为容器内部命令,如果你使用nginx 阅读全文

posted @ 2020-11-12 21:33 与非朋仔 阅读(1011) 评论(0) 推荐(0) 编辑

2020年10月16日

svn revert

摘要: 转自:http://blog.csdn.net/kevinew/article/details/6115072 Use the svn revert command: svn revert --recursive example_folder 阅读全文

posted @ 2020-10-16 22:01 与非朋仔 阅读(115) 评论(0) 推荐(0) 编辑

2020年10月10日

as

摘要: Is the file encoding configured correctly? See that "Settings | File Encodings" uses UTF-8. Printing ♠ works for me when I have IDE encoding and all f 阅读全文

posted @ 2020-10-10 20:56 与非朋仔 阅读(123) 评论(0) 推荐(0) 编辑

2020年10月2日

pymysql与mysql-python

摘要: pymsql是Python中操作MySQL的模块,其使用方法和MySQLdb几乎相同。但目前pymysql支持python3.x而后者不支持3.x版本。 阅读全文

posted @ 2020-10-02 17:16 与非朋仔 阅读(813) 评论(0) 推荐(0) 编辑

2020年9月27日

tomat9

摘要: 解压版tomcat安装配置 kevin_cyj 2016-09-05 16:40:17 22959 收藏 6 大家都知道tomcat吧!因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器,也是运行Servl 阅读全文

posted @ 2020-09-27 22:35 与非朋仔 阅读(140) 评论(0) 推荐(0) 编辑

2020年9月26日

java 编码

摘要: http://blog.csdn.net/shootyou/article/details/44852639 Emoji表情字符现在在APP已经广泛支持了。但是MySQL的UTF8编码对Emoji字符的支持却不是那么好。所以我们经常会遇到这样的异常: Incorrect string value:  阅读全文

posted @ 2020-09-26 20:05 与非朋仔 阅读(118) 评论(0) 推荐(0) 编辑

2020年9月21日

ios入门

摘要: iOS开发常用的官方网站 MillerWang关注 2016.09.15 16:13:53字数 372阅读 317 https://developer.apple.com/support/技术支持 https://developer.apple.com/app-store/review/reject 阅读全文

posted @ 2020-09-21 00:53 与非朋仔 阅读(136) 评论(0) 推荐(0) 编辑

2020年5月6日

sshd超时

摘要: 1、修改文件 # vi /etc/ssh/sshd_config # vi /etc/ssh/sshd_config 找到 #ClientAliveInterval 0#ClientAliveCountMax 3 修改为 ClientAliveInterval 60ClientAliveCountM 阅读全文

posted @ 2020-05-06 13:28 与非朋仔 阅读(418) 评论(0) 推荐(0) 编辑

2020年5月5日

pip 指定源安装

摘要: pip 指定源安装 很长很长的名字 2019-09-02 15:39:34 4887 收藏 3展开阿里源 pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ 豆瓣 pip install -r requ 阅读全文

posted @ 2020-05-05 23:19 与非朋仔 阅读(12053) 评论(0) 推荐(1) 编辑

2020年3月22日

python编程规范

摘要: python编程规范 博客分类: python 程序模板 Python代码 @FileName: @Author:xx@ic.net.cn @Create date: @description:用一行文字概述模块或脚本,用句号结尾。 @Update date: @Vindicator: xx@ic. 阅读全文

posted @ 2020-03-22 02:32 与非朋仔 阅读(494) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 16 下一页

导航