-
I am using Parse for my app. I want to query a table with column that set to be a pointer to other t...
- 1183 浏览
- 3 回答
- 6 关注
-
During OAuth Consent verification process - what does “will be restricted until it's approved” mean?
Reading through OAuth Consent section in GCP platform (https://console.cloud.google.com/apis/credent...
- 1929 浏览
- 0 回答
- 6 关注
-
Here is my code.
- 506 浏览
- 6 回答
- 6 关注
-
I have 2 lists of the same type. The left list: var leftList = new List(); leftList.Add(new Person ...
- 720 浏览
- 4 回答
- 6 关注
-
I want to be able to start my job with a REST controller, then when the job is started, it should ru...
- 1386 浏览
- 4 回答
- 4 关注
-
Converting SQL to Django ORM query (“IF” statement inside of a “Window” inside of a “Lead” function)
I am trying to get the date of the next customer that started using a service and append that date t...
- 1828 浏览
- 0 回答
- 6 关注
-
@Embeddable public class Data { private long key; @Column(nullable = false, length = 65...
- 533 浏览
- 0 回答
- 4 关注
-
Can nltk be used to convert a blob of text to sentences. For example: sen = \'this is a test sentenc...
- 1339 浏览
- 0 回答
- 5 关注
-
I need to hide all borders of one datatable, not all, using PrimeFaces. I have tried many things and...
- 1172 浏览
- 2 回答
- 4 关注
-
I have an entity, for which I have a Class reference: @Entity class MyEntity { @Id int id; ...
- 535 浏览
- 1 回答
- 6 关注
-
I have a simple project to test JAX-RS services. Yesterday I downloaded jersey-1.7.1 and used com.su...
- 877 浏览
- 3 回答
- 5 关注
-
I have a component, let\'s say it contains a form. The form has child components which are essential...
- 1410 浏览
- 1 回答
- 5 关注
-
I was looking at the @org.hibernate.validator.constaints.NotEmpty annotation: @Documented @Constrai...
- 555 浏览
- 1 回答
- 4 关注
-
I want to score different classifiers with different parameters. For speedup on LogisticRegression I...
- 1912 浏览
- 1 回答
- 5 关注
-
I have local master and develop branches. I do all my work on develop and then merge them into maste...
- 903 浏览
- 3 回答
- 5 关注