backend
Java application design question
I have a hobby project, which is basically to maintain \'todo\' tasks in the way I like. One task can be described as:[详细]
2022-12-28 16:45 分类:问答How to securely transfer
I have two servers -- a backend server, and a frontend server.Every开发者_如何学Go night, the backend server generates static .html files, which are then compressed into .tar format.[详细]
2022-12-26 13:44 分类:问答How can I do block-oriented disk I/O with Java? Or similar for a B+ tree
I would like to implement an B+ tree in Java and try to optimize it for disk based I/O. Is there an API for accessing individual disk blocks from Java? or is there an开发者_运维问答 API that can do si[详细]
2022-12-25 06:53 分类:问答What choices to make for an application backend
I am creating an web application and I at the point that i am starting to make backend choices. Now there are a lot of ways to go with this, so I am looking for so开发者_如何学JAVAme good points and b[详细]
2022-12-23 04:42 分类:问答Question about the code of the backend of symfony
this is the index action and template generated at the backend for the model \"coche\". public function executeIndex(sfWebRequest $request)[详细]
2022-12-23 02:56 分类:问答iPhone App with a Server Backend - How to ensure all access is from the iPhone app only?
I don\'t mind so much about pirating etcetera, but I want to ensure that the backend (Rails based) isn\'t open to automated services that could DOS it etc. Therefore I\'d like to simply ensure that al[详细]
2022-12-22 04:18 分类:问答xml editing backend
I would like to have an xml editing interface for a site\'s backend. There are many php based CMSes of varying sizes (my favorite being modx), but for some projects it is just overkill.[详细]
2022-12-21 20:18 分类:问答How to use Cassandra in Django framework
Is there any robust way of implementing Cassandra back end to a web app开发者_如何转开发lication developed using Django web framework?http://github.com/twissandra/twissandra is a django app with a Cas[详细]
2022-12-21 15:24 分类:问答How can you trigger the reload of firefox on file save?
I\'m curious with all the webservers reloading the code on save, can\'t we just make firefox do the same when in develop mode? any hints on how开发者_StackOverflow to do this?Checkout out xrefresh. I[详细]
2022-12-19 20:14 分类:问答Symfony (doctrine): "Embedding" foreign forms
I always have this kind problem with Symfony: Let\'s say you have a product, and you want to add it some photos.[详细]
2022-12-19 02:07 分类:问答