码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
剑指offer:二进制中的1
题目描述 输入一个整数,输出该数二进制表示中1的个数。其中负数用补码表示。 考位运算的题目,这里贴一个关于简单位运算概念的链接:https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20%E9%A2%98%E8%A7%A3%20 ...
分类:其他好文   时间:2020-04-15 00:34:29    阅读次数:53
phpexcel 导入 时间格式 和 数值格式 处理
/** * Notes:导入excel文件 * User: hly * Date: 2020/4/14 17:56 */ function importXlsx() { //引入phpexcel require getcwd() . '/PHPExcel.php'; $file_name = 'te ...
分类:Web程序   时间:2020-04-14 18:24:04    阅读次数:218
selenium自动化测试各浏览器驱动下载地址
浏览器 下载地址 版本对应关系 chrome http://chromedriver.storage.googleapis.com/index.html http://chromedriver.storage.googleapis.com/2.45/notes.txt Firefox https:/ ...
分类:其他好文   时间:2020-04-12 12:15:24    阅读次数:57
DL in the field of CV
A shallow notes on Deep Learning in the field of Computer Vision based on the courses by Andrew Ng. ...
分类:其他好文   时间:2020-04-09 13:05:58    阅读次数:88
Wi-Fi Security | Notes | TEMP
Wireless Networks Wi Fi 网络不设密码,这种情况下任何人都可以加入网络。 一般Wi Fi还是设有密码的。 用于Wi Fi安全的protocol : Wired Equivalent Privacy,1999 最早的用于无线安全的protocol。垃圾,极容易被hack,已废弃。 ...
分类:其他好文   时间:2020-04-08 12:09:15    阅读次数:57
Computer Networking | Personal Notes | Temp
快速吸收这些知识,然后进行思考整合记忆。然后学习更高阶的知识,不断升级。 Basics of Computer Networking : 也就是连接到网络中的系统。可以进行通信。 : 没有连接到网络中的系统。不可以进行通信。 : 在中文中, 意思是 ,也就是网络设备之间的排列方式。有星型的排列方式、 ...
分类:Web程序   时间:2020-04-07 16:54:40    阅读次数:80
使用 Vuex + Vue.js 构建单页应用
鉴于该篇文章阅读量大,回复的同学也挺多的,特地抽空写了一篇 vue2.0 下的 vuex 使用方法,传送门:使用 Vuex + Vue.js 构建单页应用【新篇】 华丽的分割线 原文地址:https://coligo.io/learn-vuex-by-building-notes-app/ 前言:在 ...
分类:Web程序   时间:2020-04-03 22:12:05    阅读次数:87
chromedriver与chrome最新版本对应表 转自-河岸上的酸菜鱼 简书地址-https://www.jianshu.com/u/bbea92f78aca
如果需要看到最新版的chromedriver和chrome版本对应问题,点击http://npm.taobao.org/mirrors/chromedriver/,点击最新版本的chromedrives, 查看notes.txt,就可以获得最新的版本对应表。 ...
分类:Web程序   时间:2020-03-31 12:10:04    阅读次数:332
Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):【sql-log-bin】
Changes in MySQL 5.6.22 (2014-12-01, General Availability) Deprecation and Removal Notes Replication: The global scope for the sql_log_bin system vari ...
分类:数据库   时间:2020-03-29 11:14:57    阅读次数:87
Mysql:Changes in MySQL 5.6.30 (2016-04-11, General Availability):--ssl-mode:
Changes in MySQL 5.6.30 (2016-04-11, General Availability) Security Notes The linked OpenSSL library for the MySQL Commercial Server has been updated ...
分类:数据库   时间:2020-03-29 10:57:48    阅读次数:103
1141条   上一页 1 ... 4 5 6 7 8 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!