zoukankan
html css js c++ java
码农日常小技巧
gitlab 通过https方式访问,需要以下设置:
git config --global http.sslverify=false
vim 粘贴代码时总是自动缩进导致代码格式变乱,只需粘贴前做如下设置:
:set paste
启动一个web server
python2: python -m SimpleHTTPServer 80
python3: python3 -m http.server 80
查看全文
相关阅读:
图书-哲学-奥卡姆剃刀:《奥卡姆剃刀原理》
汉语-词语-认知:认知能力
汉语-词语-认知:认知水平
汉语-词语:认知
pg_dump
pg_ctl
pg_controldata
pg_config
paste
passwd
原文地址:https://www.cnblogs.com/sixloop/p/skill.html
最新文章
开机黑屏 只显示鼠标 电脑黑屏 有只老鼠 举 [我们已经成功地解决了]
九汇总再次排序算法
java的System.getProperty()值的方法可以得到
联想K860 ROM 从官方Vibe 精简 提高性能
[CSS] CSS Transitions: Delays and Multiple Properties
[ReactJS] DOM Event Listeners in a React Component
[AngualrJS] Using Angular-Cache for caching http request
[React] Styling a React button component with Radium
[Immutable.js] Working with Subsets of an Immutable.js Map()
[Immutable,js] Iterating Over an Immutable.js Map()
热门文章
[Hapi.js] Managing State with Cookies
[Hapi.js] Request Validation with Joi
[Immutable,js] Immutable.Record() as data models
[Hapi.js] Friendly error pages with extension events
汉语-词语:自信
汉语-词语:勇敢
汉语-成语:胆大心细
汉语-词语-品质:稳重
汉语-词语-认知:能力
法则-社会生活:社会生活十大著名法则
Copyright © 2011-2022 走看看