码迷,mamicode.com
首页 >  
搜索关键字:ubuntu 16.04 国内更新源 ali 清华    ( 37058个结果
retrying使用参考
https://pypi.org/project/retrying/ Project description Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simp ...
分类:其他好文   时间:2021-02-27 13:27:07    阅读次数:0
bladex审批流流程图配置和后端代码
1.指定到人 @Override @Transactional(rollbackFor = Exception.class) // @GlobalTransactional public boolean startProcess(ProcessPurchaseOrder bean) { //是否启动 ...
分类:其他好文   时间:2021-02-26 13:05:55    阅读次数:0
Ubuntu桌面给任意软件创建桌面链接
[Desktop Entry] Name=firefox-56 GenericName=Web Browser-Firefox OS Exec=/home/wons/ToolBox/Software/Firefox/firefox-56.0/firefox/firefox %u Terminal=f ...
分类:系统相关   时间:2021-02-26 12:52:44    阅读次数:0
revitAPI-Autodesk.Revit.DB.Plane“Plane不包含两个参数的构造函数”
将Autodesk.Revit.DB.Plane替换成Autodesk.Revit.DB.Plane.CreateByNormalAndOrigin<!--more--> 1将Autodesk.Revit.DB.Plane替换成Autodesk.Revit.DB.Plane.CreateByNorm ...
分类:数据库   时间:2021-02-25 12:15:11    阅读次数:0
镜像站
华为云 https://mirrors.huaweicloud.com/ 阿里云 https://developer.aliyun.com/mirror/ 腾讯云 https://mirrors.cloud.tencent.com/ 清华镜像 https://mirrors.tuna.tsinghu ...
分类:其他好文   时间:2021-02-25 12:04:27    阅读次数:0
脏读、幻读、不可重复读、mvcc、 readview
多事务并发的问题 对 innodb引擎执行流程 和 buffer pool 足够了解的话,那一定知道mysql系统在初始化的时候bufferpool会将内存分为多个缓存页,此时的free链表都是空的;在对数据做操作的时候,就会将磁盘的数据页加载到内存的缓存页中去,此时这个缓存的描述信息就会从free ...
分类:Web程序   时间:2021-02-25 11:44:37    阅读次数:0
Ubuntu20配置&美化
信息介绍 使用对象:安装完中文版Ubuntu,觉得不好看的人 Ubuntu版本:20.04 参考文章:美化、安装QQ&钉钉&微信 一. 配置OS 1.更换源 打开软件"软件和更新" 选择要更换的源 2.搜狗输入法 安装包下载地址:https://pinyin.sogou.com/linux/?r=p ...
分类:系统相关   时间:2021-02-25 11:41:56    阅读次数:0
修改默认gcc版本
background 在以5.3为内核的ubuntu中编译3.10的内核时,出现: include/linux/compiler-gcc.h:106:30: fatal error: linux/compiler-gcc5.h错误 尝试了网上说的将当前内核(5.3)的compiler-gcc.h复制 ...
分类:其他好文   时间:2021-02-24 13:28:44    阅读次数:0
生成微信小程序二维码
public function getAccesstoken(){ $appid = ''; /*小程序appid*/ $srcret = ''; /*小程序秘钥*/ $tokenUrl="https://api.weixin.qq.com/cgi-bin/token?grant_type=clie ...
分类:微信   时间:2021-02-24 13:24:26    阅读次数:0
springboot 如何使用自定义注解+aop实现全局日志持久化操作
1.自定一个注解 package com.hc.manager.common.aop.annotation;import java.lang.annotation.*;/** * LogAnnotation * * @author summer.chou * @version V1.0 * @dat ...
分类:编程语言   时间:2021-02-24 13:08:30    阅读次数:0
37058条   上一页 1 ... 36 37 38 39 40 ... 3706 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!