📄 cours.xml
字号:
<?xml version="1.0" encoding="iso-8859-1"?>
<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="coursSchema.xsd">
<cours>
<num_cours>1</num_cours>
<nom>R閟eau</nom>
<nbheures>15</nbheures>
<annee>1</annee>
</cours><cours>
<num_cours>2</num_cours>
<nom>Sgbd</nom>
<nbheures>30</nbheures>
<annee>1</annee>
</cours><cours>
<num_cours>3</num_cours>
<nom>Programmation</nom>
<nbheures>15</nbheures>
<annee>1</annee>
</cours><cours>
<num_cours>4</num_cours>
<nom>Sgbd</nom>
<nbheures>30</nbheures>
<annee>2</annee>
</cours><cours>
<num_cours>5</num_cours>
<nom>Analyse</nom>
<nbheures>60</nbheures>
<annee>2</annee>
</cours>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -