hi every one i code a simple login in django rest framework by mongodb i get this error .... what do i do? raise NotImplementedError( NotImplementedError: Database object...
class Computer { public: void retailPrice(void) { int p = 2 * manufactureCost(); printf(“$ %d \ n”, p); // Print p ...
hi every one how to run multi main function project in go?
hi every one I use rotuine in my app ... see below code go MinuteForFirstRun()//sync app.Run(iris.Addr(":"+appport), iris.WithCharset("UTF-8")) but when error occure in Minu...
i install library such as "pip install pyspellchecker " but when i run "ModuleNotFoundError: No module named 'spellchecker' " what do i do?
file=open("eng_repeat.txt").read() lst=file.split('\n') for i in lst: tmp=i.split(' ') print (i) print (tmp[1]) Traceback (most recent call last): print (tm...
I want run a batch file in go program but when run batch file system alert "do you want allow to this app .....? y/n" how can i auto answer yes
Hi every body It is possible for the private base-class function to be declared public in the derived class. Does this conflict with subtyping principles?
hi every one!! how can I access to private object(object of other class) in the class ? in Cpp there is friend concept! is there friend in JAVA?
how can write program that get requests of server and edit and resend them? for example edit distination port of request to 5000 and resend it
hi please help me ...😭😭😭 I need make copy from a Object I use copy constructor & Clone ... but it isnt work... they return refrence , no copy (same memory block )😭 what do I...
how to handle disconnection of sql and reconnect again ? I work on web project by Iris framework
hi everyBody which IDE you use for Python?
Hi friends I want code in python to login to site and save an element such as text or pic in database? How can I do it? Can you help me??🙏
can i do a change in order of compile and run file in golang?
or how to call file of code to compile and build ? am I?
in other word i want resend request to another port how do it?
hi every body what is diference bitween define attribute in init and define out of it like a=10(like in cpp)?
For example : I want login to a site without brwoser , with python & get the special text or pic in site ?
how can i solve my problem?