I\'m writing a CMS in PHP that allows the user to define different fields (e.g. a Blog page could have fields for Title (string), Content (rich text), Picture (file)). I need the user to be able to ad
I\'m wondering what would be the best way to group contacts by their company. Right now a user can group their contacts by custom created lists but I\'d like to be able to group contacts by their comp
Is it possible to build the entire social networking applicat开发者_高级运维ion on cassandra? Sure, it takes longer to set up, but it scales much better.Correct?
I have two entity groups. Restaurants and Users. Restaurants can be rated (1-5) by users. An开发者_如何学Pythond rating fromeach user should be retrievable.
I have a school assignment: a Dog Show. My assignment is to create a website, where vistors can display results, and where Judges and Secretary can admin and CRUD.
I\'m having trouble with processing some csv data files for a project.Someone suggested using python/csv reader to help break down the files, which I\'ve had some success with, but not in a way I can
I have a table 2 tables that have a m:m relationship, what I can wanting is that when I delete a row from one of the tables I want the row in the joining table to be deleted as well, my sql is as foll
I have two domains : class CodeSetDetail { String id String codeSummaryId static hasMany = [codes:CodeSummary]
What is the best way to store user relationships, e.g. friendships, that must be bidirectional (you\'re my friend, thus I\'m your friend) in a rel. database, e.g. MYSql?
Closed. This question is opinion-based. It is开发者_JAVA技巧 not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati