码迷,mamicode.com
首页 >  
搜索关键字:done    ( 2584个结果
[React Fundamentals] Using Refs to Access Components
When you are using React components you need to be able to access specific references to individual components. This is done by defining a ref. Notice ...
分类:数据库   时间:2016-08-15 06:39:53    阅读次数:178
Just for a song
I am yourwell you done done me and you bet the felt i try to be chill but you are so hot to melted i feel right throuth the cracks and now im trying t ...
分类:其他好文   时间:2016-08-13 08:46:11    阅读次数:125
August 5th, 2016, Week 32nd, Friday
Life is made up of small pleasures. 生活由各种细小的幸福构成。 Don't expect too much. I am not qualified to get more according to what I have done. I already have ...
分类:其他好文   时间:2016-08-06 00:32:16    阅读次数:170
[AngularJS] Accessible Button Events
Often buttons need to be handled by JavaScript, and if done improperly it can lead to accessibility issues. In this lesson you will improve a major ne ...
分类:数据库   时间:2016-08-05 21:31:16    阅读次数:205
jquery中done的用法
愁人,编程语言这个东西,学完了能常用还好点,要是不常用的话,过不了几天就忘记用法了,这不昨天在自己练习用django学工具的时候,竟然忘记了jquery中done的使用方法,但是却又很清楚的记得自己之前是用过的,就是想不起来,你说愁人不,写篇博客记录下吧。以下样例是在YII框..
分类:Web程序   时间:2016-08-05 18:06:54    阅读次数:530
python基础(二)
博客园 首页 新随笔 联系 管理 订阅 <!--done-->随笔- 1 文章- 0 评论- 0 <!--end: blogStats --> 博客园 首页 新随笔 联系 管理 订阅 python基础(一) 第一章 Python语言简介 1.1 Python是什么 Python(英国发音:/?pa? ...
分类:编程语言   时间:2016-08-05 13:35:24    阅读次数:189
开通了个人微信公众号:slbGTD,准备把GTD相关的内容写成一本书
《Get Things Done》是一本书的名字,简称为GTD,中文书名为《搞定》,同时GTD也是一种时间管理、自我管理的系统性方法,既有让你办事更有效率的技巧,也有多个的视角对你的每一步行动的反思。 《搞定》一套共3本,是对我人生影响最大的几本书之一。我是在2011年7月左右在网络上无意中接触到这 ...
分类:微信   时间:2016-08-04 16:22:13    阅读次数:354
vue学习
vue的常用: var vm=new Vue({}); var demo = new Vue({ el: '#demo', data: { title: 'todos', todos: [ { done: true, content: 'Learn JavaScript' }, { done: fa ...
分类:其他好文   时间:2016-08-03 10:26:25    阅读次数:117
脚本统计某进程的内存使用大小
#!/bin/bash memlist=`psauxf--width=1000|grep$1|grep-vgrep|awk‘{print$6}‘`; totalMem=0 formemin$memlist;do let"totalMem=$totalMem+mem" done echo$totalMem$1表示进程名字,是脚本给出的参数。也是zabbix上Item中要指定的。上面的脚本可以简化:#!/bin/bash mem=`psaux..
分类:系统相关   时间:2016-08-02 17:20:03    阅读次数:367
Gitlab 的 Develop 角色没有权限提交问题
"C:\Program Files\Git\bin\git.exe" push --recurse-submodules=check --progress "origin" refs/heads/master:refs/heads/master Counting objects: 3, done. ...
分类:其他好文   时间:2016-08-02 13:31:10    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!