... device-specific drivers before you can connect to a device However, once the drivers are installed, the process is pretty much the same Connecting to an Android Device Over WiFi ADB can connect ... Asynchronous APIs 83 Calling JavaScript Methods from Java 83 Routing Data to the Correct JavaScript Receiver 84 Deferred Object Pattern 84 Register Success Callback Using deferred.done() 85 Register ... development computer, you can connect to the device using the following com‐mand: adb connect 192.168.1.1:9999 Make sure you replace 192.168.1.1 with the actual IP address associated with the An‐droid
Ngày tải lên: 05/05/2014, 13:19
... 182 Swipe from edge for system commands 184 What about non-touch devices? 184 Handling suspend, resume, and activation in Hilo (Windows Store apps using C++ and XAML) 186 You will learn 186 ... Hilo C++ Windows Store apps using C++ combine the best features of C++11, the modern C++ coding style, and C++/CX If you're new to C++11, consider reading C++11 Features (Modern C++) and Welcome ... IAsyncInfo-derived interfaces from public async methods of public ref classes 84 Use public ref classes only for interop 84 Use modern, standard C++, including the std namespace 84 Use task cancellation
Ngày tải lên: 20/10/2014, 14:05
Developing windows store apps with HTML5 and javascript
... Packt • Copy and paste, print, and bookmark content • On demand and accessible via web browser Free Access for Packt account holders If you have an account with Packt at www.PacktPub.com, you can ... 157 C callback function about 42 mechanism 42 Cascading Style Sheet See CSS certification app, submitting for 135-137 process 135, 136 certification process content compliance 135 pre-processing ... security tests 135 signing and publishing 135 Checkbox element 152 class property 25 class selector 24, 25 click event 46, 156 click event handler 128 clickMe() function 42 color attribute 16 combinator
Ngày tải lên: 12/03/2019, 09:23
Developing windows store apps with HTML5 and javascript
... Packt • Copy and paste, print, and bookmark content • On demand and accessible via web browser Free Access for Packt account holders If you have an account with Packt at www.PacktPub.com, you can ... 157 C callback function about 42 mechanism 42 Cascading Style Sheet See CSS certification app, submitting for 135-137 process 135, 136 certification process content compliance 135 pre-processing ... security tests 135 signing and publishing 135 Checkbox element 152 class property 25 class selector 24, 25 click event 46, 156 click event handler 128 clickMe() function 42 color attribute 16 combinator
Ngày tải lên: 27/03/2019, 16:16
Network Programming in .NET With C# and Visual Basic .NET phần 8 doc
... public const int LINE_CALLSTATE = 2; public const int LINECALLSTATE_OFFERING = 0x2; public const int LINECALLSTATE_ACCEPTED = 0x4; public const int LINECALLSTATE_DISCONNECTED = 0x4000; public ... = CStr(dwMessage) Select Case dwMessage Case LINE_CALLSTATE Select Case dwParam1 Case LINECALLSTATE_OFFERING msgEvent = "Incomming call" hCall = dwDevice Case LINECALLSTATE_ACCEPTED ... button and enter the following code: C# private void btnAcceptCall_Click(object sender, System.EventArgs e) { acceptCall(); } VB.NET Private Sub btnAccept_Click(ByVal eventSender As _ System.Object,
Ngày tải lên: 12/08/2014, 21:20
Pro java clustering and scalability building real time apps with spring, cassandra, redis, websocket and RabbitMQ
... 1Building Real-Time Apps with Spring, Cassandra, Redis, WebSocket and RabbitMQ— Trang 2Pro Java Clustering and Scalability Building Real-Time Apps with Spring, Cassandra, Redis, WebSocket and ... services using Docker Let’s destroy the Elasticsearch cluster and look at some basic Docker concepts before proceeding $ docker rm -f node1 node2 node3 1.6 Basic Docker Commands These are the commands ... the most common ones For more information, check the complete docker run reference.5 4https://docs.docker.com/engine/reference/commandline/docker/ 5https://docs.docker.com/engine/reference/run/
Ngày tải lên: 04/03/2019, 14:29
Windows 8 apps revealed using HTML5 and javascript
... cycle App dealing, 103–108, 110–116 access location, 115 activation, 103, 107 asynchronous activity, 108 background task, control, 112 code correction, 104 css properties, 111 declaring location, ... CHAPTER ■ LIFE-CYCLE EVENTS Figure 5-9 Declaring support for the search contract Handling the Search The purpose of the search contract is to connect the operating system search system with some kind ... switching, 65 pages, 58–62 associate a callback, 62 callback function, 60 color property, 62 define, 59 HTML, 59 JavaScript callback, 59 load and display, HTML, 61 loading fragment, 59 noSelection.html,
Ngày tải lên: 12/03/2019, 16:36
Designing MOBILE APPS with HTML5 and CSS3
... Trang 1MOBILE APPSHTML5 & CSS3 Designing with Trang 455.000Trang 6100.000Trang 9All made with … Trang 10No AppStore Cloud-basedIndependent Easy Trang 11HTML5 ROCKT!Trang 12APPS vs Trang ... 38A look into the Trang 39HTML5 IS HEREand it‘s here TO STAY Trang 40WEB GLon mobile? Hell, yeah! Trang 41WEB RTCTrang 42your grandma uses webapps, too Trang 43HTML5 ROCKT!Trang 44@html5rockt ... 31CSS3 JAVASCRIPT Trang 32don‘t reinvent the wheel Trang 33BOOTSTRAPTrang 34ZEPTO.JSTrang 35JQUERY MOBILETrang 36SENCHA TOUCHTrang 37WITH SHARKY!HTML5ROCKT.DE @presskind @ffranke1985, www.madein.io
Ngày tải lên: 03/06/2014, 17:30
Network Programming in .NET With C# and Visual Basic .NET phần 2 pot
... the compiler complaining about this line of code, simply call the constructor thus: new TcpListener(IPAddress.Any,8080) C# public void handlerThread() { Socket handlerSocket = (Socket)alSockets[alSockets.Count-1]; ... the creation of an OleDbConnection object, where the constructor is passed the connection string (Table 2.6). Here the database is a Microsoft Access file located at c:\purchaseOrder.mdb C# ... Source=C:\purchaseOrder.mdb" Dim DSN As OleDbConnection = New OleDbConnection(szDSN) Once we have a connection to the database, SQL statements can be exe- cuted against it to read and manipulate
Ngày tải lên: 12/08/2014, 21:20
Network Programming in .NET With C# and Visual Basic .NET phần 3 doc
... runat=”server”/>, and the properties of this textbox could then be modified from code by accessing the tbText object. In classic ASP, the only way to achieve such an effect would be to include code within ... To view... clicking and dragging on the edge of the image More advanced features can be accessed via Internet Explorer’s execCommand function Only FontName, FontSize, and ForeColor are used ... parameter. This creates a webRequest object that can be cast to an HttpWe- bRequest object, which will handle outgoing HTTP connections. Once we have an HttpWebRequest object, we can then send
Ngày tải lên: 12/08/2014, 21:20
Network Programming in .NET With C# and Visual Basic .NET phần 5 doc
... and pass it to the clsCryptography class; the process is similar with decryption Click on the two buttons in turn and add the following code: C# private void btnEncrypt_Click(object ... effectively makes your data less secure than plain text. The second section describes asymmetric encryption, which is most applicable for securing data in transit. The chapter concludes with ... with a discussion on sym- metric encryption, which is ideal for use in conjunction with other types of encryption for added performance and security. 8.2 Cryptanalysis In order to appreciate
Ngày tải lên: 12/08/2014, 21:20
Network Programming in .NET With C# and Visual Basic .NET phần 6 docx
... WebProxy class This class contains twopublic variables and two functions Create the class thus: C# public class WebProxy { public Socket clientSocket; public Form1 UserInterface; } VB.NET Public Class ... on-the-fly compression from server-accelerator products such as Xcache andPipeboost ver-Caching introduces the problem of change monitoring, so that thecached data reflects the live data as accurately ... Navigator unfortu-When a TCP connection opens and closes, several handshake packetsare sent back and forth between the client and server, which can waste up toone second per connection for modem users
Ngày tải lên: 12/08/2014, 21:20
Network Programming in .NET With C# and Visual Basic .NET phần 9 pps
... Double click the button and enter the follow-ing code: C# private void btnExecSQL_Click(object sender, System.EventArgs e) { ComPlusService.IComPlusServer ComPlusServer = null; ComPlusServer = (IComPlusServer) ... public class ComPlusServer : ServicedComponent, IComPlusServer { public void ExecSQLAsync(string SQL,string strDSN) { OleDbConnection DSN = new OleDbConnection(strDSN); End Interface <InterfaceQueuing([Interface] ... <InterfaceQueuing([Interface] := "IComPlusServer")> _ Public Class ComPlusServer Inherits ServicedComponent Implements ServicedComponent, IComPlusServer Public Sub ExecSQLAsync(ByVal
Ngày tải lên: 12/08/2014, 21:20
Network Programming in .NET With C# and Visual Basic .NET phần 10 potx
... Windows forms project in Visual Studio NET Click → Project→Add References, click Browse, and then click on the DLL created in. .. can instruct the server to create an object and to keep it ... Call button and enter the following code: C# public localhost.Service1 svc; public long timeStart; private void btnMakeCall_Click(object sender, System.EventArgs e) { 492 17.4 Asynchronous calls ... calls to Web services timeStart = DateTime.UtcNow.Ticks; svc = new localhost.Service1(); svc.BegingetServerVariableNames(new AsyncCallback(ServiceCallback1),null); svc.BegingetServerVariable("REMOTE_ADDR",new
Ngày tải lên: 12/08/2014, 21:20
Learning react native building native mobile apps with javascript
... 83 Declaring and Manipulating Styles 83 Inline Styles 84 Styling with Objects 85 Using Stylesheet.Create 85 Style Concatenation 86 Organization and Inheritance 87 Exporting Style Objects ... Intel x86 Emulator Accelerator (HAXM installer) Once again, click Install Packages and accept any applicable licenses These packages give us the ability to create Android Virtual Devices (AVDs), ... Flashcard Application 177 Project Structure 180 Component Hierarchy 181 Modeling and Storing Data 185 Data Flow Architecture: Reflux and Flux 187 Using Reflux in Zebreto 190 Persistence,
Ngày tải lên: 11/05/2017, 13:59
Learning react native building native mobile apps with javascript 2nd edition
... install -g create-react-native-app Creating Your First Application with create-react-native-app To create a new project with Create React Native App, run the following command: This structure looks ... them set up Creating Your First Application with react-native You can use the React Native command-line tools to create a new application Runthe following command to install the command-line tools: ... using HTML and CSS markup re-For developers accustomed to working on the web with React, this means you canwrite mobile apps with the performance and look and feel of a native application,while
Ngày tải lên: 02/03/2019, 11:43
Building modular cloud apps with OSGi
... Services 82 Using Services 82 Service Tracker 84 Dynamic Classloading 86 DynamicImport-Package 87 Optional Import-Package 88 Part II Developing Cloud Applications 6 Cloud Application Architecture ... multitenancy in PaaS and SaaS environments, deal‐ing with massive scale and elastic resource allocation, etc, etc Currently, complexity isrising at such a disturbing pace that we have to put mechanisms ... the OSGi Core Specification there isthe OSGi Compendium Specification, which describes a set of standardized OSGi serv‐ices such as the Log Service, Configuration Admin, and the HTTP Service Several
Ngày tải lên: 12/03/2019, 13:52
Building modular cloud apps with OSGi
... 77 77 78 79 79 80 81 81 82 82 82 84 86 87 88 Developing Cloud Applications Cloud Application Architecture 91 Technology Stack The Amdatu Project The ... 47 consuming OSGi services, 28 containers, OSGi, 151 Context and Dependency Injection (CDI), 14 context classloader, 81 Continuous Integration, 52 CORBA, 100 Core Specification, 10, 75–76 coupling, ... using with RESTful Web Services, 147 overview, 142 Driver interface, 131 dynamic classloading, 80, 86–87 DynamicImport-Package header, 87–88, 131 dynamics of services (see service dynamics) E Eclipse
Ngày tải lên: 19/04/2019, 14:35