There might be cases where you have selective data for your entities. Let's say that you are building a public API endpoint to get all the registered  ...
                            
                            
                                分类:
其他好文   时间:
2020-02-26 01:05:11   
                                阅读次数:
65
                             
                         
                    
                        
                            
                            
                                    [TOC] The Plugin Manager, the Object Pool, and Registered Objects 通常,插件不需要直接访问插件管理器。 交互主要间接的通过 "ExtensionSystem::IPlugin" 接口。 在某些情况下,则必须使用插件管理器API。 插件 ...
                            
                            
                                分类:
其他好文   时间:
2020-02-23 09:33:04   
                                阅读次数:
60
                             
                         
                    
                        
                            
                            
                                    一、临界区与竞争条件 临界区就是访问和操作共享数据的代码段。 如果两个执行线程有可能处于同一临界区中同时执行,那么我们就称它们为竞争条件(race conditions) 避免并发和防止竞争条件称为同步(synchronization) 二、加锁 2.1 锁的介绍 我们需要一种方法确保一次有且只有一 ...
                            
                            
                                分类:
其他好文   时间:
2020-02-08 17:12:15   
                                阅读次数:
56
                             
                         
                    
                        
                            
                            
                                    1.下载官网下载地址:https://www.charlesproxy.com/download/ 2.激活账号 安装后,先选择体验版,进入Help→Register,注册账户密码。以下是网上找到的,亲测可用:Registered Name: https://zhile.ioLicense Key: ...
                            
                            
                                分类:
系统相关   时间:
2020-02-06 12:56:19   
                                阅读次数:
76
                             
                         
                    
                        
                            
                            
                                    1.下载 官网下载地址:https://www.charlesproxy.com/download/ 2.激活账号 安装后,先选择体验版,进入Help→Register,注册账户密码。 以下是网上找到的,亲测可用: Registered Name: https://zhile.io License  ...
                            
                            
                                分类:
系统相关   时间:
2020-02-02 13:49:46   
                                阅读次数:
113
                             
                         
                    
                        
                            
                            
                                    Zhejiang University has 40,000 students and provides 2,500 courses. Now given the registered course list of each student, you are supposed to output t ...
                            
                            
                                分类:
其他好文   时间:
2020-01-29 19:46:43   
                                阅读次数:
81
                             
                         
                    
                        
                            
                            
                                一、问题背景 在RHEL7中想使用yum服务,报错如下: This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 二、操作 1、卸载 ...
                            
                            
                                分类:
其他好文   时间:
2020-01-29 10:44:24   
                                阅读次数:
75
                             
                         
                    
                        
                            
                            
                                    博主本人平和谦逊,热爱学习,读者阅读过程中发现错误的地方,请帮忙指出,感激不尽 Rsync简介 Rsync英文全称Remote synchronization,一个rsync相当于scp,cp,rm,但是还优于他们每一个命令。 在同步备份数据时,默认情况下,Rsync通过其独特的“quick che ...
                            
                            
                                分类:
其他好文   时间:
2020-01-24 22:29:39   
                                阅读次数:
86
                             
                         
                    
                        
                            
                            
                                    【进程同步】在多进程之间,管理及控制对于共享变量的执行和访问 【竞争条件】多进程同步执行,共享至少一个变量,执行结果取决于不同进程对变量的改变顺序 【临界区】要求使用共享资源或变量的一段码 【临界区问题】多进程用来达成合作的一个协议:互斥(同一时间,只有一个进程执行临界区的码);进展通知(一个进程离 ...
                            
                            
                                分类:
系统相关   时间:
2020-01-22 16:43:24   
                                阅读次数:
135
                             
                         
                    
                        
                            
                            
                                https://golang.org/ref/mem#tmp_6 Goroutine destruction The exit of a goroutine is not guaranteed to happen before any event in the program. For exampl ...
                            
                            
                                分类:
其他好文   时间:
2020-01-19 22:04:51   
                                阅读次数:
66