
其他
hpulfc
你好啊 多评论呐~
展开
-
The best career advice I’ve received (我的职业生涯建议)
原文链接: The best career advice I’ve receivedI recently had an interesting discussion with a colleague. We were recounting our job histories and how our, shall we say colorful personalities, could have n...转载 2018-03-07 14:06:00 · 1676 阅读 · 0 评论 -
python 调用 js 函数
python 调用 js 函数此次使用到的库为:PyExecJs首先安装:pip install PyExecJS使用:# coding=utf8 __author__ = 'lfc' import execjs sign_js_path = "./sign.js" def get_js(path): f = open(path, 'r') # 打开JS文件 line ...原创 2018-04-26 12:02:34 · 8491 阅读 · 5 评论 -
一些技术博文、api
美团:https://tech.meituan.com/(持续更新)原创 2018-07-11 10:01:42 · 224 阅读 · 0 评论 -
什么样的环境才是最理想的工作环境呢?
转自:https://www.cnblogs.com/wangyaning/p/6131475.html 什么样的环境才是最理想的工作环境呢? 突然看到去年找的关于《理想工作环境》的相关资料,现在贴出来分享给大家。这个源于一个面试题, 忘了是哪家公司问我,你心中理想的工作环境是怎样的,我一时语塞,甚至从来没有考虑过这样的问题。理想的工作环境?!能有人要我就非常不错了,后来还是找了非常多的资料总...转载 2018-10-12 11:21:52 · 2276 阅读 · 0 评论 -
NGINX 的一些记录
nginx : 启动/停止/重启/重新载入: sudo /etc/init.d/nginx start/stop/restart/reload (如果是源码安装 就是bin 下面的nginx文件) nginx 速率限制: limit_rate_after 10m; limit_rate 20k; 表示在响应超过10M的时候,速率限制为20k nginx 并发连接配置: l...原创 2018-11-01 17:29:54 · 333 阅读 · 0 评论