Blog

Articles about IoT, PCB Design, Simulation and Development

11 results for Ficheros y E/S

6 min read ES CA EN

DAM_03

Structured and modular programming Java (Oracle) Installation Fundamentals (UF4) 2015-09-25 Presentation. Hello world explanation. Hello World in Java. 2015-10-01 Test -> Hello world, based on JAVA…

Read more →
Introduction to Security
44 min read ES CA EN

Introduction to Security

What is computer security? A set of techniques and policies that seek to minimize the vulnerability of systems or the information they contain. It is about making the cost of improperly accessing a…

Read more →
3 min read ES CA EN

Generic classes in Java

With the ArrayList class, we have been able to see how we could make a list of any object, as this class uses this Java paradigm, which is called generic programming. Generic programming consists of…

Read more →
4 min read ES CA EN

Styles and themes (Android)

A style is a set of properties that specify the look and format of a View or window; a style can specify properties such as height, font color... it can be defined with XML. Android styles share a…

Read more →
3 min read ES CA EN

Reading files in Java

Programs use variables to store information: Input data. Calculated results. Intermediate values generated throughout the calculation. All this information is ephemeral: when the program finishes…

Read more →
Implementation diagrams
5 min read ES CA EN

Implementation diagrams

We can basically divide the implementation diagram into: Package diagram. Component diagrams. Deployment diagrams. All of them will serve to specify in some way how the implementation of the result…

Read more →
\\"Hello World\\" in Java
3 min read ES CA EN

\\"Hello World\\" in Java

To write this program we will need: The Java SE Development Kit 8 (JDK 8) A text editor File creation A source file contains code, written in the Java programming language, that you and other…

Read more →
3 min read ES CA EN

Install Java (Oracle) JDK

To check the current version, run java -version To install Java on our PC, we have two alternatives, via PPA: sudo add-apt-repository ppa:webupd8team/java For Java 8: sudo apt-get install…

Read more →
Find PDF password
4 min read ES CA EN

Find PDF password

Password protection Early versions of PDF could be unprotected without much hassle, but all that changed starting with version 1.6 of the format, which introduced encryption. Any attempt to remove…

Read more →