I'm stuck on something, and it seems internet haven't had this problem (or i haven't got the right keyword to find the answer) Keep in mind that I'm still learn
In my function myFunc() I want to execute specific code after error. myFunc code: if (x > 10) {y <- x } else {y <- 0} But I want myFunc to execute lik
I have a long time execution function that I run in a Thread to avoid blocking the user during the process. But I have a problem when I want to notify the user
Suppose I do something like: class A { public: class B { public: void SomeFunction1() const; using atype = A; }; using bt
create or replace function data_to_text(data text) returns text AS $$ declare raw bytea := ('\x' || replace(data,' ',''))::bytea; pos integer := 0;
Referring to: How to pass parameters to PyQt QThreadPool running function I am trying to apply the above topic to my code to avoid GUI freezing, the issue that
i use xgboost model both in c++ and python,at first time,they give me different predicts. after i modify the code in python, i used pandas to load data,but now,
I found that when I use target_link_libraries in CMaksList.txt , I get to ignore the include path(target_include_directories) and run the application successful