码迷,mamicode.com
首页 >  
搜索关键字:ready    ( 3132个结果
创建资源对象实例
创建资源对象实例 创建namespaces root@master1:/k8s-data/yaml/namespaces# pwd /k8s-data/yaml/namespaces root@master1:/k8s-data/yaml/namespaces# cat danran-ns.yml ...
分类:其他好文   时间:2020-06-23 21:12:14    阅读次数:100
etcd使用
一、概述 ETCD是一个开源的、分布式的键值对数据存储系统,由Go语言实现,用于存储key-value键值对,同时不仅仅是存储,主要用途是提供共享配置及服务发现,使用Raft一致性算法来管理高度可用的复制日志。有下面特点 简单:定义明确,面向用户的API(gRPC) 安全:具有可选客户端证书身份验证 ...
分类:其他好文   时间:2020-06-23 19:26:14    阅读次数:159
jQuery基础及选择器
1.jquery官网: http://jquery.com 2.在页面引入jQuery : <script src="js/jquery-1.12.4.js" type="text/javascript"></script> 3.ready()方法: [使用jQuery弹出提示框] 实例: <scr ...
分类:Web程序   时间:2020-06-23 13:36:01    阅读次数:104
jquery基础及选择器
jquery库文件 分为开发版和发布版 在页面中引用jquery <script src="js/jquery-1.12.4.js" type="text/javascript"></script> 使用jquery弹出提示框 <script> $(document).ready(function( ...
分类:Web程序   时间:2020-06-23 13:12:29    阅读次数:99
Kubernetes(k8s)中dashboard的部署。
1、k8s的dashboard的安装部署,首先需要将压缩包下载下来,然后进行解压缩操作。 1 [root@k8s-master ~]# cd k8s/ 2 [root@k8s-master k8s]# ls 3 book-master.war deploy health pod rc skydns ...
分类:Web程序   时间:2020-06-22 21:14:26    阅读次数:215
【ARTS】003-第三周(2020.06.08-2020.06.14)
一、Algorithm 【leetcode】009-Palindrome Number 二、Review Linux is ready for the end of time The Y2K bug is back, causing headaches for developers again 三、 ...
分类:其他好文   时间:2020-06-21 17:52:07    阅读次数:49
【RT-Thread】内核线程调度算法(基于位图的线程调度算法)
在实时操作系统中,对时间的要求度很高,所以在线程调度算法RT-Thread采用的是位图调度算法,时间复杂度为O(1)。本篇采用最大优先级为32的情况进行讲解,256与之类似。 /* Maximum priority level, 32 */ rt_uint32_t rt_thread_ready_p ...
分类:编程语言   时间:2020-06-19 16:19:36    阅读次数:100
Caterpillar SIS 2018 CAT SIS 2018
There are 2 options for you to choose before order please: 1. Software is in a 320G hdd before shipment, the customers need to install it and active i ...
分类:其他好文   时间:2020-06-18 21:52:05    阅读次数:175
Flutter Weekly Issue 60
教程 网易支付-高性能NEJFlutter小程序动态化架构实践 Flutter卡顿问题的监控与思考 构建健全的空安全 Flutter 上的内存泄漏监控 插件 dynamic-theme Dynamically changing your theme without hassle flutter-p2 ...
分类:其他好文   时间:2020-06-18 13:18:46    阅读次数:65
024_jQuery中的$(function)
一、文档就绪事件(jQuery入口函数) 您也许已经注意到在我们的实例中的所有 jQuery 函数位于一个 document ready 函数中: $(document).ready(function(){ // 开始写 jQuery 代码... }); 这是为了防止文档在完全加载(就绪)之前运行 ...
分类:Web程序   时间:2020-06-17 23:32:12    阅读次数:73
3132条   上一页 1 ... 9 10 11 12 13 ... 314 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!