https://www.imperva.com/learn/application-security/osi-model/ What Is the OSI Model The Open Systems Interconnection (OSI) model describes seven layer ...
                            
                            
                                分类:
其他好文   时间:
2021-03-16 14:01:01   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                如何将用户从一个组中移除? gpasswd -d userName groupName 本文总结了Linux添加或者删除用户和用户组时常用的一些命令和参数。1、建用户: adduser phpq //新建phpq用户 passwd phpq //给phpq用户设置密码 2、建工作组 groupadd ...
                            
                            
                                分类:
系统相关   时间:
2021-02-17 14:03:04   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                原文地址:https://martinfowler.com/articles/patterns-of-distributed-systems/wal.html Write-Ahead log 预写日志 预写日志(WAL,Write-Ahead Log)将每次状态更新抽象为一个命令并追加写入一个日志中 ...
                            
                            
                                分类:
其他好文   时间:
2021-02-09 12:34:16   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                Linux网络协议栈初始化 sock 初始化 socket 和文件系统都位于 VFS 下一层,对 socket 的操作都要经过VFS,下图为super_blocks和file_systems的链表结构图。 Linux 里面每个文件都有唯一的 inode ,inode 会大量使用,为了提高效率会对 i ...
                            
                            
                                分类:
系统相关   时间:
2021-01-30 12:08:14   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                今天我们剖析的也是推荐领域的经典论文,叫做Wide & Deep Learning for Recommender Systems。它发表于2016年,作者是Google App Store的推荐团队。这年刚好是深度学习兴起的时间。这篇文章讨论的就是如何利用深度学习模型来进行推荐系统的CTR预测,可 ...
                            
                            
                                分类:
其他好文   时间:
2020-12-15 11:47:01   
                                阅读次数:
1
                             
                    
                        
                            
                            
                                在布局根节点加上下面三行 android:id="@+id/view_parent" android:clickable="true" android:focusableInTouchMode="true" 在代码中监听view_parent的FocusChangeListener事件 view_p ...
                            
                            
                                分类:
移动开发   时间:
2020-12-09 12:22:44   
                                阅读次数:
17
                             
                    
                        
                            
                            
                                Linux系统开机自动挂载文件fstab介绍Linux系统开机自动挂载文件fstab介绍一、fstab简介fstab文件中包含了各种各样的文件系统描述信息,它可以被特殊的工具修改,fstab中每一个文件系统描述占一行,每一行是TAB或空格分隔。二、fstab文件内容介绍[root@Centos~]#cat/etc/fstab/etc/fstabCreatedbyanacondaonSunAug70
                            
                            
                                分类:
系统相关   时间:
2020-12-02 12:42:33   
                                阅读次数:
13
                             
                    
                        
                            
                            
                                
                    mormot2 http.sys 单元文件:mormot.net.server.pas /// HTTP server using fast http.sys kernel-mode server // - The HTTP Server API enables applications to co ...
                            
                            
                                分类:
Web程序   时间:
2020-11-24 12:24:19   
                                阅读次数:
8
                             
                    
                        
                            
                            
                                
                    本篇译自: Intrusion Detection Systems Explained: 13 Best IDS Software Tools Reviewed 1 什么是入侵检测系统(IDS)? 入侵检测系统(IDS)监视网络流量中是否存在异常或可疑活动,并将警报发送给管理员。 主要功能是检测异常 ...
                            
                            
                                分类:
其他好文   时间:
2020-11-23 12:31:26   
                                阅读次数:
7
                             
                    
                        
                            
                            
                                ACS130 Introduction to Systems Engineering and SoftwareIndividual C Programming Assignment 1Assignment weighting: 10% of module markAssignment release ...
                            
                            
                                分类:
其他好文   时间:
2020-11-19 12:12:45   
                                阅读次数:
5