码迷,mamicode.com
首页 >  
搜索关键字:don    ( 1346个结果
You Will Be Memorizing Things
Here's how you memorize things: ? Tell yourself you will do it. Don't try to find tricks or easy ways out of it, just sit down and do it. ? Write what ...
分类:其他好文   时间:2017-11-12 12:37:48    阅读次数:203
WEB API 系列(二) Filter的使用以及执行顺序
在WEB Api中,引入了面向切面编程(AOP)的思想,在某些特定的位置可以插入特定的Filter进行过程拦截处理。引入了这一机制可以更好地践行DRY(Don’t Repeat Yourself)思想,通过Filter能统一地对一些通用逻辑进行处理,如:权限校验、参数加解密、参数校验等方面我们都可以 ...
分类:Windows程序   时间:2017-11-10 01:36:58    阅读次数:282
npm 私服工具verdaccio 安装配置试用
1. 安装 npm install -g verdaccio 2. 启动 verdaccio // 界面显示信息 Verdaccio doesn't need superuser privileges. Don't run it und warn config file - /root/.confi ...
分类:其他好文   时间:2017-11-10 00:10:16    阅读次数:8176
(转载) 职场高手永远不会自爆的12件事!
俗话说,祸从口出。职场高手往往都懂得什么该说,什么不该说。要把握说得太多和说得太少之间的分寸很难,但是管好自己的嘴也同样不容易。如果想在职场一帆风顺,以下12件事是你永远也不该吐露的。 You can’t build a strong professional network if you don’ ...
分类:其他好文   时间:2017-11-07 14:26:36    阅读次数:168
Git 忽略规则 .gitignore文件
添加忽略规则 .gitignore项目Android 添加忽略规则的三种方式From time to time, there are files you don't want Git to check in to GitHub. There are a few ways to tell Git wh... ...
分类:其他好文   时间:2017-11-07 12:16:49    阅读次数:180
JAMstack 最佳实践
摘自官方介绍,没有翻译(没必要,已经比较简单了,重要的就是进行每条的诠释了,后续。。。) Entire Project on a CDN Because JAMstack projects don’t rely on server-side code, they can be distributed ...
分类:其他好文   时间:2017-11-04 00:13:32    阅读次数:256
MYSQL生产场景读写分离
MYSQL生产场景读写分离M--------àS单向同步为保持数据一致性,只能在M上写入数据方法:1、从库,连接用户授权上控制2、Web程序写指向主,读指向从3、让从库只能读不能写(read-only)生产授权方案1:主库:grantselect,delete,insert,updateon*.*torep@’%’identifiedby‘don..
分类:数据库   时间:2017-11-04 00:12:10    阅读次数:220
safe and sound
I remember tears streaming down your face, When I said I'll never let you go. When all those shadows almost killed your light, I remember you said don ...
分类:其他好文   时间:2017-11-03 20:13:37    阅读次数:187
[转] git忽略已经被提交的文件
[From] https://segmentfault.com/q/1010000000430426 正确的做法应该是:git rm --cached logs/xx.log,然后更新 .gitignore 忽略掉目标文件,最后 git commit -m "We really don't want ...
分类:其他好文   时间:2017-10-31 12:41:12    阅读次数:189
Unit7 What's this for
CA: Can I borrow your phone to call my boss? I cann't believe you still don't have a cellphone. Here you go. Thanks. Now, what do I need to do? First ...
分类:其他好文   时间:2017-10-30 19:44:12    阅读次数:232
1346条   上一页 1 ... 30 31 32 33 34 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!