cost 245 ms
How vlang compile static binary?

i have tried v -b native -prod hello.v but most modules are not supported. How vlang compile static binary ? Updated : i found another parameter ...

2022-07-04 10:57:10   2   119    vlang  
How to generate a random number in vlang?

I want to randomly pick an item in a array.Like javascript code But I don't know how to generate a number like javascript Math.random() function in ...

2022-04-19 08:21:17   2   103    vlang  
Equivalent function to sscanf in Vlang

Title says it all; looking for an equivalent to sscanf in vlang. Go (which Vlang is similar to), has fmt.sscanf; but I don't see anything similar in ...

2021-12-31 20:48:34   1   68    vlang  
VLang `dial_tcp failed`

I am trying to write up a simple multithreaded vlang app to call 'http://www.google.com' and 'http://www.bing.com' 50 times each and count the respons ...

How to safely detele a record?

CONTEXT I created an app which handles todos. I want to be able to delete todos based on an id I get from the url import vweb struct App { vweb ...

2021-05-04 21:49:18   1   64    orm / vlang  
How to do Upsert in Vlang

Currently, the ORM for V only supports select, update, and insert. I would like to do a more complicated upsert like this: INSERT INTO Settings (Key, ...

2021-02-20 21:22:21   1   127    sqlite / vlang  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM