码迷,mamicode.com
首页 >  
搜索关键字:people    ( 2934个结果
Using .NET Standard with Full Framework .NET
Using .NET Standard with Full Framework .NET .NET Standard has been around long enough now that most people are reasonably familiar with this somewhat ...
分类:Web程序   时间:2020-04-03 18:31:21    阅读次数:84
Paper Reading_Computer Architecture
最近(以及预感接下来的一年)会读很多很多的paper......不如开个帖子记录一下读paper心得 Cache && Memory System Last level cache (llc) performance of data mining workloads on a cmp-a case ...
分类:其他好文   时间:2020-04-02 01:10:28    阅读次数:73
Spring 注解
@Component 组件的意思 等价于在applicationContext.xml 配置了 <bean id="people" class="com.rzk.pojo.People"> --待更新 ...
分类:编程语言   时间:2020-03-31 23:00:07    阅读次数:75
Original Second Hand V2015.05 Mercedes BENZ C5 SD Connect Xentry Tab Kit Support Online Update
New arrived Original Second Hand Mercedes Benz C5 Xentry Connect Most people have used C3 and C4 star for Benz vehicles , i want to recommed our Merce ...
分类:其他好文   时间:2020-03-30 21:24:18    阅读次数:69
1100 Mars Numbers
People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earth is called "jan, feb, mar, apr, m ...
分类:其他好文   时间:2020-03-30 15:49:03    阅读次数:81
[LintCode] 598. Zombie in Matrix
Given a 2D grid, each cell is either a wall 2, a zombie 1 or people 0 (the number zero, one, two).Zombies can turn the nearest people(up/down/left/rig ...
分类:其他好文   时间:2020-03-25 10:53:03    阅读次数:76
python爬虫,使用BeautifulSoup模块爬取人民网新链接,标题,时间
import requests from bs4 import BeautifulSoup as bs res = requests.get('http://politics.people.com.cn/GB/1024/index.html') content = res.content.decod ...
分类:编程语言   时间:2020-03-21 18:29:37    阅读次数:75
Vue.Draggable学习总结
Draggable为基于Sortable.js的vue组件,用以实现拖拽功能。 特性 支持触摸设备 支持拖拽和选择文本 支持智能滚动 支持不同列表之间的拖拽 不以jQuery为基础 和视图模型同步刷新 和vue2的国度动画兼容 支持撤销操作 当需要完全控制时,可以抛出所有变化 可以和现有的UI组件兼 ...
分类:其他好文   时间:2020-03-21 14:59:03    阅读次数:80
字典的练习
纸上得来终觉浅,绝知此事要躬行! 书上的6-7的练习题,搞了我一天(好笨啊。。。) 刚开始的时候,是这么写的: 1 people = { 2 'ada':{ 3 "xingbie" : "女", 4 "shengao" : "178cm", 5 "aihao":"羽毛球", 6 }, 7 'chri ...
分类:其他好文   时间:2020-03-14 22:10:01    阅读次数:52
Java面向对象--方法的重载和重写
方法的重载(overload)和方法的重写(override/overwrite)是两个完全不同的概念,本篇博客将介绍方法重载和重写的用法和区别... ...
分类:编程语言   时间:2020-03-14 16:44:13    阅读次数:73
2934条   上一页 1 ... 11 12 13 14 15 ... 294 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!