码迷,mamicode.com
首页 >  
搜索关键字:friends    ( 1058个结果
对象和面向对象
1 var dog = { 2 // 属性 3 name: "旺财", 4 age: 10, 5 dogFriends: ["阿黄", "阿菜", "飞毛腿"], 6 7 // 方法 8 eat: function () { 9 console.log(... ...
分类:其他好文   时间:2019-07-12 23:42:57    阅读次数:222
看电影学英语四
https://www.youtube.com/watch?v=8cJSRC1VAJo&list=PL27A5D7DE7D02373A&index=19 Tonight David and I are going out to dinner with two friends, a double da ...
分类:其他好文   时间:2019-07-08 00:03:07    阅读次数:171
Codeforces 241B Friends 字典树
Friends 首先确定第 m 大的是谁, 建出字典树之后二分去check, 找到第 m 大之后, 在跑一次字典树去统计总和。 为什么这个要取模啊, 卡了我半天。 ...
分类:其他好文   时间:2019-06-19 14:59:40    阅读次数:88
Vue 集成环信 全局封装环信WebSDK 可直接使用
Step1、安装 easemob-websdk Step2、安装 strophe.js underscore crypto-js Step3、使用 新建一个webim.js Step4、如果需要视频聊天 安装 hx-webrtc Step5、最终代码 Step7、组件使用或者全局使用 消息处理操作 ...
分类:Web程序   时间:2019-06-18 12:04:36    阅读次数:841
python统计自己微信好友并抓取信息
前几天统计自己好友性别,看看男女比例,发现竟然还要其他分类的,很好奇都是谁,所以空闲下来抓取所有好友看一下。 这边使用了itchat库,网上资料很多。不多说,直接上代码 friends = itchat.get_friends(update=True)[0:]获取到微信的好友信息,然后拉取需要的数据 ...
分类:微信   时间:2019-06-11 10:50:09    阅读次数:165
Python中的函数(5)
一、向函数中传递任意数量的实参 有时候,你预先不知道函数需要接受多少个实参,Python中函数可以收集任意数量的实参。 栗子:来看一个打印好友列表功能的函数,它需要接收任意数量的好友名。如下: console: 解释:上面的函数中只有一个形参 *friends,但不管调用语句提供多少实参,这个形参都 ...
分类:编程语言   时间:2019-06-07 22:35:13    阅读次数:117
It's hard to find a topic to fight against, I put what I hate most in my code...Bad enough
I sometimes put what I hate most in my code, because I have to interact with somebody in my code, I have friends, I have enemies, I have what I hate v ...
分类:其他好文   时间:2019-06-07 19:09:41    阅读次数:113
缓存 - IndexedDB - Dexie.js
Classes Dexie DexieError Collection IndexSpec Promise Table TableSchema Transaction Version WhereClause Operators & filters WhereClause(表查询时用于索引或主键上的筛 ...
分类:数据库   时间:2019-06-05 17:56:44    阅读次数:733
npx cowsay 让动物说话~
发现个好玩的东东, 忍不住想分享出来, 好可爱, 哈哈哈~~ node环境执行命令: npm i cowsay -D npx cowsay hello! npx cowsay -f sheep hi,friends~ npx cowsay -f milk healthy~ npx cowsay -f ...
分类:其他好文   时间:2019-06-03 21:58:59    阅读次数:134
(BFS 持续更新) leetcode 547. Friend Circles
There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct ...
分类:其他好文   时间:2019-05-17 16:56:03    阅读次数:164
1058条   上一页 1 ... 7 8 9 10 11 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!