码迷,mamicode.com
首页 >  
搜索关键字:details    ( 40316个结果
apt-get命令
转自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
windows下的host文件在哪里,有什么作用?
来源:https://blog.csdn.net/xifeijian/article/details/15660185 在Window系统中有个Hosts文件(没有后缀名),在Windows98系统下该文件在Windows目录,在Windows2000/XP系统中位于C:\Winnt\System3 ...
分类:Windows程序   时间:2021-04-23 12:21:45    阅读次数:0
[SQL Server] 只更新表中某一部分数据的实现方法
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
传说中的CDMA技术
https://blog.csdn.net/weixin_40228289/article/details/83024292 在无线通信系统中,多用户同时通过同一个基站和其他用户进行通信,必须对不同用户和基站发出的信号赋予不同特征。这些特征使基站从众多手机发射的信号中,区分出是哪一个用户的手机发出来 ...
分类:其他好文   时间:2021-04-22 15:41:04    阅读次数:0
[转][UML]类的关系(泛化, 实现,关联,聚合,组合,依赖)
原文链接:https://blog.csdn.net/weixin_42927264/article/details/82963556 在UML类图中,常见的有以下几种关系: 泛化(Generalization), 实现(Realization),关联(Association),聚合(Aggrega ...
分类:其他好文   时间:2021-04-22 15:37:08    阅读次数:0
git 修改 email
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
git
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常用快捷键
IDEA常用快捷键 记录学习,如有意见请联系! 参考至:https://zhangxy.blog.csdn.net/article/details/103963249 1、编辑类快捷键 编辑类快捷键 说明 psvm + Tab 生成main方法 sout + tab 生成输出语句 Ctrl+X / ...
分类:其他好文   时间:2021-04-21 12:26:26    阅读次数:0
C#中使用笛卡尔积方法得出穷举所有组合
借鉴微博:https://blog.csdn.net/zhifeiya/article/details/42919047 核心代码: using System;using System.Collections;using System.Collections.Generic;using System ...
分类:Windows程序   时间:2021-04-21 12:01:42    阅读次数:0
40316条   上一页 1 ... 16 17 18 19 20 ... 4032 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!