-
I got this multi step contact form and I want to add a class to a specific div depending on which st...
- 594 浏览
- 0 回答
- 4 关注
-
I have a color.scss and main.scss file as below //color.scss $special-blue: #0000ff; :export { te...
- 579 浏览
- 0 回答
- 6 关注
-
Everyday we get CSV file from vendor and we need to parse them and insert it to database. We use sin...
- 457 浏览
- 0 回答
- 6 关注
-
I was studying how C stores data in memory by bit patterns. However I have confronted some issues wh...
- 529 浏览
- 1 回答
- 6 关注
-
I need to write a program. A part of the program is to write to an sql database (.mdf). I had a lot ...
- 717 浏览
- 4 回答
- 5 关注
-
I have a Laravel app which works fine in my local environment, but not working correctly in nginx se...
- 1755 浏览
- 0 回答
- 5 关注
-
I have the following C code extended with assemble x86 : #include #include #include // a functi...
- 354 浏览
- 0 回答
- 4 关注
-
foo(const std::function& functor) { .... } #define MACRO_EXAMPLE(functor) foo(functor) int mai...
- 710 浏览
- 2 回答
- 4 关注
-
I am working on a tomcat application. I am trying to add CSRF authentication token provided by catli...
- 1935 浏览
- 1 回答
- 6 关注
-
- 1621 浏览
- 2 回答
- 3 关注
-
I developed a web service application which was working fine with jersey 1.x ( 1.16 ) I recently tri...
- 1899 浏览
- 2 回答
- 4 关注
-
I implement the one-to-many relationships with SQLite and Entity Framework. I have 2 tables: the tab...
- 755 浏览
- 0 回答
- 4 关注
-
I want to run a hadoop job remotely from a windows machine. The cluster is running on Ubuntu. Basic...
- 817 浏览
- 1 回答
- 4 关注
-
I have a series of URLs including a path and HTML file (as below) that I need validated on a regular...
- 1615 浏览
- 0 回答
- 6 关注
-
I\'ve created a web service in Java that returns a DataHandler. This has to be able to return a File...
- 1488 浏览
- 1 回答
- 1 关注