houdini18 install in CentOS8: 1、说明: -- centos8 名称改为"david.com"("/etc/hostname"内改为“david.com”) -- centos8 全程使用root账户; 2、安装环境: -- OS: CentOS-8.1.1911-x8 ...
分类:
其他好文 时间:
2020-04-21 09:44:28
阅读次数:
81
New Embitz 2.0 is coming soon, highlights: Hotplug menu, connect running target without stopping (and inspect with live variables and OS tools)New deb ...
分类:
其他好文 时间:
2020-04-19 19:37:33
阅读次数:
190
你好!我是miniluo,又到了周末,我将和你一起推翻认知里的LinkedList,它并非如教科书所言那么的高效。 JDK集合类List,我们最常用的莫过于ArrayList。而面试官也是最常考察应聘者对ArrayList和LinkedList的理解,其实考察的是应聘者对数据结构的掌握程度。 我们知 ...
分类:
编程语言 时间:
2020-04-18 22:45:47
阅读次数:
71
panic 结构体 panic 关键字在 Go 语言的源代码是由数据结构 表示的。每当我们调用 panic 都会创建一个如下所示的数据结构存储相关信息: 结构体中字段含义说明: argp 是指向 defer 调用时参数的指针; arg 是调用 panic 时传入的参数; link 指向了更早调用的 ...
分类:
其他好文 时间:
2020-04-18 11:34:45
阅读次数:
59
一、定制第三方依赖注入容器Autofac 1、nuget引入autofac和 Autofac.Extensions.DependencyInjection 2、注释掉原来的IServiceCollection,ConfigureServices需要返回值IServiceProvider 3、new ...
分类:
Web程序 时间:
2020-04-18 10:15:16
阅读次数:
109
摘录自: http://cn.linux.vbird.org/linux_basic/0210filepermission.php 查看权限 ls -al total 156 drwxr-x 4 root root 4096 Sep 8 14:06 . drwxr-xr-x 23 root root ...
分类:
系统相关 时间:
2020-04-18 09:43:08
阅读次数:
77
面试官:有操作过Linux吗? 我:有的呀 面试官:我想查看内存的使用情况该用什么命令 我:free 或者 top 面试官:那你说一下用free命令都可以看到啥信息 我:那,如下图所示 可以看到内存以及缓存的使用情况 total 总内存 used 已用内存 free 空闲内存 buff/cache ...
分类:
数据库 时间:
2020-04-17 09:57:17
阅读次数:
106
class _NormBase(Module): #源码 """Common base of _InstanceNorm and _BatchNorm""" _version = 2 __constants__ = ['track_running_stats', 'momentum', 'eps', ...
分类:
其他好文 时间:
2020-04-17 00:08:03
阅读次数:
221
1.daemon not running; starting now at tcp:5037 环境:macos系统问题:打开网易MUMU模拟器,终端输入adb devices,提示如下ZBMAC-C02N43Mfc:~ zhaitiantian$ adb devices daemon not run ...
分类:
移动开发 时间:
2020-04-13 23:02:11
阅读次数:
138
Problem : The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Now your job is to find ...
分类:
其他好文 时间:
2020-04-13 12:22:42
阅读次数:
64