Ontology development diary 05 - strive to understand SWRL
5, XML Concrete Syntax
The specific syntax of XML is the combination of owl Web Ontology Language XML presentation syntax [owl XML] and RuleML XML syntax [RuleML].
Any OWL class (for example, description) can be used as a predicate in a ruleRules and ontology axioms can be freely mixedThe existing XSLT stylesheet (owlxml2rdf.xsl) can be easil ...
Posted by j_smith123 on Wed, 27 Oct 2021 23:24:18 -0700
c# structure type
In C#, a structure is a value type data structure. It enables a single variable to store relevant data of various data types. The struct keyword is used to create a structure. Structure is used to represent a record. Suppose you want to track the movement of books in the library. You may want to track the following properties of each book: • Ti ...
Posted by jmrothermel on Wed, 27 Oct 2021 23:23:25 -0700
Embedded elevator multimedia design
Embedded elevator multimedia design code implementation, which has some comments
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> #include <stdlib.h> #include <strings.h> #include <malloc.h> #include <stdbool.h&g ...
Posted by hitman6003 on Wed, 27 Oct 2021 23:21:53 -0700
Linux notes from madness
Linux
Walking into Linux system
Generally speaking, there are three ways for users to log in
Command login
ssh login
Graphical interface login
The highest authority account is root, which can operate for everything!
Shut down
Shutdown command
shutdowm
sync Synchronize data from memory to hard disk
shutdown Shutdown command, you ca ...
Posted by Nexus10 on Wed, 27 Oct 2021 23:10:38 -0700
To hacker: you are so awesome, why don't you come and play this CTF
The path of painful penetration
0x00 Preface
The CTF was very sour this time. There were 7 WEB penetration topics, which was also the beginning of pain. Good audit, why add so many high thresholds.
0x01 Pentest-homework-200
http://homework.sctf.xctf.org.cn/
Open the complete page, that is, log in to the registration page. Name, age, uplo ...
Posted by ntjang on Wed, 27 Oct 2021 23:06:31 -0700
Reappearance of TUPE paper RETHINKING POSITIONAL ENCODING IN LANGUAGE PRE-TRAINING
Reproduction of paper TUPE
After the original attention calculation formula is divided into four parts, it is found that the middle two parts (word to position, position to word) have no obvious effect on recognition. In the first part (word to word) and the fourth part, the paper proposes to separate the location information from the word emb ...
Posted by alienmojo on Wed, 27 Oct 2021 22:37:02 -0700
Definition and application of array
1. Basic usage of array
1.1 what is an array
1.2 creating arrays
1.3 use of arrays
2. Array as parameter of method
2.1 basic usage
2.2 understanding reference types
2.3 understanding
3. Array as the return value of the method
4. Two dimensional array
1. Basic usage of array
1.1 what is an array
If you need to represent two data, ...
Posted by l!m!t on Wed, 27 Oct 2021 22:02:40 -0700
Setting timer and POSIX timer functions
The most commonly used timer on Linux systems is the setitmer timer
settimmmer prototype:
int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue);
which Is timer type, setitimer Three types of timers are supported:
ITIMER_REAL: Based on the real time of the system, it sends out SIGALRM Signal.
ITIMER_VIRTUAL: -Bas ...
Posted by jpmm76 on Wed, 27 Oct 2021 21:57:45 -0700
About various problems encountered by MacBook Pro running XGBoost
preface
For work reasons, you need to contact the XGBoost model. For convenience, in addition to the Linux server provided by the company, I also installed XGBoost locally. Since then, I have encountered various problems and even reinstalled anaconda3, which is a history of blood and tears. Therefore, I would like to record all kinds of pr ...
Posted by coldwerturkey on Wed, 27 Oct 2021 21:17:17 -0700
[naval International Program Office] Doorman
Doorman
Topic overview
Problem solution
Sister's favorite tree set tree optimization dp.
First, it should be easy to come up with a
d
p
dp
The idea of dp. As Niuniu has only two movements in the whole process, stay at the door, run ...
Posted by ShopMAster on Wed, 27 Oct 2021 20:15:42 -0700