python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Different behavior of FORMAT function, SQL Server?
I want to convert Date to PersianDate, So I'm using Format function.
It's OK at local and my Windows 10:
DECLARE @datetime DATETIME = '2022-03-16'
SELECT FORMAT(@datetime, 'yyyy-MM-dd', 'fa') -- 1400-...
Mohammad Dayyan
Votes: 0
Answers: 0
How to stream video to a virtual camera
I looked up some sources and it seems that it is possible to build a virtual camera using DirectShow VCam.
But please forgive my ignorance, I have absolutely no idea how to use it in my project.
Speci...
Zach
Votes: 0
Answers: 1
laravel request session from other project
Hello I have a problem.
Laravel Installer 4.2.8
terminal original cmd of window
windows 10
the project its work fine yesterday.
but today it request session from other path than the project is runing....
Hassan Daoud
Votes: 0
Answers: 1
Unable to compile Protocol Buffers (protobuf) examples in MSVS 2022 on Windows 10
I'm trying to compile a protobuf example from here: https://developers.google.com/protocol-buffers/docs/cpptutorial.
My system configuration:
Windows 10 Pro,
Visual studion 2022 (Community Ed.) with ...
Viktor Sokolov
Votes: 0
Answers: 0