-
I have to add some features to an Android app which has a java backend, which is the best way of app...
- 412 浏览
- 0 回答
- 4 关注
-
I am trying to find out the adjacent cells of a cell (i,j); which will be (i,j+1), (i,j-1), (i-1,j) ...
- 1647 浏览
- 0 回答
- 5 关注
-
I have a SQL table with ERP data containing over 1 million records for seven different companies. Th...
- 598 浏览
- 0 回答
- 2 关注
-
I have a simple reducer function addNewNotification(state, action: PayloadAction) { const { notifi...
- 1259 浏览
- 0 回答
- 5 关注
-
I am working on a database management system using visual studio WPF C# and SQL server. Everything i...
- 1592 浏览
- 0 回答
- 6 关注
-
I am just starting to learn python and trying out some simple codes code attached below was one of t...
- 1869 浏览
- 0 回答
- 5 关注
-
How to program scrollbar to jump to bottom/top in case of change in QPlainTextEdit or QTextEdit area...
- 1174 浏览
- 5 回答
- 4 关注
-
I went to some photo sharing site, so when I click the photo, it direct me to a url like www.examp...
- 952 浏览
- 5 回答
- 4 关注
-
I am trying to create a dynamic form with radio button. I can\'t get the value of the radio and also...
- 1097 浏览
- 0 回答
- 4 关注
-
I am new to Windows and I am trying to figure out what user Apache is running on. In Linux I had a ...
- 1615 浏览
- 4 回答
- 6 关注
-
How can I create a Sequence where my START WITH value comes from a query? I\'m trying this way: CR...
- 995 浏览
- 2 回答
- 4 关注
-
So here\'s the deal... I\'ve got to silence the user\'s phone when they have class. So I need an ala...
- 575 浏览
- 1 回答
- 4 关注
-
I\'m writing a spark application and would like to use algorithms in MLlib. In the API doc I found t...
- 481 浏览
- 2 回答
- 6 关注
-
I am using the PlaceAutocompleteFragment that is provided by google in a project that I am working o...
- 1749 浏览
- 6 回答
- 2 关注
-
I have a model: class RnR(models.Model): emp_sent = models.CharField(null=True, blank=True, max_...
- 688 浏览
- 0 回答
- 4 关注