subzerosu / rpc-web

rpc web-app client
0 stars 0 forks source link

admin #3

Open webcane opened 7 years ago

webcane commented 7 years ago

админка:

webcane commented 7 years ago

что использовать:

или

webcane commented 7 years ago

http://plnkr.co/edit/w9GN12Iv5q0vy08rpKbZ?p=preview

webcane commented 7 years ago

https://tracking.pochta.ru/specification https://tracking.pochta.ru/support/dictionaries/operation_codes

webcane commented 7 years ago

e-mail http://www.baeldung.com/spring-email https://developers.google.com/gmail/api/quickstart/java http://docs.spring.io/spring/docs/4.2.8.RELEASE/spring-framework-reference/htmlsingle/#mail

webcane commented 7 years ago

angular-breadcrumb

webcane commented 7 years ago

http://www.bootply.com/EOgJSIzPGS

webcane commented 7 years ago

How-To: Trigger That Executes Every 2 Days

webcane commented 7 years ago

https://github.com/angular-ui/ui-router/wiki/Quick-Reference#stategoto--toparams--options

webcane commented 7 years ago

https://docs.angularjs.org/guide/component

webcane commented 7 years ago

http://stackoverflow.com/questions/23455820/bootstrap-3-collapsible-sidebar

webcane commented 7 years ago

redirect на новый элемент после его создания @RequestMapping(value= "/person", method = RequestMethod.POST) public ResponseEntity<Void> addPerson(@RequestBody Person person, UriComponentsBuilder builder) { boolean flag = personService.addPerson(person); if (flag == false) { return new ResponseEntity<Void>(HttpStatus.CONFLICT); } HttpHeaders headers = new HttpHeaders(); headers.setLocation(builder.path("/person/{id}").buildAndExpand(person.getPid()).toUri()); return new ResponseEntity<Void>(headers, HttpStatus.CREATED); }

webcane commented 7 years ago

http://stackoverflow.com/questions/30788911/run-quartz-manually-with-spring-controller