18%
09.01.2013
-> Bitmap Index Scan on mail_msg_idx (cost=0.00..128.03 rows=4 width=0)
12 (actual time=34.925..34.925 rows=1650 loops=1)
13 Index Cond: (msg ~ '(updatable|views)'::text)
14 Total runtime: 175
18%
17.06.2017
of Galera Cluster, Oracle reacted, publishing a stable release of the Group Replication plugin in September 2016 with MySQL Server 5.7.17 after no fewer than eight prereleases. Group replication is a "shared
18%
07.06.2019
Saturday -265.6973 14.1727 -18.747 < 2e-16 ***
wdaySunday -204.1019 14.1028 -14.472 < 2e-16 ***
linTrend 0.1254 0.0205 6.118 1.71e-09 ***
---
Signif. codes: 0 '***' 0.001 '**' 0
18%
25.09.2023
is easy enough (superuser privileges are required):
arp -s 192.168.90.55 00:0c:29:c1:91:b1
The last field of the command is the MAC address, which is the unique identifier of the network device to which
18%
05.02.2023
a user or group in Azure AD, use the cmdlet with the ObjectID parameter
Get-AzureADUser -ObjectID 3b47a729-16c1-4be1-9ee2-7f3bd00a346b
You can retrieve the ObjectID for each user after entering Get
18%
04.08.2020
romulus 192.168.133.11
node create --node-type satellite remus 192.168.133.12
node create --node-type satellite vulcan 192.168.133.13
node create --node-type satellite kronos 192.168.133.14
In addition
18%
17.02.2015
particle[(int) N];
14 PARTICLE *particles;
15 ...
16 for(i=0;i17 particle[i].nxtParticle=(i==N-1)?NULL:&particle[i+1];
18 particle[i].idparticle=i;
19 }
2. This program either loads some
17%
17.06.2017
,100) :: array_s ! Uses stack
13 real, dimension(:), allocatable :: array_h ! Uses heap
14 type(other_struct), dimension(5) :: meta_data ! Structure
15 end type my_struct
16
17 ! Use derived
17%
25.03.2021
_idle_timeout 3m;
10 http2_max_requests 1000;
11
12 access_log /usr/local/var/log/nginx/http2.log http2;
13
14 ssl_certificate /test.crt;
15 ssl_certificate_key /test.key;
16
17 root
17%
27.09.2021
08 integer :: counter
09 integer :: counter_limit
10 integer :: ierr
11
12 type(rec) :: my_record
13
14 counter_limit = 2000
15
16 ierr = -1
17 open(unit=8,file