码迷,mamicode.com
首页 >  
搜索关键字:tencent    ( 646个结果
[社群QA] “专家坐诊”第41期问答汇总
snmpwalk有数据,zabbix添加监控项不支持。
分类:其他好文   时间:2020-01-03 00:46:53    阅读次数:88
小白学习之pytorch框架(4)-softmax回归(torch.gather()、torch.argmax())
学习pytorch路程之动手学深度学习-3.4-3.7 置信度、置信区间参考:https://cloud.tencent.com/developer/news/452418 本人感觉还是挺好理解的 交叉熵参考博客:https://www.cnblogs.com/kyrieng/p/8694705.h ...
分类:其他好文   时间:2020-01-01 23:40:54    阅读次数:179
排行榜算法设计实现比较
https://gameinstitute.qq.com/community/detail/101951 https://www.infoq.cn/article/tencent-ranking-system-practice-and-challenges ...
分类:编程语言   时间:2019-12-30 19:45:25    阅读次数:83
让你的Python代码更快运行的 5 种方法
https://cloud.tencent.com/developer/news/354761 不论什么语言,我们都需要注意性能优化问题,提高执行效率。选择了脚本语言就要忍受其速度,这句话在某种程度上说明了Python作为脚本语言的不足之 处,那就是执行效率和性能不够亮。尽管Python从未如C和J ...
分类:编程语言   时间:2019-12-30 19:30:10    阅读次数:90
【小程序】UI组件库
WeUI WXSS WeUI WXSS是腾讯官方UI组件库WeUI的小程序版,提供了跟微信界面风格一致的用户体验。 GitHub地址:https://github.com/Tencent/weui-wxss iView WeApp iView是TalkingData发布的一款高质量的基于Vue.js ...
分类:微信   时间:2019-12-30 14:30:06    阅读次数:111
python使用携程完成批量模拟支付
import asyncio import sys from queue import Queue sys.path.append("../") # from tool.__init__ import * from tool.Common import * from tool.tencent_clo ...
分类:编程语言   时间:2019-12-30 14:23:21    阅读次数:105
java、c#、oracle生成uuid的方法
1、java生成uuid 参考:https://blog.csdn.net/qq_36411874/article/details/80360207 2、C#生成uuid 参考:https://cloud.tencent.com/developer/ask/90572 3、oracle生成uuid ...
分类:数据库   时间:2019-12-28 10:06:18    阅读次数:88
Anaconda + Jupyter notebook下载使用
下载地址 https://www.anaconda.com/distribution/ download section 使用镜像源 https://www.cnblogs.com/dereen/p/anaconda_tencent_mirrors.html conda查看包的版本 conda li ...
分类:其他好文   时间:2019-12-25 15:46:50    阅读次数:186
python爬虫入门(八)Scrapy框架之CrawlSpider类
CrawlSpider类 通过下面的命令可以快速创建 CrawlSpider模板 的代码: scrapy genspider -t crawl tencent tencent.com CrawSpider是Spider的派生类,Spider类的设计原则是只爬取start_url列表中的网页,而Cra ...
分类:编程语言   时间:2019-12-25 13:20:24    阅读次数:95
时间复杂度 - 各种数据结构的时间复杂度分析
参考 https://cloud.tencent.com/developer/ask/112047 https://blog.csdn.net/chao2016/article/details/82425317 详细解析 数组 设置,在特定索引处检查元素:O(1) 搜索:O(n)数组是否未排序,O( ...
分类:其他好文   时间:2019-12-23 22:06:44    阅读次数:183
646条   上一页 1 ... 11 12 13 14 15 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!