Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Application software 80
- Development 80
- JavaScript (Computer program language) 66
- Web site development 33
- Python (Computer program language) 28
- Computer programming 26
- Programming 21
- Web applications 21
- Engineering & Applied Sciences 19
- Java (Computer program language) 19
- Android (Electronic resource) 17
- Computer Science 16
- Computer programs 15
- Node.js 15
- Open source software 15
- Internet programming 13
- Design 12
- Programming languages (Electronic computers) 12
- Web sites 12
- Computer software 10
- C++ (Computer program language) 9
- Application program interfaces (Computer software) 8
- Object-oriented programming (Computer science) 8
- Operating systems (Computers) 8
- Microsoft .NET Framework 7
- Ruby (Computer program language) 7
- Ruby on rails (Electronic resource) 7
- Software engineering 7
- Video games 7
- Functional programming (Computer science) 6
-
1
-
2
-
3
-
4
-
5por Jones, Terry, 1963-“…Orchestrating asynchronous function calls in JavaScript often leads to callback hell, but there is a reliable way to avoid this painful state of affairs. …”
Publicado 2014
Libro electrónico -
6
-
7Publicado 2017Tabla de Contenidos: “…Handling favicon requests -- Handling POST data -- Creating and streaming images with Node -- Creating, caching, and sending a PNG representation -- Summary -- Chapter 4: Using Node to Access the Filesystem -- Directories, and iterating over files and folders -- Types of files -- File paths -- File attributes -- Opening and closing files -- fs.open(path, flags, [mode], callback) -- fs.close(fd, callback) -- File operations -- fs.rename(oldName, newName, callback) -- fs.truncate(path, len, callback) -- fs.ftruncate(fd, len, callback) -- fs.chown(path, uid, gid, callback) -- fs.fchown(fd, uid, gid, callback) -- fs.lchown(path, uid, gid, callback) -- fs.chmod(path, mode, callback) -- fs.fchmod(fd, mode, callback) ---- -- fs.lchmod(path, mode, callback) -- fs.link(srcPath, dstPath, callback) -- fs.symlink(srcPath, dstPath, [type], callback) -- fs.readlink(path, callback) -- fs.realpath(path, [cache], callback) -- fs.unlink(path, callback) -- fs.rmdir(path, callback) -- fs.mkdir(path, [mode], callback) -- fs.exists(path, callback) -- fs.fsync(fd, callback) -- Synchronicity -- Moving through directories -- Reading from a file -- Reading byte by byte -- fs.read(fd, buffer, offset, length, position, callback) -- Fetching an entire file at once -- fs.readFile(path, [options], callback) -- Creating a readable stream -- fs.createReadStream(path, [options]) -- Reading a file line by line -- The Readline module -- Writing to a file -- Writing byte by byte -- fs.write(fd, buffer, offset, length, position, callback) -- Writing large chunks of data -- fs.writeFile(path, data, [options], callback) -- fs.appendFile(path, data, [options], callback) -- Creating a writable stream -- fs.createWriteStream(path, [options]) -- Caveats -- Serving static files -- Redirecting requests -- Location -- Content-Location -- Implementing resource caching -- Handling file uploads…”
Libro electrónico -
8por Goncalves, Antonio, 1971-Tabla de Contenidos: “…Java EE 6 at a Glance -- Java Persistence -- Object-Relational Mapping -- Managing Persistent Objects -- Callbacks and Listeners -- Enterprise Java Beans -- Session Beans and the Timer Service -- Callbacks and Interceptors -- Transactions and Security -- JavaServer Faces -- Pages and Components -- Processing and Navigation -- Sending Messages -- SOAP Web Services -- RESTful Web Services…”
Publicado 2009
Libro electrónico -
9por Goncalves, Antonio, 1971-Tabla de Contenidos: “…Java EE 6 at a Glance -- Java Persistence -- Object-Relational Mapping -- Managing Persistent Objects -- Callbacks and Listeners -- Enterprise Java Beans -- Session Beans and the Timer Service -- Callbacks and Interceptors -- Transactions and Security -- JavaServer Faces -- Pages and Components -- Processing and Navigation -- Sending Messages -- SOAP Web Services -- RESTful Web Services…”
Publicado 2010
Libro electrónico -
10Publicado 2014Tabla de Contenidos: “…Exporting a constructorExporting an instance; Modifying other modules or the global scope; The observer pattern; The EventEmitter; Create and use an EventEmitter; Propagating errors; Make any object observable; Synchronous and asynchronous events; EventEmitter vs Callbacks; Combine callbacks and EventEmitter; Summary; Chapter 2: Asynchronous Control Flow Patterns; The difficulties of asynchronous programming; Creating a simple web spider; The callback hell; Using plain JavaScript; Callback discipline; Applying the callback discipline; Sequential execution…”
Libro electrónico -
11Publicado 2015Tabla de Contenidos: “…; ""Learning the JavaScript asynchronous model""; ""How JavaScript implements an asynchronous model""; ""Callbacks in JavaScript""; ""Blocking functions""; ""The mechanism of a callback function in JavaScript""; ""Basic rules to implement callbacks""…”
Libro electrónico -
12Publicado 2018Tabla de Contenidos: “…-- Getting started with Java EE 8 microservices -- Containerizing Java EE 8 microservices -- Summary -- Chapter 2: Building Synchronous Web Services and Clients -- Implementing basic REST APIs with JAX-RS -- Using sub-resources -- Error handling in JAX-RS -- Implementing web service clients with Java EE 8 -- Testing Java EE 8 web services -- Jersey Test Framework -- Test Containers -- Summary -- Chapter 3: Content Marshalling with JSON-B and JSON-P -- Introduction to content types and content negotiation -- Easy data binding using JSON-B -- Flexible JSON processing with JSON-P -- Implementing hypermedia-driven REST APIs -- Summary -- Chapter 4: Building Asynchronous Web Services -- Benefits and usage scenarios of asynchronous processing -- Basic idea -- Goal -- Implementing asynchronous web services -- Using ManagedExecutorService and server-side callbacks -- CompletionCallback -- ConnectionCallback -- Registering callbacks -- CompletableFuture -- Implementing asynchronous web service clients -- Summary -- Chapter 5: Using Server-Sent Events (SSEs) -- What are SSEs? …”
Libro electrónico -
13Publicado 2016Tabla de Contenidos: “…Writing methods that accept callbacks…”
Libro electrónico -
14por Laurence, Pierre-OlivierTabla de Contenidos: “…Handling concurrency using callbacks -- 7. Coroutines concepts -- 8. Structured concurrency with coroutines -- 9. …”
Publicado 2022
Libro electrónico -
15por Martin, Robert, 1972-Tabla de Contenidos: “…Writing Your Own CodeDebugging Your Code; Error Handling; Working with Arrays; Conclusion; Chapter 5: Callbacks: The Key to Adding Functionality to Your Custom UI; Callbacks: What They Are and Why You Need Them; Setting Up the File for Dynamic Callbacks; Generating Your First Callback; Calling Procedures Located in Different Workbooks; Organizing Your Callbacks; Invalidating UI Components; Conclusion; Chapter 6: RibbonX Basic Controls; The button Element; The checkBox Element; The editBox Element; The toggleButton Element; Conclusion; Chapter 7: comboBox and dropDown Controls…”
Publicado 2008
Libro electrónico -
16por Wilkes, Matthew. authorTabla de Contenidos: “…Chapter 1: Prototyping and Environments -- Chapter 2: Testing, Checking and Linting -- Chapter 3: Packaging Scripts -- Chapter 4: From Script to Library -- Chapter 5: Alternative Interfaces -- Chapter 6: Speeding Things Up -- Chapter 7: Aggregation Process -- Chapter 8: Asynchronous Programming -- Chapter 9: Asynchronous Databases -- Chapter 10: Viewing the Data -- Chapter 11: Fault Tolerance -- Chapter 12: Callbacks and Data Analysis…”
Publicado 2020
Libro electrónico -
17por Wetherbee, JonathanTabla de Contenidos: “…3-Tier Architecture with Rich Client; 3-Tier Architecture for a Web Application; Stateless Session Beans; The Bean Class; The Business Interface; Business Methods; Asynchronous Business Methods; Dependency Injection; Lifecycle Callback Methods; Interceptors; Stateful Session Beans; The Bean Class; The Business Interface; Business Methods; Lifecycle Callback Methods; Interceptors; Exception Handling; Singleton Session Beans; The Bean Class; The Business Interface; Business Methods; Lifecycle Callback Methods; Concurrency Management; Container-Managed Concurrency…”
Publicado 2013
Libro electrónico -
18Publicado 2017Tabla de Contenidos: “…-- Timelines : when to start and what to do before jumping in -- The casting breakdown : spreading the word -- Staying organized -- The first round : what you need and where you need it -- The second round : callbacks -- Offers and contracts -- Don't take my word for it : friends chime in -- Casting directors : do you need one? …”
Libro electrónico -
19Publicado 2010Tabla de Contenidos: “…Functions; Background; Disambiguation of Terminology; Declarations Versus Expressions: Names and Hoisting; Function's name Property; Function Hoisting; Callback Pattern; A Callback Example; Callbacks and Scope; Asynchronous Event Listeners; Timeouts…”
Libro electrónico -
20por Zamboni, LucaTabla de Contenidos: “…Using the Model -- The external software - a Qt5 application -- The Swiss army knife - S-functions -- The simulation phases -- Level 2 MATLAB S-function callbacks -- The mandatory callbacks -- The most useful optional callbacks -- The work vector - DWork -- MATLAB S-functions - file source and sink blocks -- The filesink_msfun block -- The MATLAB code -- The filesource_msfun block -- The MATLAB code -- A quick test -- Simulink and the real world -- Forcing Simulink to sync -- Preparing the cruise controller model -- Running the simulation on the target application -- Going further - C MEX S-functions -- Setting up the mex tool -- UNIX-like systems (GNU/Linux in particular) -- Microsoft Windows systems -- How C MEX S-functions work -- The required callbacks -- mdlInitializeSizes -- mdlInitializeSampleTimes -- mdlOutputs -- mdlTerminate -- The most useful optional callbacks -- mdlStart -- mdlInitializeConditions -- mdlUpdate -- The DWork vector -- The elementary work vectors -- The filesource S-function -- The beginning - headers and includes -- Block properties and memory usage - mdlInitializeSizes -- Timings - mdlInitializeSampleTimes -- Initial tasks - mdlStart -- Core logic - mdlOutputs -- Update memories - mdlUpdate -- Cleanup - mdlTerminate -- The happy ending -- Compiling the S-function -- Exercise - the filesink S-function -- A quick test -- Go for another ride -- Summary -- Index…”
Publicado 2013
Libro electrónico