个人总结
anfangw
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
总结:bootstrap框架、导航条、下拉菜单、轮播广告carousel、栅格系统布局、标签页tabs、模态框、菜单定位、打开新标签
总结:bootstrap框架、导航条、下拉菜单、轮播广告carousel、栅格系统布局、标签页tabs、模态框、菜单定位原创 2016-12-01 02:02:26 · 1598 阅读 · 0 评论 -
2016年的最后一个月
流水账原创 2016-12-05 14:54:00 · 337 阅读 · 0 评论 -
我的总结
总结原创 2017-02-13 15:15:25 · 321 阅读 · 0 评论 -
操作
git:git statusgit diffgit commit -a -m "your messages"git pushgit statusconfig emailnamegitls //cdgrep DBHOST*python manage.py dbshell --database viking2如果我们用 ‘^time/’ (结尾没有), 那么以 time/ 开始的原创 2017-05-31 10:37:22 · 357 阅读 · 0 评论 -
面试题目
1.原型链继承子类的原型属性可以继承父类实例,访问父类实例的属性和方法function SuperType() { this.property = true;}SuperType.prototype.getSuperValue = function() { return this.property;};function SubType() { this.subprop原创 2017-06-05 01:41:58 · 512 阅读 · 0 评论
分享