I'm writing a plugin for outlook, I want to create new item into Sent Box but i don't want to send it, just save it to Sent Box. Pls, help me!
I want to implement idle session Timeout on the server-side in my web application. I'm using the Tomcat server. <session-config> <session-timeout
I want to pass log file as an input to a Logstash input. I have added /bin to the environment variable path so that I can access it from anywhere. Below is my
It is very easy to serialize Java object to a string using something like: import com.fasterxml.jackson.dataformat.xml.XmlMapper; ... public void serialize(
I have Cython class : cdef class Blah: cdef __cinit__(self, arg): ... then I want to inherit it as python class : class Foo(Blah): def __init__(self,arg
I'm trying to import data from a CSV to Azure SQL and there seems to be an issue with ADF importing a datetime column. I'm using ADF V2 and all the online help
I have such a class: class BaseService def self.call(*args) new(*args).call end end I need to test that #self.call creates new instance with given argu
I am writing a script to manage product manufacturing dates. Here is how the script works: It modifies the format of the columns to be sure that they are dates
I wanted to add some tests to android project, but then got stuck with frozen process. I have no idea why this freeze happens but looking in more details it is