码迷,mamicode.com
首页 >  
搜索关键字:com+    ( 319076个结果
ntp时间同步
1:开机同步 开机时自动同步可编辑 /etc/ntp/step-tickers 文件 1 vim /etc/ntp/step-tickers 2 3 # List of NTP servers used by the ntpdate service. 4 5 ntp.aliyun.com 6 tim ...
分类:其他好文   时间:2021-06-17 16:54:51    阅读次数:0
Android的RadioButton
Android的RadioButton的常见写法 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro ...
分类:移动开发   时间:2021-06-17 16:53:21    阅读次数:0
JavaBuilder模式实现
一、借助lombok之@Builder注解 User类源码: package com.yang.webflux.controller; import lombok.Builder; /** * @author: Yang * @date: 2017/3/26 23:55 * @description ...
分类:编程语言   时间:2021-06-17 16:46:29    阅读次数:0
ResizeObserver - loop limit exceeded
About two months ago we started using Rollbar to notify us of various errors in our Web App. Ever since then we have been getting the occasional error ...
分类:其他好文   时间:2021-06-17 16:44:39    阅读次数:0
[数据库]MySQL基础知识
[数据库]MySQL基础知识 参考: MariaDB / MySQL数据类型-阿里云开发者社区 (aliyun.com) MariaDB 教程_w3cschool MySQL 教程 | 菜鸟教程 (runoob.com) MariaDB Server Documentation - MariaDB ...
分类:数据库   时间:2021-06-17 16:43:50    阅读次数:0
怎么写论文摘要
一般摘要写这几个内容: 我们研究什么问题; 前人是怎么研究这个问题的,有什么不足,还存在哪些挑战; 为解决这个挑战,我们提出什么方法; 具体来说,这个方法主要包含哪几个模块和步骤; 实验效果。 示例:(2020ECCV, Si et al. Adversarial Self-Supervised L ...
分类:其他好文   时间:2021-06-17 16:37:35    阅读次数:0
订阅发布机制
订阅发布机制 github地址: https://github.com/mroderick/PubSubJS import PubSub from 'pubsub-js' // or when using CommonJS const PubSub = require('pubsub-js'); / ...
分类:其他好文   时间:2021-06-17 16:36:50    阅读次数:0
dubbo总结
Dubbo的核心功能主要包含: 1.远程通讯:dubbo-remoting模块, 提供对多种基于长连接的NIO框架抽象封装,包括多种线程模型,序列化,以及“请求-响应”模式的信息交换方式。 2.集群容错: 提供基于接口方法的透明远程过程调用,包括多协议支持,以及软负载均衡,失败容错,地址路由,动态配 ...
分类:其他好文   时间:2021-06-17 16:33:45    阅读次数:0
去中心化AI——梦想者与实用主义者
https://news.huoxing24.com/20190712190126919927.html 前言:本文认为去中心化的人工智能是未来可持续人工智能的唯一途径。但由于现在去中心化AI处于早期阶段,应用场景和基础设施都还不成熟,需要有一个务实的发展策略:分阶段地推进去中心化的AI。本文作者J ...
分类:其他好文   时间:2021-06-17 16:31:45    阅读次数:0
微信小程序 -- 基于 movable-view 实现拖拽排序
微信小程序 -- 基于 movable-view 实现拖拽排序 项目基于colorui样式组件 ColorUI组件库 (color-ui.com) 1.实现效果 2. 设计思路 movable-view 绑定块移动事件的 块ID ,块移动的坐标 移动结束后触发moveEnd事件,根据Y坐标对对象数组 ...
分类:微信   时间:2021-06-17 16:25:50    阅读次数:0
319076条   上一页 1 ... 52 53 54 55 56 ... 31908 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!