重装系统前2025年1月11日11:40:27

main
LeJingS 2 months ago
parent d533003f77
commit c815d3b263

@ -62,3 +62,5 @@
2024/12/11 10:28:57 [error] 23772#12048: *16 CreateFile() "C:\Users\LeJingS\Desktop\gitea_repo\java_learn\case\font\nginx-1.22.0-tlias\nginx-1.22.0-tlias/html/4.jpg" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /4.jpg HTTP/1.1", host: "127.0.0.1:90", referrer: "http://127.0.0.1:90/"
2024/12/11 10:28:57 [error] 23772#12048: *17 CreateFile() "C:\Users\LeJingS\Desktop\gitea_repo\java_learn\case\font\nginx-1.22.0-tlias\nginx-1.22.0-tlias/html/5.jpg" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /5.jpg HTTP/1.1", host: "127.0.0.1:90", referrer: "http://127.0.0.1:90/"
2024/12/11 10:28:57 [error] 23772#12048: *18 CreateFile() "C:\Users\LeJingS\Desktop\gitea_repo\java_learn\case\font\nginx-1.22.0-tlias\nginx-1.22.0-tlias/html/3.jpg" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /3.jpg HTTP/1.1", host: "127.0.0.1:90", referrer: "http://127.0.0.1:90/"
2024/12/11 15:13:17 [alert] 11732#19684: worker process 28340 exited with code C0000142
2024/12/11 15:13:17 [alert] 11732#19684: could not respawn worker

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="IU-241.19416.15">
<component name="dataSourceStorageLocal" created-in="IU-242.24807.4">
<data-source name="tlias@localhost" uuid="3fcacf9e-1712-4831-9be8-c8f53588bac7">
<database-info product="MySQL" version="8.0.40" jdbc-version="4.2" driver-name="MySQL Connector/J" driver-version="mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c)" dbms="MYSQL" exact-version="8.0.40" exact-driver-version="8.2">
<extra-name-characters>#@</extra-name-characters>
@ -15,5 +15,23 @@
</introspection-scope>
</schema-mapping>
</data-source>
<data-source name="@localhost" uuid="52d4ab97-a804-44af-9eff-a82f73bd86c9">
<database-info product="MySQL" version="8.0.40" jdbc-version="4.2" driver-name="MySQL Connector/J" driver-version="mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c)" dbms="MYSQL" exact-version="8.0.40" exact-driver-version="8.2">
<extra-name-characters>#@</extra-name-characters>
<identifier-quote-string>`</identifier-quote-string>
<jdbc-catalog-is-schema>true</jdbc-catalog-is-schema>
</database-info>
<case-sensitivity plain-identifiers="lower" quoted-identifiers="lower" />
<secret-storage>master_key</secret-storage>
<user-name>root</user-name>
<schema-mapping>
<introspection-scope>
<node kind="schema">
<name qname="@" />
<name qname="blog" />
</node>
</introspection-scope>
</schema-mapping>
</data-source>
</component>
</project>

@ -15,5 +15,17 @@
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="@localhost" uuid="52d4ab97-a804-44af-9eff-a82f73bd86c9">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.host.port" />
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<property name="com.intellij.clouds.kubernetes.db.container.port" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataSource name="tlias@localhost">
<database-model serializer="dbm" dbms="MYSQL" family-id="MYSQL" format-version="4.52">
<database-model serializer="dbm" dbms="MYSQL" family-id="MYSQL" format-version="4.53">
<root id="1">
<DefaultCasing>lower/lower</DefaultCasing>
<DefaultEngine>InnoDB</DefaultEngine>
@ -1052,27 +1052,27 @@ sys|schema||mysql.sys|localhost|TRIGGER|G</Grants>
<column id="302" parent="300" name="id">
<AutoIncrement>14</AutoIncrement>
<Comment>主键ID</Comment>
<DasType>int unsigned|0s</DasType>
<NotNull>1</NotNull>
<Position>1</Position>
<StoredType>int unsigned|0s</StoredType>
</column>
<column id="303" parent="300" name="name">
<Comment>部门名称</Comment>
<DasType>varchar(10)|0s</DasType>
<NotNull>1</NotNull>
<Position>2</Position>
<StoredType>varchar(10)|0s</StoredType>
</column>
<column id="304" parent="300" name="create_time">
<Comment>创建时间</Comment>
<DasType>datetime|0s</DasType>
<NotNull>1</NotNull>
<Position>3</Position>
<StoredType>datetime|0s</StoredType>
</column>
<column id="305" parent="300" name="update_time">
<Comment>修改时间</Comment>
<DasType>datetime|0s</DasType>
<NotNull>1</NotNull>
<Position>4</Position>
<StoredType>datetime|0s</StoredType>
</column>
<index id="306" parent="300" name="PRIMARY">
<ColNames>id</ColNames>
@ -1095,65 +1095,65 @@ sys|schema||mysql.sys|localhost|TRIGGER|G</Grants>
<column id="310" parent="301" name="id">
<AutoIncrement>18</AutoIncrement>
<Comment>ID</Comment>
<DasType>int unsigned|0s</DasType>
<NotNull>1</NotNull>
<Position>1</Position>
<StoredType>int unsigned|0s</StoredType>
</column>
<column id="311" parent="301" name="username">
<Comment>用户名</Comment>
<DasType>varchar(20)|0s</DasType>
<NotNull>1</NotNull>
<Position>2</Position>
<StoredType>varchar(20)|0s</StoredType>
</column>
<column id="312" parent="301" name="password">
<Comment>密码</Comment>
<DasType>varchar(32)|0s</DasType>
<DefaultExpression>&apos;123456&apos;</DefaultExpression>
<Position>3</Position>
<StoredType>varchar(32)|0s</StoredType>
</column>
<column id="313" parent="301" name="name">
<Comment>姓名</Comment>
<DasType>varchar(10)|0s</DasType>
<NotNull>1</NotNull>
<Position>4</Position>
<StoredType>varchar(10)|0s</StoredType>
</column>
<column id="314" parent="301" name="gender">
<Comment>性别, 说明: 1 男, 2 女</Comment>
<DasType>tinyint unsigned|0s</DasType>
<NotNull>1</NotNull>
<Position>5</Position>
<StoredType>tinyint unsigned|0s</StoredType>
</column>
<column id="315" parent="301" name="image">
<Comment>图像</Comment>
<DasType>varchar(300)|0s</DasType>
<Position>6</Position>
<StoredType>varchar(300)|0s</StoredType>
</column>
<column id="316" parent="301" name="job">
<Comment>职位, 说明: 1 班主任,2 讲师, 3 学工主管, 4 教研主管, 5 咨询师</Comment>
<DasType>tinyint unsigned|0s</DasType>
<Position>7</Position>
<StoredType>tinyint unsigned|0s</StoredType>
</column>
<column id="317" parent="301" name="entrydate">
<Comment>入职时间</Comment>
<DasType>date|0s</DasType>
<Position>8</Position>
<StoredType>date|0s</StoredType>
</column>
<column id="318" parent="301" name="dept_id">
<Comment>部门ID</Comment>
<DasType>int unsigned|0s</DasType>
<Position>9</Position>
<StoredType>int unsigned|0s</StoredType>
</column>
<column id="319" parent="301" name="create_time">
<Comment>创建时间</Comment>
<DasType>datetime|0s</DasType>
<NotNull>1</NotNull>
<Position>10</Position>
<StoredType>datetime|0s</StoredType>
</column>
<column id="320" parent="301" name="update_time">
<Comment>修改时间</Comment>
<DasType>datetime|0s</DasType>
<NotNull>1</NotNull>
<Position>11</Position>
<StoredType>datetime|0s</StoredType>
</column>
<index id="321" parent="301" name="PRIMARY">
<ColNames>id</ColNames>

@ -5,21 +5,11 @@
</component>
<component name="ChangeListManager">
<list default="true" id="d18bc836-b8df-46d0-a2f5-97532f2b72e1" name="更改" comment="">
<change beforePath="$PROJECT_DIR$/../../font/nginx-1.22.0-tlias/nginx-1.22.0-tlias/logs/access.log" beforeDir="false" afterPath="$PROJECT_DIR$/../../font/nginx-1.22.0-tlias/nginx-1.22.0-tlias/logs/access.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../font/nginx-1.22.0-tlias/nginx-1.22.0-tlias/logs/error.log" beforeDir="false" afterPath="$PROJECT_DIR$/../../font/nginx-1.22.0-tlias/nginx-1.22.0-tlias/logs/error.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../font/nginx-1.22.0-tlias/nginx-1.22.0-tlias/logs/nginx.pid" beforeDir="false" afterPath="$PROJECT_DIR$/../../font/nginx-1.22.0-tlias/nginx-1.22.0-tlias/logs/nginx.pid" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources/3fcacf9e-1712-4831-9be8-c8f53588bac7.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources/3fcacf9e-1712-4831-9be8-c8f53588bac7.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/learn.md" beforeDir="false" afterPath="$PROJECT_DIR$/learn.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/top/lejings/TliasWebManagementApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/top/lejings/TliasWebManagementApplication.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/top/lejings/mapper/EmpMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/top/lejings/mapper/EmpMapper.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/top/lejings/service/EmpService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/top/lejings/service/EmpService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/top/lejings/service/impl/EmpServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/top/lejings/service/impl/EmpServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/top/lejings/TliasWebManagementApplicationTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/top/lejings/TliasWebManagementApplicationTests.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/top/lejings/mapper/EmpMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/top/lejings/mapper/EmpMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/top/lejings/service/EmpService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/top/lejings/service/EmpService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/top/lejings/service/impl/EmpServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/top/lejings/service/impl/EmpServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/tlias-web-management.iml" beforeDir="false" afterPath="$PROJECT_DIR$/tlias-web-management.iml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -60,33 +50,38 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;JUnit.TliasWebManagementApplicationTests.testGenJwt.executor&quot;: &quot;Run&quot;,
&quot;JUnit.TliasWebManagementApplicationTests.testParseJwt.executor&quot;: &quot;Run&quot;,
&quot;Maven.tlias-web-management [clean].executor&quot;: &quot;Run&quot;,
&quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
&quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
&quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
&quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;Spring Boot.TliasWebManagementApplication.executor&quot;: &quot;Run&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
&quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;D:/下载站/ConvertYamlAndProperties-1.0.5.jar&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;project.structure.last.edited&quot;: &quot;项目&quot;,
&quot;project.structure.proportion&quot;: &quot;0.0&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.0&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"JUnit.TliasWebManagementApplicationTests.testGenJwt.executor": "Run",
"JUnit.TliasWebManagementApplicationTests.testParseJwt.executor": "Run",
"Maven.tlias-web-management [clean].executor": "Run",
"RequestMappingsPanelOrder0": "0",
"RequestMappingsPanelOrder1": "1",
"RequestMappingsPanelWidth0": "75",
"RequestMappingsPanelWidth1": "75",
"RunOnceActivity.ShowReadmeOnStart": "true",
"Spring Boot.TliasWebManagementApplication.executor": "Run",
"git-widget-placeholder": "main",
"ignore.virus.scanning.warn.message": "true",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "C:/Users/LeJingS/Desktop/gitea_repo/java_learn/case/server/tlias-web-management",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"project.structure.last.edited": "项目",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.0",
"settings.editor.selected.configurable": "preferences.pluginManager",
"vue.rearranger.settings.migration": "true"
},
"keyToStringList": {
"DatabaseDriversLRU": [
"mysql"
]
}
}</component>
}]]></component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<recent name="C:\Users\LeJingS\Desktop\gitea_repo\java_learn\case\server\tlias-web-management\src\main\java\top\lejings\utils" />
@ -139,6 +134,14 @@
</list>
</recent_temporary>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-jdk-9823dce3aa75-28b599e66164-intellij.indexing.shared.core-IU-242.24807.4" />
<option value="bundled-js-predefined-d6986cc7102b-5c90d61e3bab-JavaScript-IU-242.24807.4" />
</set>
</attachedChunks>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="默认任务">
@ -153,7 +156,20 @@
<workItem from="1733705151732" duration="9239000" />
<workItem from="1733727287213" duration="613000" />
<workItem from="1733832538724" duration="6172000" />
<workItem from="1733878299755" duration="6663000" />
<workItem from="1733878299755" duration="6837000" />
<workItem from="1733889436487" duration="193000" />
<workItem from="1734004333723" duration="7470000" />
<workItem from="1734071869759" duration="59000" />
<workItem from="1734072093048" duration="977000" />
<workItem from="1734087152572" duration="13000" />
<workItem from="1734092480359" duration="1178000" />
<workItem from="1734094541837" duration="8461000" />
<workItem from="1734107051764" duration="828000" />
<workItem from="1734140898830" duration="723000" />
<workItem from="1734149148452" duration="5705000" />
<workItem from="1734184248652" duration="2091000" />
<workItem from="1734328924108" duration="5736000" />
<workItem from="1734407513055" duration="1270000" />
</task>
<servers />
</component>

Loading…
Cancel
Save