AI-Panda 2 | 2025.3.2 <debuggerx@debuggerx-PC Update ChatGPTConversations_170.xml, yiiguxing.translation.xml

This commit is contained in:
debuggerx
2026-03-27 15:51:28 +08:00
parent fb36e29341
commit 17a2e4c0c5
2 changed files with 10 additions and 10 deletions
File diff suppressed because one or more lines are too long
+8 -8
View File
@@ -22,6 +22,14 @@
<option name="translationDialogLocationY" value="567" /> <option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" /> <option name="translationDialogWidth" value="1381" />
<histories> <histories>
<item value="This will further optimize our widget by rebuilding it only when &quot;isAdult&quot; changed instead of whenever the age changes." />
<item value="NOTE: The function passed to [select] can return complex computations" />
<item value="This will cause our widget to rebuild only when `age` changes." />
<item value="If we used `ref.watch(``Consumer` as we normally would, this would cause widgets that only use `age` to still rebuild when `name` changes, which is inefficient." />
<item value="In this class, both `name` and `age` may change, but a widget may need only `age`." />
<item value="For example, consider the following `ChangeNotifier`:" />
<item value="The [select] function allows filtering unwanted rebuilds of a Widget by reading only the properties that we care about." />
<item value="Partially listen to a provider." />
<item value="put if absent" /> <item value="put if absent" />
<item value="This is why the default value is false. Most of the time, when you change the image provider you're not just changing the image, you're removing the old widget and adding a new one and not expecting them to have any relationship. With [gaplessPlayback] on you might accidentally break this expectation and re-use the old widget." /> <item value="This is why the default value is false. Most of the time, when you change the image provider you're not just changing the image, you're removing the old widget and adding a new one and not expecting them to have any relationship. With [gaplessPlayback] on you might accidentally break this expectation and re-use the old widget." />
<item value="Option B ([gaplessPlayback] = true): The widget displays the avatar of the previous person and the name of the newly loaded person." /> <item value="Option B ([gaplessPlayback] = true): The widget displays the avatar of the previous person and the name of the newly loaded person." />
@@ -64,14 +72,6 @@
<item value="Kills the process with id [pid]. Where possible, sends the [signal] to the process with id [pid]. This includes Linux and OS X. The default signal is [ProcessSignal.sigterm] which will normally terminate the process. On platforms without signal support, including Windows, the call just terminates the process with id [pid] in a platform specific way, and the [signal] parameter is ignored. Returns `true` if the signal is successfully delivered to the process. Otherwise the signal could not be sent, usually meaning that the process is already dead." /> <item value="Kills the process with id [pid]. Where possible, sends the [signal] to the process with id [pid]. This includes Linux and OS X. The default signal is [ProcessSignal.sigterm] which will normally terminate the process. On platforms without signal support, including Windows, the call just terminates the process with id [pid] in a platform specific way, and the [signal] parameter is ignored. Returns `true` if the signal is successfully delivered to the process. Otherwise the signal could not be sent, usually meaning that the process is already dead." />
<item value="On Linux and OS X a normal exit code will be a positive value in the range `[0..255]`. If the process was terminated due to a signal the exit code will be a negative value in the range `[-255..-1]`, where the absolute value of the exit code is the signal number. For example, if a process crashes due to a segmentation violation the exit code will be -11, as the signal SIGSEGV has the number 11." /> <item value="On Linux and OS X a normal exit code will be a positive value in the range `[0..255]`. If the process was terminated due to a signal the exit code will be a negative value in the range `[-255..-1]`, where the absolute value of the exit code is the signal number. For example, if a process crashes due to a segmentation violation the exit code will be -11, as the signal SIGSEGV has the number 11." />
<item value="battery" /> <item value="battery" />
<item value="ensure battery state" />
<item value="batteries" />
<item value="electric quantity" />
<item value="请连接遥控器失败" />
<item value="special TTS voice" />
<item value="play connect remote control voice" />
<item value="interval select count" />
<item value="rb labels" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>