My product uses SQL Server database-each client has its own deployment instance on its own intranet. The db has about 200 tables. Most of them are only a few Row configuration table, but there are
Tag: example
Architecture – the use case containing the presentation or returning data?
Considering the definition of the Clean Architecture, especially the small flowchart describing the relationship between the controller, the use case interactor and the presenter, I am not sure if
HEARTBEAT installation configuration and HTTPD high availability simple example
Notes:
1. Node name: hostname, /etc/hosts
2. ssh mutual trust
3. Node time synchronization
Three configuration files of heartbeat:
authkeys: communication key file
The Crsctl Start CRS instance cannot be started automatically because Auto_Start = Restore causes
After crsctl start crs, the instance cannot be started automatically.
Check the start attribute of resource
1: crsctl status resource ora.orcl.db -p
auto_start value is restore
Modify
OOP – What is the example of a single responsibility?
Can someone give me an example of the single responsibility principle? I am trying to understand that in practice, a class has a single responsibility because I am worried that I may violate this r
When using PageAsynctask (Asynchronous ASP.NET page)
According to my understanding of reading about ASP.NET asynchronous pages, the method executed at the beginning of the asynchronous task is always executed between the pre-rendering and pre-renderi
[College] “C ++ program design” P66 case 2.6 analysis
Example 2.6 Title description According to the input capital letters, output a “character matrix” consisting of letters and spaces.
One uppercase letter.
Corresponding “character matrix
Amazon-Web-Services – How to download files from EC2 instances to your local computer
I have an instance of ec2.it with some files. I tried to download my files from the ec2 instance to my local Ubuntu 13.10.i and run this command
scp -i /home/ritesh/.ssh/id_rsa2 [email protected]
JBoss series forty four: JBPM5 example Gateway
If you select AND in GateWay in jBPM5, it means that multiple tasks are executed in parallel. The ParallelExecute example demonstrates how to execute multiple tasks in parallel in jBPM5. The Parall
SurfaceView details Android lucky big turntable, with example app
Based on SurfaceView Detailed Android Lucky Wheel, with example app First of all, let’s talk about the wheel of fortune and SurfaceView after reading the blog which is also a great god. Understa