1 package powerball; 2 3 public class Powerball { 4 5 /** 五个白球 */ 6 public int whiteBall1; 7 public int whiteBall2; 8 public int whiteBall3; 9 public ...
分类:
编程语言 时间:
2020-04-26 13:51:46
阅读次数:
61
对象数组:一组相关的对象,使用时要先开辟空间,此时数组里每一个对象都是null值,使用时数组中的每一个对象必须分别进行实例化。 1 package tryprj; 2 3 public class Temp { 4 5 public static void main(String[] args) { ...
分类:
编程语言 时间:
2020-04-23 23:10:25
阅读次数:
66
Deploynewversiontopodsofaservice:1.Modifyimagenameinreplicationcontroller’spodtemplate.Manuallydeleteoldpods.Drawback:slightdowntimebeforenewpodsarecreatedbyreplicationcontroller.2.Blue/greendeploymen
分类:
Web程序 时间:
2020-04-22 09:15:50
阅读次数:
82
题目描述 输入一个整数,输出该数二进制表示中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
/** * 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
浏览器 下载地址 版本对应关系 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
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
Wireless Networks Wi Fi 网络不设密码,这种情况下任何人都可以加入网络。 一般Wi Fi还是设有密码的。 用于Wi Fi安全的protocol : Wired Equivalent Privacy,1999 最早的用于无线安全的protocol。垃圾,极容易被hack,已废弃。 ...
分类:
其他好文 时间:
2020-04-08 12:09:15
阅读次数:
57
快速吸收这些知识,然后进行思考整合记忆。然后学习更高阶的知识,不断升级。 Basics of Computer Networking : 也就是连接到网络中的系统。可以进行通信。 : 没有连接到网络中的系统。不可以进行通信。 : 在中文中, 意思是 ,也就是网络设备之间的排列方式。有星型的排列方式、 ...
分类:
Web程序 时间:
2020-04-07 16:54:40
阅读次数:
80
鉴于该篇文章阅读量大,回复的同学也挺多的,特地抽空写了一篇 vue2.0 下的 vuex 使用方法,传送门:使用 Vuex + Vue.js 构建单页应用【新篇】 华丽的分割线 原文地址:https://coligo.io/learn-vuex-by-building-notes-app/ 前言:在 ...
分类:
Web程序 时间:
2020-04-03 22:12:05
阅读次数:
87