转自https://blog.csdn.net/renlonggg/article/details/80392989 apt-get update:更新安装列表apt-get upgrade:升级软件apt-get install software_name :安装软件apt-get --purge ...
分类:
其他好文 时间:
2021-04-23 12:25:24
阅读次数:
0
来源:https://blog.csdn.net/xifeijian/article/details/15660185 在Window系统中有个Hosts文件(没有后缀名),在Windows98系统下该文件在Windows目录,在Windows2000/XP系统中位于C:\Winnt\System3 ...
https://blog.csdn.net/dietime1943/article/details/72742651 错误的做法: update 表1 set 表1.字段= (SELECT表2.字段FROM表2 where 表2.ID = 表1.ID) 后面这种情况其实可以使用left join的方 ...
分类:
数据库 时间:
2021-04-23 12:02:59
阅读次数:
0
<view class="details"><text>给文字添加下划线</text></view> >.details { color: #409EFF; font-size: 26upx; line-height: 36upx; padding-bottom: 92upx; >text { pa ...
分类:
其他好文 时间:
2021-04-22 15:43:57
阅读次数:
0
https://blog.csdn.net/weixin_40228289/article/details/83024292 在无线通信系统中,多用户同时通过同一个基站和其他用户进行通信,必须对不同用户和基站发出的信号赋予不同特征。这些特征使基站从众多手机发射的信号中,区分出是哪一个用户的手机发出来 ...
分类:
其他好文 时间:
2021-04-22 15:41:04
阅读次数:
0
原文链接:https://blog.csdn.net/weixin_42927264/article/details/82963556 在UML类图中,常见的有以下几种关系: 泛化(Generalization), 实现(Realization),关联(Association),聚合(Aggrega ...
分类:
其他好文 时间:
2021-04-22 15:37:08
阅读次数:
0
https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif ...
分类:
其他好文 时间:
2021-04-22 15:36:18
阅读次数:
0
There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <re ...
分类:
其他好文 时间:
2021-04-22 15:28:20
阅读次数:
0
IDEA常用快捷键 记录学习,如有意见请联系! 参考至:https://zhangxy.blog.csdn.net/article/details/103963249 1、编辑类快捷键 编辑类快捷键 说明 psvm + Tab 生成main方法 sout + tab 生成输出语句 Ctrl+X / ...
分类:
其他好文 时间:
2021-04-21 12:26:26
阅读次数:
0
借鉴微博:https://blog.csdn.net/zhifeiya/article/details/42919047 核心代码: using System;using System.Collections;using System.Collections.Generic;using System ...