<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>君子的梦呓</title>
    <description>君子，初学者/伪极客/灵魂歌手师。很高兴能在这里与你分享我对技术和生活的思考。</description>
    <link>https://lbjheiheihei.xyz//</link>
    <atom:link href="https://lbjheiheihei.xyz//feed.xml" rel="self" type="application/rss+xml" />
    <pubDate>Sun, 11 Jun 2023 07:27:03 +0000</pubDate>
    <lastBuildDate>Sun, 11 Jun 2023 07:27:03 +0000</lastBuildDate>
    <generator>Jekyll v3.9.3</generator>
    
      <item>
        <title></title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#相关链接&quot; id=&quot;markdown-toc-相关链接&quot;&gt;相关链接&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#题目&quot; id=&quot;markdown-toc-题目&quot;&gt;题目&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;相关链接&quot;&gt;相关链接&lt;/h2&gt;

&lt;h2 id=&quot;题目&quot;&gt;题目&lt;/h2&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;A developer was assigned a task to build a process that will interact with hidden or minimized windows on an employee’s machine. To ensure the UI automation runs in the background which commonly used activity property must always be avoided?&lt;/p&gt;

    &lt;p&gt;(A). Default
(B). Simulate Type
(C). Activate
(D). SendWindowMessages&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
题库给的答案是 B，但是我觉得是A。&lt;br /&gt;
后台运行，操作隐藏或者是最小化的窗口，应该避免使用默认，改为使用 SendWindowMessages 或者是 Simulate Type
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;In the UiPath Robotic Enterprise Framework template, what happens if the processing of a transaction item falls with an Application Exception of a System Error?&lt;/p&gt;

    &lt;p&gt;Options are ：&lt;/p&gt;

    &lt;p&gt;(A). The process executes the End Process state
(B). All use application are closed and then re-initialized
(C). The execution of the transaction item is retried if the MaxRetryNumber config value is greater than 0&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
B,C
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, the credentials for the login are stored in the Orchestrator. Which steps should the developer perform to use these credentials in the project?&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;(A). Add a row in the &lt;strong&gt;Constants&lt;/strong&gt; sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Credential activity in the login workflow to get the username and password.
   (B). Add a row in the &lt;strong&gt;Settings&lt;/strong&gt; sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Credential activity in the login workflow to retrieve the username and password.
   (C). Add a row in the &lt;strong&gt;Assets&lt;/strong&gt; sheet in Config.xlsx with the name of the Orchestrator asset. Use the GetCredential activity in the login workflow to get the username and password.
   (D). Add a row in the &lt;strong&gt;Assets&lt;/strong&gt; sheet in Config.xlsx with the name of the Orchestrator asset. In the loginworkflow, retrieve the username and password by referencing the Config dictionary.&lt;/p&gt;

&lt;details&gt;
   &lt;summary&gt;答案&lt;/summary&gt;
   答案给的是A，但是我平时开发中是把凭据类型的 Orchestrator asset 放在 Settings sheet
   &lt;/details&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;Which of the following are considered best practices?
Options are :
(A). Include a Should Stop activity at the end of the workflow.
(B). Think about the exceptions that might occur during the execution of the process.
(C). Start your new sequence with a short annotation meant to explain the purpose of the workflow.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
BC
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer executes the following Parallel activity. What is the result of the execution if the Udemy website is launched after 4 seconds, but the UiPath website is never launched? Please find the Parallel activity below&lt;/p&gt;

    &lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230122_UiPath Parallel.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;UiPath Parallel&quot; title=&quot;UiPath Parallel&quot; /&gt;&lt;/p&gt;

    &lt;p&gt;(A). 1. Message Box “Udemy website got launched”。2. Error is thrown by On Element Appear ‘UiPath Logo’
(B). 1. Error is thrown by On Element Appear ‘Udemy Logo’
(C). 1. Error is thrown by On Element Appear ‘UiPath Logo’
(D). 1. Message Box “Udemy website got launched”&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A&lt;br /&gt;
Parallel是并行：&lt;a href=&quot;https://learn.microsoft.com/zh-cn/dotnet/api/system.activities.statements.parallel&quot;&gt;https://learn.microsoft.com/zh-cn/dotnet/api/system.activities.statements.parallel&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Which of the following statements are true? Select all the options that apply.
Options are :
(A). You cannot use a recorder in a Citrix environment
(B). The recorder is used to create a skeleton for the UI automation
(C). The Desktop recorder generates partial selectors&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
B,C
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What is the slowest method of reading text?
Options are :
(A). Native
(B). FullText
(C). OCR&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
C
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What robots can be selected when you start a job from Orchestrator?
Options are :
(A). Any robot in the same environment as the process to be executed.
(B). Any robot you have access to according to your role permissions.
(C). Any robot provisioned in Orchestrator.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer creates an automation solution that processes a specific file stored in a Shared location. 
A developer uses Add Log Fields activity to add a field that indicates which file is being processed during each run. 
Which name of the field would cause the logging process to become corrupted?
(A). nameOfTheFile
(B). fileName
(C). processedFile
(D). file&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
B&lt;br /&gt;
Creating custom log fields that have the same name as a default log field causes the logging processto become corrupted and may cause issues in the workflow you are running.&lt;br /&gt;
For example, creating a custom log field called fileName causes this issue, as fileName is a log fieldthat is generated by default.&lt;br /&gt;
Default fieldsThese log fields are present in all execution type logs, such as SQL (if configured), Elasticsearch (ifconfigured), and the default EventViewer Logs:&lt;br /&gt;&lt;br /&gt;
Message - The log message.&lt;br /&gt;
Level - Defines the log severity.&lt;br /&gt;
Timestamp - The exact date and time the action was performed.&lt;br /&gt;
FileName - The name of the .xaml file being executed.&lt;br /&gt;
jobId - The key of the job running the process.&lt;br /&gt;
processName - The name of the process that triggered the logging.&lt;br /&gt;
processVersion - The version number of the process.&lt;br /&gt;
windowsIdentity - The name of the user that performed the action that was logged.&lt;br /&gt;
robotName - The name of the robot (as defined in Orchestrator).&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/studio/lang-zh_CN/docs/types-of-logs&quot;&gt;https://docs.uipath.com/studio/lang-zh_CN/docs/types-of-logs&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Based on the configuration shown in the exhibit, what is the result of the execution of these activities if the target element does not exist at runtime?&lt;/p&gt;

    &lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230122_target element does not exist at runtime.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;target element does not exist at runtime&quot; title=&quot;target element does not exist at runtime&quot; /&gt;&lt;/p&gt;

    &lt;p&gt;(A). “Pop-up exists” message is logged
(B). Robot continues to look for the target element until the execution is manually stopped
(C). Execution completes successfully without logging a message
(D). Activity Timeout Exceeded error is received&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Which activity cannot be used as a Condition in a Retry Scope activity?
(A). Check True
(B). Is Match
(C). Path Exists
(D). Exists In Collection&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
给的参考答案是C，但我觉得是C,D&lt;br /&gt;
Retry Scope condition can be one of the activities that return a boolean. Even though the Path Existsactivity also returns a Boolean value, it cannot be used in Retry Scope, it is an exception.Instead of using Path Exists activity, you can use a Check True activity and as a condition placeSystem.IO.File.Exists(filepath).
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;In the UiPath Robotic Enterprise Framework template, where can the GetAppCredentials workflow retrive credentials from?
Options are :
(A). Windows Credential Manager
(B). Orchestrator Asset
(C). User Dialog&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer configured the properties for a Click activity on an element inside a web page as shown in the exhibit. An animation on the web page never completely loads but the elementspecified in the Click activity does.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;![the properties for a Click activity](https://img.lbjheiheihei.xyz/img/20230122_the properties for a Click activity.png?imageView2/0/format/webp/interlace/1/q/75 &quot;the properties for a Click activity&quot;)

What occurs when this Click activity executes?
(A). Timeout error occurs without clicking on the element.
(B). Waits 10 seconds before clicking on the element.
(C). Continues to the next activity after 30 seconds without clicking on the element.
(D). Element is clicked once it is fully loaded.

&amp;lt;details&amp;gt;
&amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
C&amp;lt;br&amp;gt;
&amp;lt;/details&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity. If this process is published and run from Orchestrator, what is the expected result?
(A). Exception Pop-up is displayed on the robot machine.
(B). Job is completed with a “Stopped” state.
(C). Job is completed with a “Successful” state.
(D). Job is completed with a ‘Faulted” state.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
参考答案是A，但是我觉得是D。在19版本的试过，是D。&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;In the UiPath Robotic Enterprise Framework template, what happens if the processing of a transaction item fails with an Application Exception of a System Error?
Options are :
(A). All use application are closed and then re-initialized
(B). The execution of the transaction item is retried if the MaxRetryNumber config value is greaterthan 0
(C). The process executes the End Process state
Answer:&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A,B&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer uses Send Outlook Mail Message activity to send a notification mail to theFinance team. A developer wants to change the font color of the mail message to red. How can it beachieved?
(A). Change the font color property in Send Outlook Mail Message activity.
(B). Use HTML notation and set BodyIsHTML property to True.
(C). Use HTML notation and set IsBodyHTML property to True.
(D). Change the font color directly in Outlook.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
C&lt;br /&gt;
IsBodyHtml property specifies whether the body of the message is written in HTML format.
 Using HTML notation, it is possible to edit font color, text alignment, font and many other visual propertiesof the mail text.
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Please select the correct statement about Global Exception Handler.
(A). Every automation project includes a Global Exception Handler.
(B). The Global Exception Handler is available for library projects and processes.
(C). The Global Exception Handler has two arguments that can be removed.
(D). Only one Global Exception Handler can be set per automation project.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
The Global Exception Handler is a type of workflow designed to determine the project's behavior when encountering an execution error.
Only one Global Exception Handler can be set per automation project.&lt;br /&gt;&lt;br /&gt;
全局异常处理：&lt;a href=&quot;https://docs.uipath.com/studio/lang-zh_CN/docs/global-exception-handler&quot;&gt;https://docs.uipath.com/studio/lang-zh_CN/docs/global-exception-handler&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Which of the following technologies can be used for background automation?
Options are :
(A). The Click activity with the Simulate Click flag checked.
(B). Data Scraping.
(C). The Full Text method of Screen Scraping.
(D). Type into activity with SendWindowMessages flag checked.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A,B,C,D&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;You are developing a .xaml file to interact with multiple fields of a web page. You want toAuto Empty the fields that require input.
Which input method(s) will automatically empty the target input fields?
(A). “SendWindowMessages” only
(B). “Default” and “SimulateType”
(C). “SimulateType” only
(D). “SimulateType” and “SendWindowMessages”&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
参考答案是 D，但是我用 22.12 试了一下，是 C&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/studio/lang-zh_CN/docs/input-methods&quot;&gt;https://docs.uipath.com/studio/lang-zh_CN/docs/input-methods&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer implemented a Performer using the Robotic Enterprise Framework to processitems from the queue. Each transaction item contains a file path to a specific file on Shared Drive.Robot uses Path Exists activity to check if a required file exists.
If the path exists, robot needs to copy the file to its local folder. If the path does not exist, robot setsa status Failed with a Business Rule Exception to this transaction item. Robot does not retry theseitems during processing.
 What is the correct reason for that?&lt;/p&gt;

    &lt;p&gt;(A). Items that failed with a Business Rule Exception are not retried.
(B). MaxRetryNumber in Config is set to 0.
(C). Path Exists activity is wrapped in a Try Catch.
(D). The Auto Retry property in the queue is set to No.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A&lt;br /&gt;
Using the Set Transaction Status activity, a queue item's status can be set to Successful or Failed. Keep in mind that only the Failed items with Application ErrorType will be retried if configured. By default, Orchestrator does not retry transactions which are failed due to Business Exceptions. This happens because an inconsistency between the transaction value and the business requirement means that there might be errors in the initial data which the queue items were created from.
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Which activity uses the “SimulateType” property by default and this setting cannot be changed?
(A). Set Text
(B). Type Secure Text
(C). Type Into
(D). Send Hotkey&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/set-value&quot;&gt;https://docs.uipath.com/activities/lang-zh_CN/docs/set-value&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer needs to reference the element in the &lt;strong&gt;first row&lt;/strong&gt; of the “ID” column in theSystem.Data.DataTable,”DT”.
Which expression is used to reference this element?
(A). DT.Rows(0).ID
(B). DT.Rows(1).ID
(C). DT.Rows(0).Item(“ID”)
(D). DT.Rows(1).Item(“ID”)&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
参考答案是 D，但是我不参考这个答案，我认为是C
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer creates a Dispatcher which extracts information from the top 30 mail messagesin Microsoft Outlook and uploads that information into a queue.
What is the recommended way to avoid processing duplicates of the same Queue Items?
(A). Create an Excel file of processed Queue Items and loop through the list to check if the currentQueue Item has been processed before.
(B). Add a descriptive “Reference” in the “Add Queue Item” activity and check that it does not equalthe “Reference” of the Queue Item last processed.
(C). Set the “Unique Reference” of the queue to “Yes” and “Auto Retry” of the queue to “No”.
(D). Set the “Unique Reference” of the queue to “Yes” and add a descriptive “Reference” in the “AddQueue Item” activity.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/add-queue-item&quot;&gt;https://docs.uipath.com/activities/lang-zh_CN/docs/add-queue-item&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer uses Invoke Process activity to execute a child process. How can the developerdifferentiate logs of the child process from logs of the parent process?
(A). Different log files are created to store logs of parent and child processes.
(B). Only by ProcessName field in local logs.
(C). Only by Process column in Orchestrator.
(D). By ProcessName field in local logs and Process column in Orchestrator.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
Logs generated by the child processes only contain the outcome of the execution and errors, and are written in the same place as the ones from the parent and can be differentiated by the ProcessName field in local logs and Process column in Orchestrator.&lt;br /&gt;
“调用流程”活动在同步模式下运行，这意味着父流程在继续之前等待子流程完成。子流程生成的日志仅包含执行结果和错误，并且会写入与父流程相同的位置，并且可以通过本地日志中的ProcessName字段和 Orchestrator 中的 Process列进行区分。&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/invoke-process&quot;&gt;https://docs.uipath.com/activities/lang-zh_CN/docs/invoke-process&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer needs to implement the following logic for each row in the Excel table:
    - if the value in column “Price” is above 130$,  then apply a discount of 10% ,if the value in column “Price” is above 250$ then apply a discount of 7% and store the row in a separate table
    - if the date in the column “Deadline” is less than 15 days from now, send a mail notification to the analyst mentioned column “Contact person”
    - if the value in the column “Region” is “ELAMA”, apply an additional tax of 3,5%
    - if the value in the column “Additional comments” is not empty, send the item for review to a responsible team What is best suited to implement the above-mentioned logic?
 (A). State Machine
 (B). Sequence
 (C). Flowchart
 (D). Switch
    &lt;details&gt;
    &amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
    C&lt;br /&gt;
    Flowcharts can be used in a variety of settings, from large jobs to small projects that you can reuse in other projects.The most important aspect of flowcharts is that, unlike sequences, they present multiple branching logical operators, that enable you to create complex business processes and connect activities in multiple ways.
    &lt;/details&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Which is the best way to navigate to a specific page in a Web Browser?
Options are :
(A). Use the Navigate To activity inside an Attach Browser container
(B). Use the Type into activity inside an Attach Browser container
(C). Use a Type into activity with a full selector&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?
Options are :
(A). No, transactions cannot be processed again if they fail.
(B). Yes, if the Auto-Retry property of the Queue is enabled.
(C). Only transactions that failed due to a business exception can be reprocessed.
(D). Yes, it can be retried manually on the Transactions page.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
B,D
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What type of argument can you define to pass data and retrieve the modified value from aninvoked workflow?
(A). In
(B). In/Out
(C). Out&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
B
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer wants to filter the following datatable, to get all rows with people from Canada, younger than 50 years old who provided their email address. Which expression provides the required results?&lt;/p&gt;

    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;Name(String)&lt;/th&gt;
          &lt;th&gt;Surname(String)&lt;/th&gt;
          &lt;th&gt;Country(String)&lt;/th&gt;
          &lt;th&gt;Age(Int32)&lt;/th&gt;
          &lt;th&gt;Email(String)&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;John&lt;/td&gt;
          &lt;td&gt;Walker&lt;/td&gt;
          &lt;td&gt;Australia&lt;/td&gt;
          &lt;td&gt;23&lt;/td&gt;
          &lt;td&gt; &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;Perter&lt;/td&gt;
          &lt;td&gt;Jarvis&lt;/td&gt;
          &lt;td&gt;Canada&lt;/td&gt;
          &lt;td&gt;56&lt;/td&gt;
          &lt;td&gt;Perter.Jarvis@Gamil.com&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;Mara&lt;/td&gt;
          &lt;td&gt;Snow&lt;/td&gt;
          &lt;td&gt;Australia&lt;/td&gt;
          &lt;td&gt;67&lt;/td&gt;
          &lt;td&gt;Mara.Snow@Gamil.com&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;Cony&lt;/td&gt;
          &lt;td&gt;Tait&lt;/td&gt;
          &lt;td&gt;Canada&lt;/td&gt;
          &lt;td&gt;35&lt;/td&gt;
          &lt;td&gt; &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;Arthur&lt;/td&gt;
          &lt;td&gt;Vinson&lt;/td&gt;
          &lt;td&gt;Canada&lt;/td&gt;
          &lt;td&gt;47&lt;/td&gt;
          &lt;td&gt; &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;

    &lt;p&gt;(A). DataTable.Select(“Country = ‘‘Canada’’ AND Age &amp;lt; 50 AND Email != ‘’”)
(B). DataTable.Select(“[Country] = ‘Canada’ AND [Age] &amp;lt; 50 AND [Email] != ‘’”)
(C). DataTable.Select(“[Country] = ‘Canada’ AND [Age] &amp;lt; 50 AND [Email] &amp;lt;&amp;gt; ‘’”)
(D). DataTable.Select(“[Country] = ‘Canada’ &amp;amp;&amp;amp; [Age] &amp;lt; 50 &amp;amp;&amp;amp; [Email] &amp;lt;&amp;gt; ‘’”)&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
C&lt;br /&gt;
To filter a datatable using .Select method, follow the rules:&lt;br /&gt;
1. Place column name in square brackets&lt;br /&gt;
e.g. [Country]&lt;br /&gt;
2. Next, place a comparison sign (=, &amp;lt;=, &amp;gt;=, or &amp;lt;&amp;gt;)&lt;br /&gt;
e.g. [Country] =&lt;br /&gt;
3. Place all string values in a single quotation ' '&lt;br /&gt;
e.g. [Country] = 'Canada'&lt;br /&gt;
4. Join all required conditions using keywords like AND, OR&lt;br /&gt;
e.g. [Country] = 'Canada' AND [Age] &amp;lt; 50 AND [Email] &amp;lt;&amp;gt; ''&lt;br /&gt;
5. Surround all conditions in double quotes &quot; &quot; and place the final string in brackets after .Select &lt;br /&gt;
e.g.DataTable.Select(&quot;[Country] = 'Canada' AND [Age] &amp;lt; 50 AND [Email] &amp;lt;&amp;gt; ''&quot;) &lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What is the safest way to close an application?
Options are :
(A). By using the Process Name property of the Kill Process Activity
(B). By sending the Alt + F4 hotkeys
(C). By using the Close Application activity&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
C
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer uses Screen Scraping to extract unstructured data from a webpage. 
How can thedeveloper transform the unstructured data into a datatable?
(A). Using Output Data Table activity.
(B). Using Create Table activity.
(C). Using Generate Data Table activity.
(D). Using Build Data Table activity.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
C&lt;br /&gt;
Generate Data Table activity generates a DataTable variable from unstructured data. This activity enables you to select column and row separators according to which the table is generated. This activity is automatically generated when using the Generate Table feature in the Screen Scraping window.&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/generate-data-table&quot;&gt;https://docs.uipath.com/activities/lang-zh_CN/docs/generate-data-table&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;You want to automate a process on the https://acme-test.uipath.com/work-items web page.
    On this page, the following table is displayed:&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230122_highlighted selector.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;highlighted selector&quot; title=&quot;highlighted selector&quot; style=&quot;zoom:60%;&quot; /&amp;gt;

You observe that the selector of the element highlighted in red is:
``` html
&amp;lt;html app='chrome.exe' title='ACME System 1 - Work Items' /&amp;gt;
&amp;lt;webctrl tag='TABLE' /&amp;gt;
&amp;lt;webctrl tag='TD' tableCol='2' tableRow='2' /&amp;gt;
```

What is a valid selector to get the 5-th element in the WIID column?

(A). 
``` html
&amp;lt;html app='chrome.exe' title='ACME System 1 - Work Items' /&amp;gt;
&amp;lt;webctrl tag='TABLE' /&amp;gt;
&amp;lt;webctrl tag='TD' tableCol='6' tableRow='2' /&amp;gt;
```
(B). 
``` html
&amp;lt;html app='chrome.exe' title='ACME System 1 - Work Items' /&amp;gt;
&amp;lt;webctrl tag='TABLE' /&amp;gt;
&amp;lt;webctrl tag='TD' tableCol='2' tableRow='5' /&amp;gt;
```
(C). 
``` html
&amp;lt;html app='chrome.exe' title='ACME System 1 - Work Items' /&amp;gt;
&amp;lt;webctrl tag='TABLE' /&amp;gt;
&amp;lt;webctrl tag='TD' tableCol='2' tableRow='6' /&amp;gt;
```
(D). 
``` html
&amp;lt;html app='chrome.exe' title='ACME System 1 - Work Items' /&amp;gt;
&amp;lt;webctrl tag='TABLE' /&amp;gt;
&amp;lt;webctrl tag='TD' tableCol='5' tableRow='2' /&amp;gt;
```

&amp;lt;details&amp;gt;
&amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
C
&amp;lt;/details&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Where can you find the value written by the Write Line activity?
    Options are :
    (A). At console
    (B). In a variable
    (C). In the Output pane&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;details&amp;gt;
&amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
C
&amp;lt;/details&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;In the UiPath Robotic Enterprise Framework template, in the Main workflow, the StateMachine includes the following states:
Options are :
(A). Init state
(B). Set Transaction State
(C). Get transaction data state
(D). End Process State
(E). Process Transaction State&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A,C,D,E
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A foreground process is running on the user’s machine. A developer starts a new background process on the same machine while the foreground process is still running. What will happen in such situation?&lt;/p&gt;

    &lt;p&gt;(A). The foreground process will be stopped automatically and the background process will run.
(B). The background process will wait for the foreground process to finish, and then will be executed.
(C). There is no possibility to run a background process while a foreground process is running.
(D). The background process will be executed and will run in parallel with the foreground process.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
A background process doesn't need to interact with UI elements on the screen but rather relies on background processes to pass along information. UIAutomation activities should not be used in these project types. Multiple such processes can simultaneously run on a machine, even if a foreground process is already running.The type of process is generally dictated by the type of activities it uses (whether or not they interact with UI elements). However, you can specify the type when you create a new process from Studio. By default, all processes are marked as foreground, unless specified otherwise.
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;How can you delay the Automatic Recording?
Options are :
(A). By hitting the Escape key
(B). By right clicking
(C). Not possible
(D). By hitting the F2 key&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What is the robot able to do when the Full Text scraping method is used?
Options are :
(A). Get the entire visible text
(B). Get font Information (Size color)
(C). Get editable text
(D). Get hidden information&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A,C,D&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer wants to use an Anchor Base activity to search for a UI element by using anotherUI element as an anchor.
What activity can be used to provide an anchor?
(A). Find Image
(B). Find Relative Element
(C). Element Exists
(D). Find Children&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/anchor-base&quot;&gt;https://docs.uipath.com/activities/lang-zh_CN/docs/anchor-base&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What represents an example of a full selector?
(A).&lt;/p&gt;

    &lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;webctrl&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;href=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'/studio/docs/about-licensing'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;parented=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'hub-sidebar-content'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;tag=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'A'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;span class=&quot;nt&quot;&gt;&amp;lt;webctrl&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;parented=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'hub-sidebar-content'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;tag=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'SPAN'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;    &lt;/div&gt;
    &lt;p&gt;(B).&lt;/p&gt;
    &lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;ctrl&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;name=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'File'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;role=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'popup menu'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;span class=&quot;nt&quot;&gt;&amp;lt;ctrl&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;automationid=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'6'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;    &lt;/div&gt;
    &lt;p&gt;(C).&lt;/p&gt;
    &lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;html&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;app=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'chrome.exe'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;title=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'Full versus Partial Selectors'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;span class=&quot;nt&quot;&gt;&amp;lt;webctrl&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;aaname=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'About Selectors'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;parentid=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'content-container'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;tag=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'A'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;    &lt;/div&gt;
    &lt;p&gt;(D).&lt;/p&gt;
    &lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;wnd&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;aaname=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'Explorer Pane'&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;cls=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'DirectUIHWND'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;span class=&quot;nt&quot;&gt;&amp;lt;ctrl&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;automationid=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'System.ItemNameDisplay'&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;    &lt;/div&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
参考答案给的是D，但我觉得是C&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/studio/lang-zh_CN/v2021.10/docs/full-versus-partial-selectors&quot;&gt;https://docs.uipath.com/studio/lang-zh_CN/v2021.10/docs/full-versus-partial-selectors&lt;/a&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?&lt;/p&gt;

    &lt;p&gt;(A). Set status of the transaction to Business Rule Exception. Wrap Path Exists activity in Try Catch.
(B). Set status of the transaction to Business Rule Exception. Configure queue to retry Business Rule Exception transactions 3 times.
(C). Set status of the transaction to Business Rule Exception. Configure robot to notify the responsible person that the required file is missing.
(D). Set status of the transaction to System Exception. Configure queue to retry System Exception transactions 3 times.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
C&lt;br /&gt;
A Business Exception describes an error rooted in the fact that certain data which the automation project depends on is incomplete or missing. Retrying the transaction does not yield any chance of solving the issue, and there are other better courses of action, such as notifying the human user of this error. &lt;br /&gt;
By default, Orchestrator does not retry transactions which are failed due to Business Exceptions. This happens because an inconsistency between the transaction value and the business requirement means that there might be errors in the initial data which the queue items were created from. Additional actions by human users might be required to fix this type of issue, and logging this type of exception and notifying the responsible person can be useful.&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Which of the following are considered best practices? Select all the options that apply.
Options are :
(A). Keeping environment settings hard coded inside workflows.
(B). Breaking the process into smaller workflows.
(C). Reusing workflows across different projects.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
B,C
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What activities will be executed in the following Try Catch activity， if the Notepad application is not running?&lt;/p&gt;

    &lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230123_Try Catch activity.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;Try Catch activity&quot; title=&quot;Try Catch activity&quot; /&gt;&lt;/p&gt;

    &lt;p&gt;(A). 1. System.SelectorNotFoundException 2. Finally block
(B). 1. System.InvalidOperationException catch 2. Finally block
(C). 1. Message Box “Text typed in successfully”
(D). 1. Message Box “Text typed in successfully” 2. Finally block&lt;/p&gt;
    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer configured the Activity Project Settings for a UI  automation and a Click activity in the project shown in the following exhibits:&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;![Project Settings](https://img.lbjheiheihei.xyz/img/20230123_Project Settings.png?imageView2/0/format/webp/interlace/1/q/75 &quot;Project Settings&quot;)

![Click activity Properties](https://img.lbjheiheihei.xyz/img/20230123_Click activity Properties.png?imageView2/0/format/webp/interlace/1/q/75 &quot;Click activity Properties&quot;)

If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?
(A). 10 seconds
(B). 15 seconds
(C). 20 seconds
(D). 30 seconds

&amp;lt;details&amp;gt;
&amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
B&amp;lt;br&amp;gt;
&amp;lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/project-settings-ui-automation&quot;&amp;gt;https://docs.uipath.com/activities/lang-zh_CN/docs/project-settings-ui-automation&amp;lt;/a&amp;gt;
&amp;lt;/details&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;A developer uses REFramework to create complex process automation. In the InitAllSettings state, the robot retrieves all required assets from the Orchestrator. 
All values are stored in a Config dictionary which is passed between workflows. What happens if, during the processing of a queue item, the value of one of the assets was changed in Orchestrator?
(A). The value of the asset will be null.
(B). Robot will throw an error when trying to use the value of that asset.
(C). Robot will use the new value of the asset.
(D). Robot will use the old value of the asset.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
If the Config file is used to store values from the Orchestrator at the beginning of the process, any changes in assets will not affect the robot, as all values were retrieved prior to the change. However, if robot uses the Get Asset activity each time before using the asset, then robot will use the latest value of the asset.
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;A developer uses a State Machine for his process automation project. The developer wants to define conditions under which the automation project can pass from one State to another. What is the possible way to do so?
    (A). Drag Transition activity from the Activities Panel to define the condition.
    (B). Drag If activity from the Activities Panel to define the condition.
    (C). Drag Flowchart Decision activity from the Activities Panel to define the condition.
    (D). Connect states to generate a transition and define the condition in it.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;details&amp;gt;
&amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
D&amp;lt;br&amp;gt;
The Transition activity cannot be dragged from the Activities Panel, like a conventional activity. It is generated when you link a State to another State or to a Final State, within a State Machine container. This activity helps you input conditions under which the automation project can pass from one State to another.
&amp;lt;/details&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;A developer wants to run a VBA code in Excel using the Execute Macro activity. The developer wants to pass 3 arguments: string value, a value from a Config file and a boolean value. What is the correct setting in the MacroParameters property
    (A). (“Some Text”, Config(“ValueFromOrchestrator”).ToString, TRUE)
    (B). {“Some Text”, Config(“ValueFromOrchestrator”).ToString, “TRUE”}
    (C). {“Some Text”, Config(“ValueFromOrchestrator”).ToString, TRUE}
    (D). {“Some Text”, Config(ValueFromOrchestrator).ToString, TRUE}&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;details&amp;gt;
&amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
C&amp;lt;br&amp;gt;
To pass parameters to a VBA macro, place values into curly brackets { } in the format that is accepted in the macro (string, integer, boolean and so on).&amp;lt;br&amp;gt;
Example: Write {&quot;Hello&quot;, 5} if the macro accepts a string variable and an integer variable.
&amp;lt;/details&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;A developer is creating an automation project which processes personal information of employees.&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging variable and argument values in both Orchestrator and Studio?

(A). Store all sensitive information in an Excel file that the process can access.
(B). Check the Isolated property when invoking a workflow with sensitive information.
(C). Ensure all personal information variables are of the SecureString variable type.
(D). Check the Private property on the activities that contain sensitive information.

&amp;lt;details&amp;gt;
&amp;lt;summary&amp;gt;答案&amp;lt;/summary&amp;gt;
D&amp;lt;br&amp;gt;
 &amp;lt;/details&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data.&lt;/p&gt;

    &lt;p&gt;Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?
(A). In the new state in the Main.xaml that transitions from Init.
(B). In the InitAllApplications.xaml workflow.
(C). In the Get Transaction Data state in the Main.xaml.
(D). In the Ina state of the Main.xaml in the First Run sequence.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
参考答案给的是 C，但是我觉得是 D&lt;br /&gt;
 &lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What is the valid value for the priority when using Bulk Add Queue Items activity?
(A). Top
(B). Important
(C). Standard
(D). 2&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
D&lt;br /&gt;
Bulk Add Queue Items activity adds a collection of items from a specified DataTable to a specified queue in Orchestrator. Once added to the queue, the items' statuses are changed to New. Priority column must be populated with one of the following values:&lt;br /&gt;
- Low or 1&lt;br /&gt;
- Normal or 2&lt;br /&gt;
- High or 3&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/bulk-add-queue-items&quot;&gt;批量添加队列项目&lt;/a&gt;，看着没有这个属性。&lt;br /&gt;
&lt;a href=&quot;https://docs.uipath.com/activities/lang-zh_CN/docs/add-queue-item&quot;&gt;添加队列项目&lt;/a&gt;，倒是有 priority 这个属性，只不过是High、Normal、Low。&lt;br /&gt;
 &lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;In a Try Catch activity, how many times is the Finally section executed，if no error occurs in the Try section?
Options are :
(A). Once
(B). Zero
(C). The Finally section is executed only when the Catch section is executed.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What happens if you try to end the execution of a job by clicking the Kill/Terminate button in Uipath Orchestrator?
Options are :
(A). The execution process is killed.
(B). The execution is not impacted if no Should Stop activity has been included in the workflow in Studio.
(C). The job state is changed to Canceled/Stopped, even if no Should Stop activity was used.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
A,C&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What types of assets can be stored in Orchestrator?
Options are :
(A). Array, Datatable, Bool, String
(B). Bool, String, Integer, Credential
(C). Integer, Password, GenericValue, String&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
B&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What is the purpose of the WaitForReady property in any UiAutomation activity?
Options are :
(A). Specifies to continue executing the remaining activities even if the current activity failed.
(B). Specifies the amount of time (in milliseconds) to wait for the activity to run before an error isthrown.
(C). Before performing the actions, waits for the target to become ready.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
C&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template?
Options are :
(A). The robot reads the configuration file and initializes all the required applications.
(B). The robot checks if the previous transaction is complete and then starts the next one.
(C). The transaction items are extracted from the Queue.&lt;/p&gt;

    &lt;details&gt;
&lt;summary&gt;答案&lt;/summary&gt;
参考答案给的是C，但是我觉得是A&lt;br /&gt;
&lt;/details&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;的&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

</description>
        <pubDate>Sun, 11 Jun 2023 07:27:03 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/06/11/2023-01-08-UiPath-%E9%AB%98%E7%BA%A7%E8%AE%A4%E8%AF%81%E8%80%83%E8%AF%95.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/06/11/2023-01-08-UiPath-%E9%AB%98%E7%BA%A7%E8%AE%A4%E8%AF%81%E8%80%83%E8%AF%95.html</guid>
        
        
      </item>
    
      <item>
        <title>2023 年 06 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-01&quot; id=&quot;markdown-toc-2023-06-01&quot;&gt;2023-06-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-02&quot; id=&quot;markdown-toc-2023-06-02&quot;&gt;2023-06-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-03&quot; id=&quot;markdown-toc-2023-06-03&quot;&gt;2023-06-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-04&quot; id=&quot;markdown-toc-2023-06-04&quot;&gt;2023-06-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-05&quot; id=&quot;markdown-toc-2023-06-05&quot;&gt;2023-06-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-06&quot; id=&quot;markdown-toc-2023-06-06&quot;&gt;2023-06-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-07&quot; id=&quot;markdown-toc-2023-06-07&quot;&gt;2023-06-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-08&quot; id=&quot;markdown-toc-2023-06-08&quot;&gt;2023-06-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-09&quot; id=&quot;markdown-toc-2023-06-09&quot;&gt;2023-06-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-06-10&quot; id=&quot;markdown-toc-2023-06-10&quot;&gt;2023-06-10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2023-06-01&quot;&gt;2023-06-01&lt;/h2&gt;

&lt;p&gt;六一儿童节，要上班，晚上还要开周会，绝了。&lt;/p&gt;

&lt;p&gt;但是我去和朋友吃个甜点，很合理吧。
***&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/T9JkcmHF1YqxobfeLO0xbQ&quot;&gt;百度文库页面保护措施的绕过技术&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;话说两百多个月的小朋友，能不能上去蹦两下。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230601_蹦极.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;蹦极&quot; title=&quot;蹦极&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-06-02&quot;&gt;2023-06-02&lt;/h2&gt;

&lt;p&gt;昨天半夜三点闹肚子…&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Bad USB&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://blog.csdn.net/qq_40624810/article/details/100945147&quot;&gt;Bad usb实现U盘攻击&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://zhuanlan.zhihu.com/p/58377372&quot;&gt;防范RubberDucky：BadUSB攻击原理分析及防御方法&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://zhuanlan.zhihu.com/p/28194271&quot;&gt;Bad USB - 防范靠近你电脑的HID攻击者&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;朋友想拉我再找个地方吃一顿，但是天气太热了，30 多度，我说算了，我在附近找个地方随便吃点就行。&lt;/p&gt;

&lt;p&gt;不懂就问，我来对地方了吗。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230602_臻兴记.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;臻兴记&quot; title=&quot;臻兴记&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-06-03&quot;&gt;2023-06-03&lt;/h2&gt;

&lt;p&gt;小红书群聊禁言，没想到还有这种操作，更没想到这个信息差也能卖钱。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;早上起床之后出去逛，看到有人在金鸡湖站立划桨板，我也想划水啊。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;有一次去了报恩寺，这一次可能是因为是早上，而且天气没那么热，所以挺多游客的。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;和朋友去吃观前街的珍珠饭店，排队是门口直接排队，没有叫号。&lt;/p&gt;

&lt;h2 id=&quot;2023-06-04&quot;&gt;2023-06-04&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/i4WR5ULH1ZZYl8Watf3EPw&quot;&gt;AI 生成可扫码图像 — 新 ControlNet 模型展示&lt;/a&gt;，挺炫酷的。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;想在这当半个小时的钓鱼佬&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230604_金鸡湖.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;金鸡湖&quot; title=&quot;金鸡湖&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-06-05&quot;&gt;2023-06-05&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/kBVCghiwO4Rf2TF8s13PPg&quot;&gt;来自 37signals 的一些信号&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://37signals.com/&quot;&gt;https://37signals.com/&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;周一，腥风血雨。又是给别人擦屁股的一个下午。&lt;/p&gt;

&lt;h2 id=&quot;2023-06-06&quot;&gt;2023-06-06&lt;/h2&gt;

&lt;p&gt;5月31号下单的金手指（幽灵键鼠），今天才送到，这效率，没谁了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;坐等新的可转债。&lt;/p&gt;

&lt;h2 id=&quot;2023-06-07&quot;&gt;2023-06-07&lt;/h2&gt;

&lt;p&gt;还别说，这几天因为下雨，体感温度确实不高，人也舒适。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;周会上浅浅的分享了一下部署 UiPath Orchestrator&lt;/p&gt;

&lt;h2 id=&quot;2023-06-08&quot;&gt;2023-06-08&lt;/h2&gt;

&lt;p&gt;一个月，等了整整一个月，终于来新的可转债了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;广东电信故障，这事情坐着吃瓜。&lt;/p&gt;

&lt;h2 id=&quot;2023-06-09&quot;&gt;2023-06-09&lt;/h2&gt;

&lt;p&gt;手机改直供电，听起来就很骚的操作。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/rqcdBVF6lLQ3ueaxj8XzPA&quot;&gt;Windows录屏的野路子&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-06-10&quot;&gt;2023-06-10&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;微信的张小龙曾经说过一段著名的话。&lt;/p&gt;

  &lt;p&gt;他说他自己可以用10秒进入傻瓜状态，而马化腾则更厉害，只需要5秒，乔布斯可能只需要1秒。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;我：什么，还能切换状态？教教我怎么从傻瓜状态切出去。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;这台自动驾驶中的九识Z5，明明停在路边。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230610_停在路边的九识Z5.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;停在路边的九识Z5&quot; title=&quot;停在路边的九识Z5&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;金鸡湖号&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230610_金鸡湖号.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;金鸡湖号&quot; title=&quot;金鸡湖号&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Thu, 01 Jun 2023 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/06/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/06/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
      <item>
        <title>2023 年 05 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-01&quot; id=&quot;markdown-toc-2023-05-01&quot;&gt;2023-05-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-02&quot; id=&quot;markdown-toc-2023-05-02&quot;&gt;2023-05-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-03&quot; id=&quot;markdown-toc-2023-05-03&quot;&gt;2023-05-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-04&quot; id=&quot;markdown-toc-2023-05-04&quot;&gt;2023-05-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-05&quot; id=&quot;markdown-toc-2023-05-05&quot;&gt;2023-05-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-06&quot; id=&quot;markdown-toc-2023-05-06&quot;&gt;2023-05-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-07&quot; id=&quot;markdown-toc-2023-05-07&quot;&gt;2023-05-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-08&quot; id=&quot;markdown-toc-2023-05-08&quot;&gt;2023-05-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-09&quot; id=&quot;markdown-toc-2023-05-09&quot;&gt;2023-05-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-10&quot; id=&quot;markdown-toc-2023-05-10&quot;&gt;2023-05-10&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-11&quot; id=&quot;markdown-toc-2023-05-11&quot;&gt;2023-05-11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-12&quot; id=&quot;markdown-toc-2023-05-12&quot;&gt;2023-05-12&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-13&quot; id=&quot;markdown-toc-2023-05-13&quot;&gt;2023-05-13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-14&quot; id=&quot;markdown-toc-2023-05-14&quot;&gt;2023-05-14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-15&quot; id=&quot;markdown-toc-2023-05-15&quot;&gt;2023-05-15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-16&quot; id=&quot;markdown-toc-2023-05-16&quot;&gt;2023-05-16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-17&quot; id=&quot;markdown-toc-2023-05-17&quot;&gt;2023-05-17&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-18&quot; id=&quot;markdown-toc-2023-05-18&quot;&gt;2023-05-18&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-19&quot; id=&quot;markdown-toc-2023-05-19&quot;&gt;2023-05-19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-20&quot; id=&quot;markdown-toc-2023-05-20&quot;&gt;2023-05-20&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-21&quot; id=&quot;markdown-toc-2023-05-21&quot;&gt;2023-05-21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-22&quot; id=&quot;markdown-toc-2023-05-22&quot;&gt;2023-05-22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-23&quot; id=&quot;markdown-toc-2023-05-23&quot;&gt;2023-05-23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-24&quot; id=&quot;markdown-toc-2023-05-24&quot;&gt;2023-05-24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-25&quot; id=&quot;markdown-toc-2023-05-25&quot;&gt;2023-05-25&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-26&quot; id=&quot;markdown-toc-2023-05-26&quot;&gt;2023-05-26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-27&quot; id=&quot;markdown-toc-2023-05-27&quot;&gt;2023-05-27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-28&quot; id=&quot;markdown-toc-2023-05-28&quot;&gt;2023-05-28&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-29&quot; id=&quot;markdown-toc-2023-05-29&quot;&gt;2023-05-29&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-30&quot; id=&quot;markdown-toc-2023-05-30&quot;&gt;2023-05-30&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-05-31&quot; id=&quot;markdown-toc-2023-05-31&quot;&gt;2023-05-31&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2023-05-01&quot;&gt;2023-05-01&lt;/h2&gt;

&lt;p&gt;想去动物园的，但是今天下雨。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-02&quot;&gt;2023-05-02&lt;/h2&gt;

&lt;p&gt;没想到今天也下雨。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230502_国僧寺.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;国僧寺&quot; title=&quot;国僧寺&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-03&quot;&gt;2023-05-03&lt;/h2&gt;

&lt;p&gt;一大早醒来，发现个  iOS 16.4.1(a) 安全回应更新，点了一下安装，立马就重启手机，我都没反应过来。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://www.chinacdc.cn/jkzt/crb/zl/szkb_11803/jszl_13141/202304/t20230429_265709.html&quot;&gt;https://www.chinacdc.cn/jkzt/crb/zl/szkb_11803/jszl_13141/202304/t20230429_265709.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;全国报告人群新型冠状病毒核酸检测阳性数及阳性率变化趋势&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230503_全国报告人群新型冠状病毒核酸检测阳性数及阳性率变化趋势.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;全国报告人群新型冠状病毒核酸检测阳性数及阳性率变化趋势&quot; title=&quot;全国报告人群新型冠状病毒核酸检测阳性数及阳性率变化趋势&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天不下雨，但是晚上6点多之后，雾气慢慢变大。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230503_温州的世纪公园.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;温州的世纪公园&quot; title=&quot;温州的世纪公园&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230503_雾气很重.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;雾气很重&quot; title=&quot;雾气很重&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-04&quot;&gt;2023-05-04&lt;/h2&gt;

&lt;p&gt;新编程语言：Mojo&lt;/p&gt;

&lt;h2 id=&quot;2023-05-05&quot;&gt;2023-05-05&lt;/h2&gt;

&lt;p&gt;阿里技术发布的文章：&lt;a href=&quot;https://mp.weixin.qq.com/s/QOfkdC4iQO77dk8Sp5piIA&quot;&gt;系统日志规范及最佳实践&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/BBT655fSWZALTJGrfBm-mg&quot;&gt;学历贬值这事，才刚刚开始&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;卖出了一半份额的大成中证红利指数A&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;锻炼太累，但是请人喝奶茶很简单&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230505_小林相对论.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;小林相对论&quot; title=&quot;小林相对论&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-06&quot;&gt;2023-05-06&lt;/h2&gt;

&lt;p&gt;欲壑难填&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;世界卫生组织宣布，新冠疫情不再构成“国际关注的突发公共卫生事件“。&lt;/p&gt;

&lt;p&gt;突发公共卫生事件，重点应该是&lt;strong&gt;突发&lt;/strong&gt;，慢性病当然不算是急性病啦。&lt;/p&gt;

&lt;p&gt;每个人是自己健康第一责任人。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-07&quot;&gt;2023-05-07&lt;/h2&gt;

&lt;p&gt;在图书馆里面，啥正事也不干的感觉真好。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-08&quot;&gt;2023-05-08&lt;/h2&gt;

&lt;p&gt;重银转债回本了，可喜可贺&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;初中同学的孩子，都会打酱油了；
高中同学的孩子，今年两岁了。&lt;/p&gt;

&lt;p&gt;而我想的是，要不出家算了。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-09&quot;&gt;2023-05-09&lt;/h2&gt;

&lt;p&gt;深圳建市44年来，常住人口首次负增长。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-10&quot;&gt;2023-05-10&lt;/h2&gt;

&lt;p&gt;上班上到精神恍惚，上班嘛，哪有人不疯的。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-11&quot;&gt;2023-05-11&lt;/h2&gt;

&lt;p&gt;今天又没来得及卖出重银转债。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-12&quot;&gt;2023-05-12&lt;/h2&gt;

&lt;p&gt;又是痛苦的一天，又是一堆坑。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-13&quot;&gt;2023-05-13&lt;/h2&gt;

&lt;p&gt;去温州图书馆，很喜欢这种什么正事也不干的感觉。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-14&quot;&gt;2023-05-14&lt;/h2&gt;

&lt;p&gt;无喜亦无悲。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/MfVaErW7FvAw6hh9cjxTPQ&quot;&gt;通盘无妙手&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/o6cJyrGHKG1IE06h46dclQ&quot;&gt;俄罗斯开放海参崴，吉林、黑龙江首次重新打通出海口！&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-15&quot;&gt;2023-05-15&lt;/h2&gt;

&lt;p&gt;Midjourney中国在QQ频道开放内测？可惜我不用QQ。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.qq.com/doc/DR2ZDUUZyWnJITE9y&quot;&gt;MJCN 新手指南 · 快速上手&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;盘串盘猛了，手串断了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230515_手串断了.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;手串断了&quot; title=&quot;手串断了&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-16&quot;&gt;2023-05-16&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/bOnW8gDJ-dXp4KbAjhDw9A&quot;&gt;左耳朵耗子的话&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-17&quot;&gt;2023-05-17&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.wenanabc.xyz/&quot;&gt;小红书文案生成器&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/MRLa9tNAi8xA0EQjSgavQQ&quot;&gt;一日一技：Prompt逆向工程，破解小红书文案生成器&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;102卖出重银转债，从资金上来说回本了，从时间、情感上来说，亏大了，上市当天 106 就该卖出。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/ug-vwwpzTC2Z2FvqlqgTaQ&quot;&gt;随便什么领域，做到极致，做到变态，做到所有人都觉得你是偏执狂，你才有可能赢。&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-18&quot;&gt;2023-05-18&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://start.uipath.com/rs/995-XLT-886/images/UiPath%20Certified%20ABA_ExamDescription.pdf&quot;&gt;Automation Business Analyst Certification (UiPath Certified Automation Business Analyst - UiABA)&lt;/a&gt;，UiABA 比 UiARD 贵 100 刀，自己考是不太可能的，也就等公司报销才考。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://home.pearsonvue.com/uipath&quot;&gt;https://home.pearsonvue.com/uipath&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;定下了安排下周一去出差的人，结果这周四晚上说不想在上海分公司，想转武汉分公司。心态炸裂。都行，都可以，都没问题。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230518_心态炸裂.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;心态炸裂&quot; title=&quot;心态炸裂&quot; /&gt;&lt;/p&gt;

&lt;p&gt;但是我没想到同事能从另一个角度开导我：总好过到了客户现场之后再说。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-19&quot;&gt;2023-05-19&lt;/h2&gt;

&lt;p&gt;ChatGPT 的 iOS 应用，美区可下载，可以试试看。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;晶能转债上市，开盘120，下了班之后才想起来看一下，下周一定要卖出。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-20&quot;&gt;2023-05-20&lt;/h2&gt;

&lt;p&gt;软件设计其实很多时候是在受限的条件下解决问题的本事&lt;/p&gt;

&lt;h2 id=&quot;2023-05-21&quot;&gt;2023-05-21&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/KoNWjreauwWIB56gaHO3Dw&quot;&gt;天之道，损有余而补不足。人之道，损不足以奉有余。&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230521_ChatGPT时代下，如何做一个不可替代的人.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;ChatGPT时代下，如何做一个不可替代的人&quot; title=&quot;ChatGPT时代下，如何做一个不可替代的人&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-22&quot;&gt;2023-05-22&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230522_温州的世纪公园.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;温州的世纪公园&quot; title=&quot;温州的世纪公园&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-23&quot;&gt;2023-05-23&lt;/h2&gt;

&lt;p&gt;量子计算机对比特币的影响到底有多大。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-24&quot;&gt;2023-05-24&lt;/h2&gt;

&lt;p&gt;在温州的最后一周，有点闲。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-25&quot;&gt;2023-05-25&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://bloop.ai/&quot;&gt;https://bloop.ai/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/BloopAI/bloop&quot;&gt;https://github.com/BloopAI/bloop&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-26&quot;&gt;2023-05-26&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/ConnectAI-E/Feishu-OpenAI&quot;&gt;飞书 ×（GPT-4 + DALL·E + Whisper）&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-27&quot;&gt;2023-05-27&lt;/h2&gt;

&lt;p&gt;从温州坐高铁到苏州，坐了整整四个小时。从苏州站打车去目的地，中途看见有个&lt;a href=&quot;https://www.sqkjcjs.com/&quot;&gt;苏汽直通车&lt;/a&gt;的机场定制快线，直接从苏州到硕放机场。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;之前公司楼下不远就有一家陕老顺，还挺喜欢拉上同事一起过去吃一顿的，结果去年上海封城，解封之后再去看，人去楼空了。&lt;/p&gt;

&lt;p&gt;今天，在苏州随便找个地方吃饭，让我来着了，爽。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230527_陕老顺.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;陕老顺&quot; title=&quot;陕老顺&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;金鸡湖夜景&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230527_金鸡湖.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;金鸡湖&quot; title=&quot;金鸡湖&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-28&quot;&gt;2023-05-28&lt;/h2&gt;

&lt;p&gt;苏州的共享单车还上牌照的吗，高级。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230528_苏州的共享单车.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;苏州的共享单车&quot; title=&quot;苏州的共享单车&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;周末要加班，部署oc。等到今天中午，同事才给我文档，等了一天，部署设备都没给我弄好。得，明天还得加班。&lt;/p&gt;

&lt;p&gt;给 CTO 点一杯满杯江南，很是合理。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230528_周末加班.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;周末加班&quot; title=&quot;周末加班&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-05-29&quot;&gt;2023-05-29&lt;/h2&gt;

&lt;p&gt;周一，第一天到客户现场，然后当场就发现之前别的同事部署的流程卡在那里没运行，后面几天都一样卡在那里，我麻了。&lt;/p&gt;

&lt;p&gt;25 号卡到 29 号，我要是不看一下，说不定还能接着卡好几天。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;下班走路回去住处，发现一个水天堂大酒店，还是西餐厅，很是高级。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-30&quot;&gt;2023-05-30&lt;/h2&gt;

&lt;p&gt;隔壁楼就是兴业银行，附近一圈都是金融机构，这里果然是金融街。&lt;/p&gt;

&lt;h2 id=&quot;2023-05-31&quot;&gt;2023-05-31&lt;/h2&gt;

&lt;p&gt;金手指（幽灵键鼠）KM04的价格属实便宜，立马下单，囤6个。&lt;a href=&quot;https://item.taobao.com/item.htm?id=597540780768&quot;&gt;https://item.taobao.com/item.htm?id=597540780768&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Mon, 01 May 2023 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/05/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/05/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
      <item>
        <title>2023 年 04 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-01&quot; id=&quot;markdown-toc-2023-04-01&quot;&gt;2023-04-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-02&quot; id=&quot;markdown-toc-2023-04-02&quot;&gt;2023-04-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-03&quot; id=&quot;markdown-toc-2023-04-03&quot;&gt;2023-04-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-04&quot; id=&quot;markdown-toc-2023-04-04&quot;&gt;2023-04-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-05&quot; id=&quot;markdown-toc-2023-04-05&quot;&gt;2023-04-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-06&quot; id=&quot;markdown-toc-2023-04-06&quot;&gt;2023-04-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-07&quot; id=&quot;markdown-toc-2023-04-07&quot;&gt;2023-04-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-08&quot; id=&quot;markdown-toc-2023-04-08&quot;&gt;2023-04-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-09&quot; id=&quot;markdown-toc-2023-04-09&quot;&gt;2023-04-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-10&quot; id=&quot;markdown-toc-2023-04-10&quot;&gt;2023-04-10&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-11&quot; id=&quot;markdown-toc-2023-04-11&quot;&gt;2023-04-11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-12&quot; id=&quot;markdown-toc-2023-04-12&quot;&gt;2023-04-12&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-13&quot; id=&quot;markdown-toc-2023-04-13&quot;&gt;2023-04-13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-14&quot; id=&quot;markdown-toc-2023-04-14&quot;&gt;2023-04-14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-15&quot; id=&quot;markdown-toc-2023-04-15&quot;&gt;2023-04-15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-16&quot; id=&quot;markdown-toc-2023-04-16&quot;&gt;2023-04-16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-17&quot; id=&quot;markdown-toc-2023-04-17&quot;&gt;2023-04-17&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-18&quot; id=&quot;markdown-toc-2023-04-18&quot;&gt;2023-04-18&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-19&quot; id=&quot;markdown-toc-2023-04-19&quot;&gt;2023-04-19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-20&quot; id=&quot;markdown-toc-2023-04-20&quot;&gt;2023-04-20&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-21&quot; id=&quot;markdown-toc-2023-04-21&quot;&gt;2023-04-21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-22&quot; id=&quot;markdown-toc-2023-04-22&quot;&gt;2023-04-22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-23&quot; id=&quot;markdown-toc-2023-04-23&quot;&gt;2023-04-23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-24&quot; id=&quot;markdown-toc-2023-04-24&quot;&gt;2023-04-24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-25&quot; id=&quot;markdown-toc-2023-04-25&quot;&gt;2023-04-25&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-26&quot; id=&quot;markdown-toc-2023-04-26&quot;&gt;2023-04-26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-27&quot; id=&quot;markdown-toc-2023-04-27&quot;&gt;2023-04-27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-28&quot; id=&quot;markdown-toc-2023-04-28&quot;&gt;2023-04-28&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-29&quot; id=&quot;markdown-toc-2023-04-29&quot;&gt;2023-04-29&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-04-30&quot; id=&quot;markdown-toc-2023-04-30&quot;&gt;2023-04-30&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2023-04-01&quot;&gt;2023-04-01&lt;/h2&gt;

&lt;p&gt;说出来你们可能不信，我被碰瓷了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230401_被碰瓷.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;被碰瓷&quot; title=&quot;被碰瓷&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-02&quot;&gt;2023-04-02&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230402_小鸡.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;小鸡&quot; title=&quot;小鸡&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-03&quot;&gt;2023-04-03&lt;/h2&gt;

&lt;p&gt;小鸡走了，是我没照顾好它，难受。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-04&quot;&gt;2023-04-04&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/n9vB4Jm48Qsatr5inZOfsQ&quot;&gt;程序员经历了哪些时代&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;办公室的门不知道经历了什么。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230404_办公室的门.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;办公室的门&quot; title=&quot;办公室的门&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-05&quot;&gt;2023-04-05&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/damoeb/rss-proxy&quot;&gt;https://github.com/damoeb/rss-proxy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://regex.ai/&quot;&gt;https://regex.ai/&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;傍晚 6 点多逛一下世纪公园，下一次都不知道什么时候能逛世纪公园了。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-06&quot;&gt;2023-04-06&lt;/h2&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[MetroWatch地铁观察&lt;/td&gt;
      &lt;td&gt;地铁客流量数据](https://metrowatch.net/)&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[地铁数据库&lt;/td&gt;
      &lt;td&gt;地铁客流量查询](https://metrodb.org/)&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h2 id=&quot;2023-04-07&quot;&gt;2023-04-07&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://corona.go.jp/zh-cn/&quot;&gt;https://corona.go.jp/zh-cn/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www3.nhk.or.jp/news/special/coronavirus/data/&quot;&gt;https://www3.nhk.or.jp/news/special/coronavirus/data/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www3.nhk.or.jp/news/special/coronavirus/data-all/&quot;&gt;https://www3.nhk.or.jp/news/special/coronavirus/data-all/&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-08&quot;&gt;2023-04-08&lt;/h2&gt;

&lt;p&gt;上海坐三个小时的高铁到达温州，坐得腰酸背痛。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230408_温州印象城.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;温州印象城&quot; title=&quot;温州印象城&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;为什么酒店的房间是8开头，我觉得就是为了讨个吉利。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-09&quot;&gt;2023-04-09&lt;/h2&gt;

&lt;p&gt;酒店的早餐还行。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230409_酒店的早餐.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;酒店的早餐&quot; title=&quot;酒店的早餐&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;温州博物馆，说实在话，小朋友挺多的。&lt;/p&gt;

&lt;p&gt;我算是明白了，我放假，小朋友、小朋友的家长也放假。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230409_温州博物馆.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;温州博物馆&quot; title=&quot;温州博物馆&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;见了师妹，师妹送我的礼物。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230409_礼物.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;礼物&quot; title=&quot;礼物&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-10&quot;&gt;2023-04-10&lt;/h2&gt;

&lt;p&gt;到客户现场驻场的第一天。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-11&quot;&gt;2023-04-11&lt;/h2&gt;

&lt;p&gt;北京沙尘暴，没想到啊。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-12&quot;&gt;2023-04-12&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;你们有没有发现，今年网约车很容易叫，外卖送餐速度也变快了。&lt;/p&gt;

  &lt;p&gt;我们西北旺这个地方，以前周五晚上很难叫到车。起码等半个小时。今年叫车变得容易了。虽然也要等，但等待时间缩短到了十分钟内。&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://weibo.com/1401527553/MBtDCmhrS&quot;&gt;tombkeeper&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;命里有时终须有，命里无时提需求。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-13&quot;&gt;2023-04-13&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/E0mMcv6gRO0Bsp3gwuSMyg&quot;&gt;群买买生死启示录&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;诚衣乐服要闭店了，优衣库平替无了，快要没地方买衣服了。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-14&quot;&gt;2023-04-14&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/roeg1kIieK31uy5rktMOvQ&quot;&gt;被封神的胖东来，为什么不走出河南？&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-15&quot;&gt;2023-04-15&lt;/h2&gt;

&lt;p&gt;哈啰单车后座有儿童座椅，第一次见。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://news.hnr.cn/shxw/article/1/1572355394866974721&quot;&gt;http://news.hnr.cn/shxw/article/1/1572355394866974721&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230415_哈啰单车后座有儿童座椅.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;哈啰单车后座有儿童座椅&quot; title=&quot;哈啰单车后座有儿童座椅&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;还在修建中的六和寺，我以为能过来拜拜，结果看着还没建好。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230415_温州六和寺.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;温州六和寺&quot; title=&quot;温州六和寺&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-16&quot;&gt;2023-04-16&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://c.level06.com/#/&quot;&gt;Chat酱&lt;/a&gt;，这个值得一试的。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;别人在外面玩，而我还在酒店加班。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-17&quot;&gt;2023-04-17&lt;/h2&gt;

&lt;p&gt;小米手环 8 明天发布，在想要不要买，算了，手上的小米手环 5 还能用。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;华特转债，起飞，昨天上市一个涨停，直接到130。今天开盘152，值得，但是太忙了，没卖出。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-18&quot;&gt;2023-04-18&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;2023年4月18日12时57分，丰台区消防救援支队接警：北京长峰医院住院部东楼发生火情。接警后，消防、公安、卫健、应急等部门即赴现场处置。13时33分许，现场明火被扑灭。15时30分，现场救援工作结束，共疏散转移患者71人。截至18时，经转院救治无效，21人不幸死亡。事故原因正在进一步调查。&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/5qL60j9hjz7zMsiZbSmMZQ&quot;&gt;https://mp.weixin.qq.com/s/5qL60j9hjz7zMsiZbSmMZQ&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;2023-04-19&quot;&gt;2023-04-19&lt;/h2&gt;

&lt;p&gt;“中特估”是&lt;strong&gt;“中国特色估值体系”&lt;/strong&gt;的简称。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/QmmH_rCCbXMc0Lbl1hImWg&quot;&gt;长峰医院火灾后24小时&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-20&quot;&gt;2023-04-20&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.sqlkiller.com/&quot;&gt;https://www.sqlkiller.com/&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-21&quot;&gt;2023-04-21&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/hwchase17/langchain&quot;&gt;https://github.com/hwchase17/langchain&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/yakGPT/yakGPT&quot;&gt;https://github.com/yakGPT/yakGPT&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;晶能发债，中了，可喜可贺。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-22&quot;&gt;2023-04-22&lt;/h2&gt;

&lt;p&gt;试了一下，温州的轻轨，刷不了交通联合卡。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;站在别人学校的门口，听着上课铃声，心中多少有点感慨。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230422_榕树.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;榕树&quot; title=&quot;榕树&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-23&quot;&gt;2023-04-23&lt;/h2&gt;

&lt;p&gt;开源的 3D 博客，有意思的：&lt;a href=&quot;https://bruno-simon.com/&quot;&gt;https://bruno-simon.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/brunosimon/folio-2019&quot;&gt;https://github.com/brunosimon/folio-2019&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-24&quot;&gt;2023-04-24&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://kpan.mioffice.cn/webfolder/ext/Zxm7935YmEM%40&quot;&gt;小米服务适老小画册-智能手机小画册——给爸妈最好的礼物&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-25&quot;&gt;2023-04-25&lt;/h2&gt;

&lt;p&gt;无障碍知识库，来自公众号「无障碍设计小组」讨论群，知乎专栏「无障碍，是每个人都被世界善待」&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/a11y-team/awesome-a11y-cn&quot;&gt;https://github.com/a11y-team/awesome-a11y-cn&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.zhihu.com/column/a11y-ux&quot;&gt;https://www.zhihu.com/column/a11y-ux&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-26&quot;&gt;2023-04-26&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/U8shh7LY-HTlBD3-oYfZrQ&quot;&gt;IT行业中的合作伙伴关系是什么意思？&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://blog.51cto.com/u_9843231/4840851&quot;&gt;8个用来取消或中止 Windows 关闭/重启的工具&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-27&quot;&gt;2023-04-27&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://ai.12348.gov.cn/pc/&quot;&gt;中国法律服务网-智能法律咨询&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://law.ai2045.com/&quot;&gt;AI法律助手&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/lvwzhen/law-cn-ai&quot;&gt;https://github.com/lvwzhen/law-cn-ai&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-28&quot;&gt;2023-04-28&lt;/h2&gt;

&lt;p&gt;清华 KEG 开源的双语对话语言模型：&lt;a href=&quot;https://github.com/THUDM/ChatGLM-6B&quot;&gt;ChatGLM-6B&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;吉时已到，下班。&lt;/p&gt;

&lt;h2 id=&quot;2023-04-29&quot;&gt;2023-04-29&lt;/h2&gt;

&lt;p&gt;全国新型冠状病毒感染疫情情况：&lt;a href=&quot;https://www.chinacdc.cn/jkzt/crb/zl/szkb_11803/jszl_13141/202304/t20230429_265709.html&quot;&gt;https://www.chinacdc.cn/jkzt/crb/zl/szkb_11803/jszl_13141/202304/t20230429_265709.html&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-04-30&quot;&gt;2023-04-30&lt;/h2&gt;

&lt;p&gt;交通运输部数据：&lt;a href=&quot;https://www.mot.gov.cn/shuju/&quot;&gt;https://www.mot.gov.cn/shuju/&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230430_三垟湿地.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;三垟湿地&quot; title=&quot;三垟湿地&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230430_三垟湿地2.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;三垟湿地&quot; title=&quot;三垟湿地&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Sat, 01 Apr 2023 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/04/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/04/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
      <item>
        <title>UiBot 杂记</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#时间相关&quot; id=&quot;markdown-toc-时间相关&quot;&gt;时间相关&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#获取格式化的当前时间&quot; id=&quot;markdown-toc-获取格式化的当前时间&quot;&gt;获取格式化的当前时间&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#对日期时间进行加减&quot; id=&quot;markdown-toc-对日期时间进行加减&quot;&gt;对日期时间进行加减&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#数据操作相关&quot; id=&quot;markdown-toc-数据操作相关&quot;&gt;数据操作相关&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#字符相关&quot; id=&quot;markdown-toc-字符相关&quot;&gt;字符相关&lt;/a&gt;        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;#判断指定字符是否在字符串内&quot; id=&quot;markdown-toc-判断指定字符是否在字符串内&quot;&gt;判断指定字符是否在字符串内&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#数组相关&quot; id=&quot;markdown-toc-数组相关&quot;&gt;数组相关&lt;/a&gt;        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;#获取数组的元素数量&quot; id=&quot;markdown-toc-获取数组的元素数量&quot;&gt;获取数组的元素数量&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;#数组头部添加元素&quot; id=&quot;markdown-toc-数组头部添加元素&quot;&gt;数组头部添加元素&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;#数组过滤&quot; id=&quot;markdown-toc-数组过滤&quot;&gt;数组过滤&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;#数组克隆&quot; id=&quot;markdown-toc-数组克隆&quot;&gt;数组克隆&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;#字符串分割成数组&quot; id=&quot;markdown-toc-字符串分割成数组&quot;&gt;字符串分割成数组&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;#数组合并成字符串&quot; id=&quot;markdown-toc-数组合并成字符串&quot;&gt;数组合并成字符串&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#数据表相关&quot; id=&quot;markdown-toc-数据表相关&quot;&gt;数据表相关&lt;/a&gt;        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;#数据表筛选&quot; id=&quot;markdown-toc-数据表筛选&quot;&gt;数据表筛选&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#集合相关&quot; id=&quot;markdown-toc-集合相关&quot;&gt;集合相关&lt;/a&gt;        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;#集合初始化时赋值&quot; id=&quot;markdown-toc-集合初始化时赋值&quot;&gt;集合初始化时赋值&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#字典相关&quot; id=&quot;markdown-toc-字典相关&quot;&gt;字典相关&lt;/a&gt;        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;#字典初始化时赋值&quot; id=&quot;markdown-toc-字典初始化时赋值&quot;&gt;字典初始化时赋值&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#文件文件夹相关&quot; id=&quot;markdown-toc-文件文件夹相关&quot;&gt;文件/文件夹相关&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#在指定文件夹下查找指定名称的文件&quot; id=&quot;markdown-toc-在指定文件夹下查找指定名称的文件&quot;&gt;在指定文件夹下，查找指定名称的文件&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#在指定文件夹下获取文件或文件夹列表&quot; id=&quot;markdown-toc-在指定文件夹下获取文件或文件夹列表&quot;&gt;在指定文件夹下，获取文件或文件夹列表&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#获取文件扩展名&quot; id=&quot;markdown-toc-获取文件扩展名&quot;&gt;获取文件扩展名&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#获取文件文件夹名称&quot; id=&quot;markdown-toc-获取文件文件夹名称&quot;&gt;获取文件/文件夹名称&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#正则相关&quot; id=&quot;markdown-toc-正则相关&quot;&gt;正则相关&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#正则测试是否能找到&quot; id=&quot;markdown-toc-正则测试是否能找到&quot;&gt;正则测试是否能找到&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#js-相关&quot; id=&quot;markdown-toc-js-相关&quot;&gt;JS 相关&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#隐藏元素&quot; id=&quot;markdown-toc-隐藏元素&quot;&gt;隐藏元素&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#显示元素&quot; id=&quot;markdown-toc-显示元素&quot;&gt;显示元素&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#获取-iframe-里面的元素&quot; id=&quot;markdown-toc-获取-iframe-里面的元素&quot;&gt;获取 iframe 里面的元素&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#获取-iframe-里面的元素属性&quot; id=&quot;markdown-toc-获取-iframe-里面的元素属性&quot;&gt;获取 iframe 里面的元素属性&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#python-相关&quot; id=&quot;markdown-toc-python-相关&quot;&gt;Python 相关&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#pip-install-的时候临时换源&quot; id=&quot;markdown-toc-pip-install-的时候临时换源&quot;&gt;pip install 的时候临时换源&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#pyautogui-实现鼠标移动到绝对坐标&quot; id=&quot;markdown-toc-pyautogui-实现鼠标移动到绝对坐标&quot;&gt;pyautogui 实现鼠标移动到绝对坐标&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#pyautogui-实现鼠标相对移动&quot; id=&quot;markdown-toc-pyautogui-实现鼠标相对移动&quot;&gt;pyautogui 实现鼠标相对移动&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#正则解析中文时间&quot; id=&quot;markdown-toc-正则解析中文时间&quot;&gt;正则解析中文时间&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#用-sinan-实现解析中文时间&quot; id=&quot;markdown-toc-用-sinan-实现解析中文时间&quot;&gt;用 sinan 实现解析中文时间&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#解析时间&quot; id=&quot;markdown-toc-解析时间&quot;&gt;解析时间&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#检测编码&quot; id=&quot;markdown-toc-检测编码&quot;&gt;检测编码&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#获取所有进程名称&quot; id=&quot;markdown-toc-获取所有进程名称&quot;&gt;获取所有进程名称&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#结束包含指定名称的进程&quot; id=&quot;markdown-toc-结束包含指定名称的进程&quot;&gt;结束包含指定名称的进程&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#跨工作簿复制工作表&quot; id=&quot;markdown-toc-跨工作簿复制工作表&quot;&gt;跨工作簿复制工作表&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#uibot-密文解密&quot; id=&quot;markdown-toc-uibot-密文解密&quot;&gt;Uibot 密文解密&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#cmd命令行相关&quot; id=&quot;markdown-toc-cmd命令行相关&quot;&gt;CMD命令行相关&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#显示进程列表&quot; id=&quot;markdown-toc-显示进程列表&quot;&gt;显示进程列表&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#杀掉进程&quot; id=&quot;markdown-toc-杀掉进程&quot;&gt;杀掉进程&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#其他&quot; id=&quot;markdown-toc-其他&quot;&gt;其他&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#截全屏元素截图&quot; id=&quot;markdown-toc-截全屏元素截图&quot;&gt;截全屏（元素截图）&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#截全屏快捷键-printscreen&quot; id=&quot;markdown-toc-截全屏快捷键-printscreen&quot;&gt;截全屏（快捷键 PrintScreen）&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#杀屏保&quot; id=&quot;markdown-toc-杀屏保&quot;&gt;杀屏保&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#防止电脑锁屏&quot; id=&quot;markdown-toc-防止电脑锁屏&quot;&gt;防止电脑锁屏&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#短信通知&quot; id=&quot;markdown-toc-短信通知&quot;&gt;短信通知&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#模拟操作后台操作系统消息三种操作类型的区别&quot; id=&quot;markdown-toc-模拟操作后台操作系统消息三种操作类型的区别&quot;&gt;模拟操作、后台操作、系统消息三种操作类型的区别&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;时间相关&quot;&gt;时间相关&lt;/h2&gt;

&lt;h3 id=&quot;获取格式化的当前时间&quot;&gt;获取格式化的当前时间&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;dtmNowTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Now&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;strFormatCurrentTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Format&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;dtmNowTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;yyyy-MM-dd hh:mm:ss&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;Log&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Info&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;当前时间：&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;&amp;amp;&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;strFormatCurrentTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;strFormatCurrentTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Format&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Now&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(),&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;yyyy-MM-dd hh:mm:ss&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;Log&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Info&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;当前时间：&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;&amp;amp;&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;strFormatCurrentTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;对日期时间进行加减&quot;&gt;对日期时间进行加减&lt;/h3&gt;

&lt;blockquote&gt;
  &lt;p&gt;减一年：Time.DateAdd(“yyyy”, -1, dtmNowTime)
减一季度：Time.DateAdd(“q”, -1, dtmNowTime)
减一月：Time.DateAdd(“m”, -1, dtmNowTime)
减一星期：Time.DateAdd(“ww”, -1, dtmNowTime)
减一天：Time.DateAdd(“d”, -1, dtmNowTime)
减一小时：Time.DateAdd(“h”, -1, dtmNowTime)
减一分钟：Time.DateAdd(“n”, -1, dtmNowTime)
减一秒：Time.DateAdd(“s”, -1, dtmNowTime)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;dtmNowTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;Date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;dtmYesterdayTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;DateAdd&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;dtmNowTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;strFormatYesterdayTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Format&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;dtmYesterdayTime&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;yyyymmdd&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;加的话，把 -1 改成 1&lt;/p&gt;

&lt;h2 id=&quot;数据操作相关&quot;&gt;数据操作相关&lt;/h2&gt;

&lt;h3 id=&quot;字符相关&quot;&gt;字符相关&lt;/h3&gt;

&lt;h4 id=&quot;判断指定字符是否在字符串内&quot;&gt;判断指定字符是否在字符串内&lt;/h4&gt;

&lt;p&gt;判断 a 是否在 asdfghjll 内。没有 in 或者 contains 之类的可以使用，只能是获取一个字符串在另一个字符串中首次出现的位置。&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;InStr&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;asdfghjll&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;False&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;但是返回的是位置（数字），不能直接用于判断，所以需要再加个判断，返回的才是 Ture 或者 False&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;InStr&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;asdfghjll&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;False&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-cn/office/vba/language/reference/user-interface-help/instr-function&quot;&gt;https://learn.microsoft.com/zh-cn/office/vba/language/reference/user-interface-help/instr-function&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;数组相关&quot;&gt;数组相关&lt;/h3&gt;

&lt;h4 id=&quot;获取数组的元素数量&quot;&gt;获取数组的元素数量&lt;/h4&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;UBound&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;数组头部添加元素&quot;&gt;数组头部添加元素&lt;/h4&gt;

&lt;div class=&quot;language-vb highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;n&quot;&gt;Unshift&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;123&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;数组过滤&quot;&gt;数组过滤&lt;/h4&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;arrFilePath&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Filter&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;arrFilePath&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;123&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;数组克隆&quot;&gt;数组克隆&lt;/h4&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;arrNewName&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Clone&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;arrName&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://docs-repo.uibot.com.cn/frequently-asked-questions/value-changed-while-array-assign&quot;&gt;使用变量赋值命令操作数组时，改变赋值后的数组，原数组也发生变化&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;字符串分割成数组&quot;&gt;字符串分割成数组&lt;/h4&gt;

&lt;p&gt;以指定字符串做分割&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt; &lt;span class=&quot;nx&quot;&gt;arrRet&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Split&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;qfgh|ert&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;|&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;无指定分隔符，每个字符变为数组的一个元素&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;arrRet&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Regex&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;FindAll&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;qfgh|s的发ert&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\\&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\\&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;S]&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;数组合并成字符串&quot;&gt;数组合并成字符串&lt;/h4&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;strNewName&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Join&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;arrNewName&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;、&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;数据表相关&quot;&gt;数据表相关&lt;/h3&gt;

&lt;h4 id=&quot;数据表筛选&quot;&gt;数据表筛选&lt;/h4&gt;

&lt;p&gt;字段包含指定字符串&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Datatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;QueryDataTable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;列名.str.contains('人民币')&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;字段包含指定字符串，指定字符串是变量&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Datatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;QueryDataTable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;列名.str.contains(&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&quot;&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;筛选关键词&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;   
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;字段等于指定字符串&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Datatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;QueryDataTable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;列名=='人民币'&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Datatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;QueryDataTable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;列名==&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;&amp;amp;&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;strCurrencyType&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;字段为空。&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;Datatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;QueryDataTable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;objDatatable&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;列名.isnull()&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;集合相关&quot;&gt;集合相关&lt;/h3&gt;

&lt;h4 id=&quot;集合初始化时赋值&quot;&gt;集合初始化时赋值&lt;/h4&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;ObjSet&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;Set&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Create&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;([&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;])&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;字典相关&quot;&gt;字典相关&lt;/h3&gt;

&lt;h4 id=&quot;字典初始化时赋值&quot;&gt;字典初始化时赋值&lt;/h4&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;dicName&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;文件文件夹相关&quot;&gt;文件/文件夹相关&lt;/h2&gt;

&lt;h3 id=&quot;在指定文件夹下查找指定名称的文件&quot;&gt;在指定文件夹下，查找指定名称的文件&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;arrFilePath&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;File&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;SearchFile&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;文件夹路径&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;文件名称*.xls*&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;True&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;在指定文件夹下获取文件或文件夹列表&quot;&gt;在指定文件夹下，获取文件或文件夹列表&lt;/h3&gt;

&lt;p&gt;文件列表，返回的是文件名称&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;arrFilePath&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;File&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;DirFileOrFolder&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;strInputFolderPath&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;file&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;hasPath&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;})&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;文件夹列表，返回的是文件夹的绝对路径&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;arrFilePath&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;File&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;DirFileOrFolder&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;strInputFolderPath&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;file&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;hasPath&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;True&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;})&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;文件和文件夹列表，返回的是文件和文件夹的绝对路径&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;arrFilePath&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;File&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;DirFileOrFolder&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;strInputFolderPath&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;fileandfolder&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;hasPath&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;True&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;})&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;获取文件扩展名&quot;&gt;获取文件扩展名&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;strExtensionName&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;File&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;ExtensionName&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;C:&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;Users&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;获取文件文件夹名称&quot;&gt;获取文件/文件夹名称&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;File&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;BaseName&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;C:&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;Users&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;正则相关&quot;&gt;正则相关&lt;/h2&gt;

&lt;h3 id=&quot;正则测试是否能找到&quot;&gt;正则测试是否能找到&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;Regex&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Test&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;strFileName&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;台账表.*.xls.*&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;js-相关&quot;&gt;JS 相关&lt;/h2&gt;

&lt;h3 id=&quot;隐藏元素&quot;&gt;隐藏元素&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;.QuestionButtonGroup&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;display&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;none&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;.QuestionButtonGroup&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;visibility&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;hidden&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;.QuestionButtonGroup&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;opacity&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/zh-CN/docs/Web/API/Document/querySelector&quot;&gt;https://developer.mozilla.org/zh-CN/docs/Web/API/Document/querySelector&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;显示元素&quot;&gt;显示元素&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;.QuestionButtonGroup&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;display&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;block&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;.QuestionButtonGroup&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;visibility&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;visible&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;.QuestionButtonGroup&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;opacity&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;获取-iframe-里面的元素&quot;&gt;获取 iframe 里面的元素&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;#iframeResult&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;contentDocument&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;img&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;获取-iframe-里面的元素属性&quot;&gt;获取 iframe 里面的元素属性&lt;/h3&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;#iframeResult&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;contentDocument&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;querySelector&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;img&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;alt&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;python-相关&quot;&gt;Python 相关&lt;/h2&gt;

&lt;h3 id=&quot;pip-install-的时候临时换源&quot;&gt;pip install 的时候临时换源&lt;/h3&gt;

&lt;div class=&quot;language-shell highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;pip &lt;span class=&quot;nb&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;-i&lt;/span&gt; https://pypi.tuna.tsinghua.edu.cn/simple 需要安装的依赖库
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;pyautogui-实现鼠标移动到绝对坐标&quot;&gt;pyautogui 实现鼠标移动到绝对坐标&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;pyautogui&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# 移动鼠标，duration为持续时间
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;moveTo&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;100&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;100&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mf&quot;&gt;0.25&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 持续时间为 0.25 秒，移动到 (100,100)，
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;pyautogui-实现鼠标相对移动&quot;&gt;pyautogui 实现鼠标相对移动&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;pyautogui&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# pyautogui.FAILSAFE = False # 默认为 True，当鼠标位于主显示器的四个角中的任何一个位置，就会报错；Fasle 为不启用自动防故障，
# pyautogui.PAUSE = 2.5 # 默认 0.1 秒，每个 pyautogui 命令的间隔停顿 0.1 秒
&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;moveRel&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;500&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;duration&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 从当前位置移动鼠标，持续时间为 2 秒
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;moveTo&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;100&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;100&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;easeInQuad&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 开始很慢，不断加速 
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;moveTo&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;100&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;700&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;easeOutQuad&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 开始很快，不断减速 
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;moveTo&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;700&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;100&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;easeInOutQuad&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 开始和结束都快，中间比较慢 
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;pyautogui&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;moveTo&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;bp&quot;&gt;None&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;500&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 坐标传 None 值，表示当前鼠标光标位置
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;move&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;30&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;bp&quot;&gt;None&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;pyautogui&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;move&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;30&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://pyautogui.readthedocs.io/en/latest/&quot;&gt;https://pyautogui.readthedocs.io/en/latest/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://pyautogui.readthedocs.io/en/latest/mouse.html#tween-easing-functions&quot;&gt;https://pyautogui.readthedocs.io/en/latest/mouse.html#tween-easing-functions&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;正则解析中文时间&quot;&gt;正则解析中文时间&lt;/h3&gt;

&lt;p&gt;用正则的思路去实现，代码比较长&lt;/p&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;re&lt;/span&gt;
&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;time&lt;/span&gt;
&lt;span class=&quot;kn&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;datetime&lt;/span&gt; &lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;datetime&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;ParseTimeError&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;Exception&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
    &lt;span class=&quot;s&quot;&gt;&quot;&quot;&quot;解析时间失败&quot;&quot;&quot;&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;get_days_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;days&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d %H:%M:%S'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;days&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;int&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;days&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;subtractTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;days&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;24&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;60&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;60&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;formatTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;strftime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;localtime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;subtractTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;formatTime&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;get_hours_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;hours&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d %H:%M:%S'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;hours&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;int&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;hours&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;subtractTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;hours&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;60&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;60&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;formatTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;strftime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;localtime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;subtractTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;formatTime&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;get_mins_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;mins&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d %H:%M:%S'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;mins&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;int&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;mins&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;subtractTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;mins&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;60&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;formatTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;strftime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;localtime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;subtractTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;formatTime&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
    &lt;span class=&quot;s&quot;&gt;&quot;&quot;&quot;根据传入的时间文本进行解析，获取对应的日期时间
    :param dateTimeText: 需要解析的时间文本
    :return: 解析到的日期时间
    :raises: 解析失败时抛出 ParseTimeError
    &quot;&quot;&quot;&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;str&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;用于解析的时间文本：&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;+&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;&quot;&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;try&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;datetime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;strptime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
        &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;except&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;ValueError&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;输入日期文本不为 yyyy-mm-dd 格式，进行后续处理&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'天前'&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;a&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;re&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;findall&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'(.*?)天前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;get_days_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;],&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'前天'&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;3&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;get_days_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'昨天'&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;get_days_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'小时前'&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;a&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;re&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;findall&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'(.*?)小时前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;get_hours_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;],&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'分钟前'&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;a&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;re&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;findall&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'(.*?)分钟前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;get_mins_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;],&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'秒前'&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;get_mins_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'刚刚'&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;get_mins_ago_date&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;interTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;date_format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'%Y-%m-%d'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;ow&quot;&gt;not&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
        &lt;span class=&quot;k&quot;&gt;raise&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;ParseTimeError&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;sa&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'解析时间： &lt;/span&gt;&lt;span class=&quot;si&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;dateTimeText&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;，失败'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;transformTime&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'2023-03-15'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'7天前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'5天前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'4天前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'前天'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'昨天'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'20小时前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'10小时前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'10分钟前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'10秒前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'今晚加班'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse_time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'17小时前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;用-sinan-实现解析中文时间&quot;&gt;用 sinan 实现解析中文时间&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;sinan&lt;/span&gt; &lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;Sinan&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;obj&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;Sinan&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'5秒前'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;result&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;obj&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;

&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'datetime'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;])&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/yiyujianghu/sinan&quot;&gt;https://github.com/yiyujianghu/sinan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;返回信息：&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;参数名&lt;/th&gt;
      &lt;th&gt;含义&lt;/th&gt;
      &lt;th&gt;示例&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;datetime&lt;/td&gt;
      &lt;td&gt;日期时间信息&lt;/td&gt;
      &lt;td&gt;‘2020-08-05 17:00:00’&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;length&lt;/td&gt;
      &lt;td&gt;长度信息&lt;/td&gt;
      &lt;td&gt;(5000.0, ‘m’)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;weight&lt;/td&gt;
      &lt;td&gt;质量信息&lt;/td&gt;
      &lt;td&gt;(2.0, ‘kg’)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;time&lt;/td&gt;
      &lt;td&gt;时间信息&lt;/td&gt;
      &lt;td&gt;(5400.0, ‘s’)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;temperature&lt;/td&gt;
      &lt;td&gt;温度信息&lt;/td&gt;
      &lt;td&gt;(20.0 ‘℃’)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;money&lt;/td&gt;
      &lt;td&gt;钱数信息&lt;/td&gt;
      &lt;td&gt;(300.0, ‘元’)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;people&lt;/td&gt;
      &lt;td&gt;人数信息&lt;/td&gt;
      &lt;td&gt;(2.0, ‘人’)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;phone_num&lt;/td&gt;
      &lt;td&gt;手机号码&lt;/td&gt;
      &lt;td&gt;‘18610086138’&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;identification&lt;/td&gt;
      &lt;td&gt;身份证号&lt;/td&gt;
      &lt;td&gt;‘110108199703069999’&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h3 id=&quot;解析时间&quot;&gt;解析时间&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;dateutil.parser&lt;/span&gt; &lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;parse&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;logline&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;INFO 2020-01-01T00:00:01 .&quot;&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;timestamp&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;logline&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;fuzzy&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;bp&quot;&gt;True&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;timestamp&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;检测编码&quot;&gt;检测编码&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;chardet&lt;/span&gt;

&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;chardet&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;detect&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;sa&quot;&gt;b&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'Hello, world!'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;data&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'离离原上草，一岁一枯荣'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;encode&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'gbk'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;chardet&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;detect&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;data&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'离离原上草，一岁一枯荣'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;encode&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'utf-8'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;chardet&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;detect&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;获取所有进程名称&quot;&gt;获取所有进程名称&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;psutil&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;pids&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;psutil&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pids&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pid&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pids&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;p&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;psutil&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Process&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pid&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;pid：%d，%s&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;%&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pid&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;结束包含指定名称的进程&quot;&gt;结束包含指定名称的进程&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;os&lt;/span&gt;
&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;time&lt;/span&gt;

&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;psutil&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;os&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;startfile&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;sa&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;C:\Windows\System32\PhotoScreensaver.scr&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 启动屏保
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;time&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;sleep&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;10&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;pids&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;psutil&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pids&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pid&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pids&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;p&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;psutil&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Process&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pid&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;.scr&quot;&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;():&lt;/span&gt;
        &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pid&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;())&lt;/span&gt;
        &lt;span class=&quot;n&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;terminate&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;# 终止进程
&lt;/span&gt;        &lt;span class=&quot;c1&quot;&gt;# p.kill() # 杀掉进程
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;跨工作簿复制工作表&quot;&gt;跨工作簿复制工作表&lt;/h3&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;xlwings&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;as&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;xw&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;copy_sheet&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;source_file_path&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;target_file_path&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;sheet_name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
    &lt;span class=&quot;s&quot;&gt;&quot;&quot;&quot;读取来源 Excel 文件，复制指定 Sheet 到目标 Excel 文件
    :param source_file_path: 来源 Excel 文件的路径
    :param target_file_path: 目标 Excel 文件的路径
    :param sheet_name: 需要复制的 Sheet 名称
    &quot;&quot;&quot;&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;app&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;xw&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;App&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;visible&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;bp&quot;&gt;True&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;  &lt;span class=&quot;c1&quot;&gt;# 打开 Excel，visible=True 可见，visible=False，不可见
&lt;/span&gt;    &lt;span class=&quot;c1&quot;&gt;# 打开来源 Excel 文件
&lt;/span&gt;    &lt;span class=&quot;n&quot;&gt;source_book&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;xw&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;source_file_path&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;已打开来源 Excel 文件，路径：&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;+&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;source_file_path&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;c1&quot;&gt;# 打开目标 Excel 文件
&lt;/span&gt;    &lt;span class=&quot;n&quot;&gt;target_book&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;xw&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;target_file_path&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;已打开目标 Excel 文件，路径：&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;+&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;target_file_path&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;c1&quot;&gt;# 复制指定 Sheet 到目标 Excel。-1代表复制到最后一个，0代表复制到倒数第二个
&lt;/span&gt;    &lt;span class=&quot;n&quot;&gt;source_book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;sheets&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;sheet_name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;].&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;copy&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;after&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;target_book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;sheets&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;])&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;sa&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;已复制：&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;sheet_name&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;s&quot;&gt; 到 &lt;/span&gt;&lt;span class=&quot;si&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;target_file_path&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

    &lt;span class=&quot;n&quot;&gt;target_book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;save&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;source_book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;save&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;target_book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;close&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;source_book&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;close&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;

    &lt;span class=&quot;n&quot;&gt;app&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;quit&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;  &lt;span class=&quot;c1&quot;&gt;# 关闭excel
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.xlwings.org/zh_CN/latest/quickstart.html&quot;&gt;https://docs.xlwings.org/zh_CN/latest/quickstart.html&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;uibot-密文解密&quot;&gt;Uibot 密文解密&lt;/h3&gt;

&lt;p&gt;UiBot 读取 commander 的凭据或者是凭据管理器的凭据，读取出来的密码是密文，需要解密才能获取到明文。&lt;/p&gt;

&lt;p&gt;但是为什么这代码要这么写，我不懂，给到我的代码就这样，我就格式化了一下代码。&lt;/p&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;k&quot;&gt;try&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;UiBot&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;except&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;Exception&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;as&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;Temp&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;():&lt;/span&gt;
        &lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;GetString&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;bp&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;strPath&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
            &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;&quot;&lt;/span&gt;


    &lt;span class=&quot;n&quot;&gt;UiBot&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;Temp&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;


&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;_Decrypt&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pwd&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;):&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;UiBot&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;PushContext&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;try&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;c1&quot;&gt;# 解密失败 抛出异常
&lt;/span&gt;        &lt;span class=&quot;n&quot;&gt;pwd&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;UiBot&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;InvokeRobotCore&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;'GetStringFromSecText'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;''&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pwd&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;])&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;except&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
        &lt;span class=&quot;k&quot;&gt;pass&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;UiBot&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;PopContext&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;()&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;pwd&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;cmd命令行相关&quot;&gt;CMD命令行相关&lt;/h2&gt;

&lt;h3 id=&quot;显示进程列表&quot;&gt;显示进程列表&lt;/h3&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;tasklist
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;以 csv 格式显示进程列表，默认格式是table&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;tasklist /fo csv
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;筛选出谷歌浏览器的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;tasklist /fi &quot;IMAGENAME eq chrome.exe&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;筛选出 chrome 开头的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;tasklist /fi &quot;IMAGENAME eq chrome*&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;筛选出包含 msedge 的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;tasklist | findstr /i msedge
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;筛选出包含 .scr 的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;tasklist | findstr /i \.scr
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;筛选出以 .scr 结尾的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;tasklist |  findstr /i &quot;\.scr\&amp;gt;&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/tasklist&quot;&gt;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/tasklist&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/findstr&quot;&gt;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/findstr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;筛选出 .exe 的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;wmic Process Where &quot;Name  like '%.exe'&quot; Get Name
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;杀掉进程&quot;&gt;杀掉进程&lt;/h3&gt;

&lt;p&gt;kill 掉谷歌浏览器的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Taskkill /f /im chrome.exe
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;kill 掉屏保&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Taskkill /f /t /im PhotoScreensaver.scr
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;kill 掉 msedge 开头的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Taskkill /f /fi &quot;IMAGENAME eq msedge*&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Taskkill /f /t /im msedge*
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;kill 掉包含 msedge 的进程&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;for /f %a in ('tasklist ^| findstr /i msedge') do taskkill /f /fi &quot;imagename eq %a&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;kill 掉 .scr 结尾的进程，推荐 tasklist 的方式&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;for /f %a in ('tasklist ^| findstr /i &quot;\.scr\&amp;gt;&quot;') do taskkill /f /fi &quot;imagename eq %a&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;for /f %a in ( 'wmic Process Where &quot;Name  like '%.scr'&quot; Get Name') do taskkill /f /fi &quot;imagename eq %a&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/taskkill&quot;&gt;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/taskkill&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/findstr&quot;&gt;https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/findstr&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;其他&quot;&gt;其他&lt;/h2&gt;

&lt;h3 id=&quot;截全屏元素截图&quot;&gt;截全屏（元素截图）&lt;/h3&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230323_UiBot截全屏（元素截图）.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;UiBot截全屏（元素截图）&quot; title=&quot;UiBot截全屏（元素截图）&quot; /&gt;&lt;/p&gt;

&lt;p&gt;显示桌面背景的窗口类名称是 Program，它是 z-index 最低的顶级窗口，所以始终在所有窗口下面。而显示桌面图标的窗口类名称是 SHELLDLL_DefView，是它的子窗口。&lt;/p&gt;

&lt;p&gt;SysListView32 和 SHELLDLL_DefView 是管理和显示桌面图标的。Progman 是显示出来的总桌面，也是总程序.&lt;/p&gt;

&lt;p&gt;只需要给 &lt;strong&gt;Program Manager **窗口发送一个消息 **0x52C&lt;/strong&gt; ,就可以将 &lt;strong&gt;Program Manager&lt;/strong&gt; 拆分为多个窗口,分别是 &lt;strong&gt;Program Manager **窗口和两个 **WorkerW&lt;/strong&gt; 窗口。&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://blog.csdn.net/qq_40036189/article/details/108210747&quot;&gt;https://blog.csdn.net/qq_40036189/article/details/108210747&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://www.cnblogs.com/choumengqizhigou/p/15702980.html&quot;&gt;https://www.cnblogs.com/choumengqizhigou/p/15702980.html&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;http://suquark.github.io/lecture/2017/07/01/wallpaper_engine-DIY.html&quot;&gt;http://suquark.github.io/lecture/2017/07/01/wallpaper_engine-DIY.html&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;实际的使用中，建议只选择到 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Program Manager&lt;/code&gt; 这个顶级窗口，再下面一层的就不再选择。&lt;/p&gt;

&lt;p&gt;实际情况下，用 &lt;a href=&quot;https://github.com/westoncampbell/SpyPlusPlus&quot;&gt;Spy++&lt;/a&gt; 查看过，存在没有 SysListView32 和 SHELLDLL_DefView 的情况，Windows 多窗口分屏（左右分屏）即可复现。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230513_Program Manager 拆分为多个窗口.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;20230513_Program Manager 拆分为多个窗口&quot; title=&quot;Program Manager 拆分为多个窗口&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230512_Program Manager.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;20230512_Program Manager&quot; title=&quot;Program Manager&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-cn/visualstudio/debugger/spy-increment-help?view=vs-2019&quot;&gt;Spy++帮助&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;截全屏快捷键-printscreen&quot;&gt;截全屏（快捷键 PrintScreen）&lt;/h3&gt;

&lt;p&gt;截图出来的文件会很大，好几M，不太建议。&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;Keyboard&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Press&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;PrintScreen&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;press&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;[],{&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;iDelayAfter&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;300&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;iDelayBefore&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;200&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;sSimulate&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;simulate&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;})&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;Clipboard&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;SaveImage&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;C:&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;Users&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;lbj&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;Desktop&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\t&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;est.jpg&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;杀屏保&quot;&gt;杀屏保&lt;/h3&gt;

&lt;p&gt;如果无法通过设置来调整屏保的话，只能是通过杀掉屏保进程的方式解决。&lt;/p&gt;

&lt;p&gt;屏保为 .scr 文件，系统自带的屏保存放在 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;C:\Windows\System32&lt;/code&gt; 文件夹下，可以直接 App.Kill 杀掉屏保&lt;/p&gt;

&lt;div class=&quot;language-js highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nx&quot;&gt;App&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Run&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;C:&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;Windows&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;System32&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;PhotoScreensaver.scr /s&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;'''&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;  &lt;span class=&quot;c1&quot;&gt;// 打开屏保&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;Delay&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;5000&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;nx&quot;&gt;App&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;Kill&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;PhotoScreensaver.scr&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;c1&quot;&gt;// 杀掉屏保&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;防止电脑锁屏&quot;&gt;防止电脑锁屏&lt;/h3&gt;

&lt;p&gt;如果无法通过设置来防止电脑进入休眠，只能使用以下的方式。&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://www.appinn.com/mouse-jiggler-2/&quot;&gt;https://www.appinn.com/mouse-jiggler-2/&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://github.com/arkane-systems/mousejiggler&quot;&gt;https://github.com/arkane-systems/mousejiggler&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;已验证过可行，shell:startup ，把快捷方式加到开机自启，快捷方式添加：-j -m -z  即可&lt;/p&gt;

  &lt;p&gt;快捷方式，修改属性，把快捷方式的目标 修改为类似：”C:\Program Files\MouseJiggler.exe” -j -m -z&lt;/p&gt;

  &lt;p&gt;仅对当前用户生效：shell:startup 
 对所有用户生效：shell:common startup&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;https://blog.51cto.com/u_9843231/4840851&quot;&gt;8个用来取消或中止 Windows 关闭/重启的工具&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;或者弄个视频一直播放&lt;/p&gt;

&lt;p&gt;微软的 &lt;a href=&quot;https://learn.microsoft.com/zh-cn/windows/powertoys/awake&quot;&gt;PowerToys Awake&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;短信通知&quot;&gt;短信通知&lt;/h3&gt;

&lt;p&gt;用起来还可以，一个post请求就能发送短信，0.1 元一条：&lt;a href=&quot;http://console.smsbao.com/#/index&quot;&gt;http://console.smsbao.com/#/index&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;阿里云的，签名和模板可能不好通过申请：&lt;a href=&quot;https://dysms.console.aliyun.com/overview&quot;&gt;https://dysms.console.aliyun.com/overview&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;模拟操作后台操作系统消息三种操作类型的区别&quot;&gt;模拟操作、后台操作、系统消息三种操作类型的区别&lt;/h3&gt;

&lt;p&gt;在Creator中设计RPA流程时，高频用到的命令有“点击目标”、“在目标中输入”等,在这些命令中都一个同名属性”操作类型”,分别有”模拟操作”、”后台操作”、”系统消息”这3个下拉选择项。&lt;/p&gt;

&lt;p&gt;那么它们有什么区别,应该怎么使用呢?&lt;/p&gt;

&lt;p&gt;1、模拟操作：指通过调用系统 api mouseevent 等实现鼠标操作，会实际移动光标 。&lt;/p&gt;

&lt;p&gt;2、系统消息：指发送鼠标消息到目标元素，不移动光标。&lt;/p&gt;

&lt;p&gt;3、后台操作：可以理解为调用了一次元素的鼠标响应回调函数。&lt;/p&gt;

&lt;p&gt;那他们分别是在哪种场景下使用呢？&lt;/p&gt;

&lt;p&gt;由上往下是底层到上层的顺序，越底层兼容性越好，上层有速度和精准的优势。&lt;/p&gt;

&lt;p&gt;1、模拟操作 2、系统消息 3、后台操作&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs-repo.uibot.com.cn/simulation-backstage-system&quot;&gt;https://docs-repo.uibot.com.cn/simulation-backstage-system&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/03/20/UiBot_Notes.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/03/20/UiBot_Notes.html</guid>
        
        <category>RPA</category>
        
        <category>UiBot</category>
        
        
      </item>
    
      <item>
        <title>2023 年 03 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-01&quot; id=&quot;markdown-toc-2023-03-01&quot;&gt;2023-03-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-02&quot; id=&quot;markdown-toc-2023-03-02&quot;&gt;2023-03-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-03&quot; id=&quot;markdown-toc-2023-03-03&quot;&gt;2023-03-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-04&quot; id=&quot;markdown-toc-2023-03-04&quot;&gt;2023-03-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-05&quot; id=&quot;markdown-toc-2023-03-05&quot;&gt;2023-03-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-06&quot; id=&quot;markdown-toc-2023-03-06&quot;&gt;2023-03-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-07&quot; id=&quot;markdown-toc-2023-03-07&quot;&gt;2023-03-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-08&quot; id=&quot;markdown-toc-2023-03-08&quot;&gt;2023-03-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-09&quot; id=&quot;markdown-toc-2023-03-09&quot;&gt;2023-03-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-10&quot; id=&quot;markdown-toc-2023-03-10&quot;&gt;2023-03-10&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-11&quot; id=&quot;markdown-toc-2023-03-11&quot;&gt;2023-03-11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-12&quot; id=&quot;markdown-toc-2023-03-12&quot;&gt;2023-03-12&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-13&quot; id=&quot;markdown-toc-2023-03-13&quot;&gt;2023-03-13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-14&quot; id=&quot;markdown-toc-2023-03-14&quot;&gt;2023-03-14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-15&quot; id=&quot;markdown-toc-2023-03-15&quot;&gt;2023-03-15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-16&quot; id=&quot;markdown-toc-2023-03-16&quot;&gt;2023-03-16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-17&quot; id=&quot;markdown-toc-2023-03-17&quot;&gt;2023-03-17&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-18&quot; id=&quot;markdown-toc-2023-03-18&quot;&gt;2023-03-18&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-19&quot; id=&quot;markdown-toc-2023-03-19&quot;&gt;2023-03-19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-20&quot; id=&quot;markdown-toc-2023-03-20&quot;&gt;2023-03-20&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-21&quot; id=&quot;markdown-toc-2023-03-21&quot;&gt;2023-03-21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-22&quot; id=&quot;markdown-toc-2023-03-22&quot;&gt;2023-03-22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-23&quot; id=&quot;markdown-toc-2023-03-23&quot;&gt;2023-03-23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-24&quot; id=&quot;markdown-toc-2023-03-24&quot;&gt;2023-03-24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-25&quot; id=&quot;markdown-toc-2023-03-25&quot;&gt;2023-03-25&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-26&quot; id=&quot;markdown-toc-2023-03-26&quot;&gt;2023-03-26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-27&quot; id=&quot;markdown-toc-2023-03-27&quot;&gt;2023-03-27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-28&quot; id=&quot;markdown-toc-2023-03-28&quot;&gt;2023-03-28&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-29&quot; id=&quot;markdown-toc-2023-03-29&quot;&gt;2023-03-29&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-30&quot; id=&quot;markdown-toc-2023-03-30&quot;&gt;2023-03-30&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-03-31&quot; id=&quot;markdown-toc-2023-03-31&quot;&gt;2023-03-31&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2023-03-01&quot;&gt;2023-03-01&lt;/h2&gt;

&lt;p&gt;来宁波银行上海分行部署别人开发的流程，希望同事不要把我往死里坑。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天预约退税。约到了 3 号，也就是这周五退税。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-02&quot;&gt;2023-03-02&lt;/h2&gt;

&lt;p&gt;上次提醒朋友去可转债打新，但是自己忙到忘记去申购新债。痛定思痛，决定开通条件单，使用里面的预约申购。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230302_条件单的预约申购.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;预约申购&quot; title=&quot;预约申购&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-03&quot;&gt;2023-03-03&lt;/h2&gt;

&lt;p&gt;算上个人养老金之后，退税3k，爽。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;晚上八点钟才回去宿舍，走到半路，得知一个舍友没带钥匙，另一个本来就没钥匙，都等着我救场。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-04&quot;&gt;2023-03-04&lt;/h2&gt;

&lt;p&gt;好久没试过这样，躺在树荫下休息了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230304_躺在树荫下休息.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;躺在树荫下休息&quot; title=&quot;躺在树荫下休息&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-05&quot;&gt;2023-03-05&lt;/h2&gt;

&lt;p&gt;上海交通卡 app 里面，可以给交通卡设置卡面。看了一下假面骑士的卡面，11 块钱一张永久的，卡面好贵。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-06&quot;&gt;2023-03-06&lt;/h2&gt;

&lt;p&gt;朋友的退税已经到账了，而我的退税还没到账，还在税务审核中，难受。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;晚上 9 点半的地铁，发现地铁上有个女生打开电脑在干活，我泪目了。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-07&quot;&gt;2023-03-07&lt;/h2&gt;

&lt;p&gt;问了，不行。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230307_不能过妇女节.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;不能过妇女节&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;blockquote&gt;
  &lt;p&gt;有一句格言，任何软件工具都应该遵循一个原则：做对的操作应该很容易，做错的操作应该很难。&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://weibo.com/1400854834/Mw3YS05Y5&quot;&gt;ruanyf&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;2023-03-08&quot;&gt;2023-03-08&lt;/h2&gt;

&lt;p&gt;又一次到宁波银行上海分行，把上次没部署好的流程部署好了，现场写用户使用手册。&lt;/p&gt;

&lt;p&gt;但是这一次另一个流程因为使用到宏，而 wps 没有企业账号，使用不了宏，所以得后续修改代码，从使用宏改为使用 Python。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;得知明天下午要陪老板去投标，下班之后，开周会时跑出去优衣库买了件衣服，然后接着回去开周会，开完周会去理发，真是不得了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;退税到账，爽。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;小林不如意&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230308_小林不如意.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;小林不如意&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-09&quot;&gt;2023-03-09&lt;/h2&gt;

&lt;p&gt;今天陪老板去投标，把自己收拾得人模人样的，我纯粹就是撑个人场，连话都不用说。&lt;/p&gt;

&lt;p&gt;一点感悟：&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;投标文件最好是把资质证书出个目录展示出来（未必会给时间展示PPT）&lt;/li&gt;
  &lt;li&gt;最好随身带笔，如果有东西可以垫着写字就更好了（可能有文件需要签名，需要写个承诺书）&lt;/li&gt;
&lt;/ol&gt;

&lt;hr /&gt;

&lt;p&gt;静安雕塑公园，隔壁就是上海自然博物馆。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230309_静安雕塑公园.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;静安雕塑公园&quot; title=&quot;静安雕塑公园&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;打车回办公室，定位到的终点是上海信息大楼，而公司在上海信息大厦。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-10&quot;&gt;2023-03-10&lt;/h2&gt;

&lt;p&gt;没想到办公室的打印机是可以扫描文件的，试了一下，感觉还可以。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;工作日中午的世纪公园，人真的不多。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230310_世纪公园.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;世纪公园&quot; title=&quot;世纪公园&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今年等了这么久，终于中了一个新债，希望浙矿转债在上市当天涨到 130.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天刚说想去北京，然后就被告知北京沙尘暴。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-11&quot;&gt;2023-03-11&lt;/h2&gt;

&lt;p&gt;今天大好天气，阳光明媚，走过去打算接种新冠疫苗，结果发现今天不是接种时间，得周二、周日的早上 8 点  到 11 点（含半小时留观）。&lt;/p&gt;

&lt;p&gt;得，明天得吹着冷风过来接种新冠疫苗。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-12&quot;&gt;2023-03-12&lt;/h2&gt;

&lt;p&gt;早上八点多去接种新冠疫苗，一开始以为是吸入式的，路上还稍微练习了一下深呼吸。结果一看，注射式的。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230312_接种新冠疫苗.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;20230312 接种新冠疫苗&quot; title=&quot;20230312 接种新冠疫苗&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230312_新冠疫苗接种记录.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;新冠疫苗接种记录&quot; title=&quot;新冠疫苗接种记录&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-13&quot;&gt;2023-03-13&lt;/h2&gt;

&lt;p&gt;周一，腥风血雨的一天，而且还需要准备上线材料。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-14&quot;&gt;2023-03-14&lt;/h2&gt;

&lt;p&gt;我来上班，只办三件事。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230314_上班只办三件事.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;上班只办三件事&quot; title=&quot;上班只办三件事&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-15&quot;&gt;2023-03-15&lt;/h2&gt;

&lt;p&gt;2月份的时候在招商银行的 App 上下单买了点东西，主要是刚好有个优惠券，想着有便宜不占王八蛋，结果买到了教训。&lt;/p&gt;

&lt;p&gt;快递的物流信息是有的，看物流信息是给我放到了快递柜，甚至在丰巢、菜鸟的快递柜来回横跳，但就是没有短信信息通知，也没有电话通知，甚至丰巢智能柜这个服务号也没有通知。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;朋友中的可转债（天23转债）上市了，盘中 117 我建议出了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230315_花.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;花&quot; title=&quot;花&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-16&quot;&gt;2023-03-16&lt;/h2&gt;

&lt;p&gt;又一次到宁波银行上海分行&lt;/p&gt;

&lt;h2 id=&quot;2023-03-17&quot;&gt;2023-03-17&lt;/h2&gt;

&lt;p&gt;团建，南京大排档吃饭，我又是最晚到的那一批…&lt;/p&gt;

&lt;h2 id=&quot;2023-03-18&quot;&gt;2023-03-18&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;当你穿过了暴风雨，你就不再是原来那个人。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;2023-03-19&quot;&gt;2023-03-19&lt;/h2&gt;

&lt;p&gt;v2rayN 启动后，弹窗提示：加载GUI配置文件异常,请重启应用。&lt;/p&gt;

&lt;p&gt;很莫名其妙，不知道为什么。只记得是 Windows 更新，重启了电脑，第二天用就这样了。&lt;/p&gt;

&lt;p&gt;今天发现 v2rayN 目录下 guiNConfig.json 文件变成了 0 kb，去 guiBackups 文件夹里面复制了一个文件出来，然后 v2rayN 就正常启动了。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-20&quot;&gt;2023-03-20&lt;/h2&gt;

&lt;p&gt;周一，又是腥风血雨。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-21&quot;&gt;2023-03-21&lt;/h2&gt;

&lt;p&gt;周末有检查天然气的工作人员上门，说有泄露。今天早上八点半，等师傅上门来修，师傅试了一下，说没修好，得重排管道。得，没辙，先上班。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天又一次忘记带电脑充电器，应该是一年时间内的第三次了，事不过三，立马下单买一个电脑充电器做备用。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-22&quot;&gt;2023-03-22&lt;/h2&gt;

&lt;p&gt;中了华特发债，开心的。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-23&quot;&gt;2023-03-23&lt;/h2&gt;

&lt;p&gt;ChatGPT 支持第三方插件，不得了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;重银转债除息，我是没想到的，这是我第一个持有超过一年的可转债。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.sse.com.cn/disclosure/listedinfo/announcement/c/new/2023-03-17/601963_20230317_C22S.pdf&quot;&gt;http://www.sse.com.cn/disclosure/listedinfo/announcement/c/new/2023-03-17/601963_20230317_C22S.pdf&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天一整天都在期待这个快递&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230325_快递.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;快递&quot; title=&quot;快递&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230325_佛珠.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;佛珠&quot; title=&quot;佛珠&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-24&quot;&gt;2023-03-24&lt;/h2&gt;

&lt;p&gt;小米手环的腕带断了，还有宿舍有备用的腕带。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;买的电脑充电器到了，看了一下，不是天选3的充电器，是 ROG 玩家国度的充电器，也行吧，看着能用。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230325_新买的电脑充电器.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;新买的电脑充电器&quot; title=&quot;新买的电脑充电器&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Alock 是一款免费用于隐藏指定 App 的应用。使用 Alock 可以彻底地从 iPhone/iPad 上隐藏指定的 App，隐藏后的 App 在主屏幕、App资料库、搜索、系统设置中均不可见。最大程度保护您的隐私。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/luoxuhai/Alock&quot;&gt;https://github.com/luoxuhai/Alock&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-25&quot;&gt;2023-03-25&lt;/h2&gt;

&lt;p&gt;周四为了试验用任务计划来定时重启电脑，结果试完之后没关。昨天去了个洗手间之后，回来发现电脑重启了。&lt;/p&gt;

&lt;p&gt;今天刚好在电脑前面，发现了问题所在，不然又是玄学。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;卫健委疫情通报：&lt;a href=&quot;http://www.nhc.gov.cn/xcs/yqtb/list_gzbd.shtml&quot;&gt;http://www.nhc.gov.cn/xcs/yqtb/list_gzbd.shtml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Wind 新型冠状病毒肺炎疫情实时播报：&lt;a href=&quot;https://wx.wind.com.cn/WindSariWeb/sari/message.html&quot;&gt;https://wx.wind.com.cn/WindSariWeb/sari/message.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;微博新冠肺炎疫情地图：&lt;a href=&quot;https://news.sina.cn/zt_d/yiqing0121&quot;&gt;https://news.sina.cn/zt_d/yiqing0121&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-26&quot;&gt;2023-03-26&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/hpXdVQtQbfsiIWJ-Qy82TA&quot;&gt;技术的诅咒——为什么从业者反而错估了新能源汽车发展速度&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.zhihu.com/question/266842155&quot;&gt;中国汽车品牌什么时候能够打败丰田本田？&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-27&quot;&gt;2023-03-27&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/yALZ9JRr6MPMD3zksP-iiQ&quot;&gt;从现在开始，最适者生存，而不是最强者&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-28&quot;&gt;2023-03-28&lt;/h2&gt;

&lt;p&gt;https://www.chinamoney.com.cn/chinese/mgbbjjr/&lt;/p&gt;

&lt;p&gt;https://www.chinabondconnect.com/sc/Northbound/Trading-And-Settlement/Trading-Calendar.html&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;浙矿转债在上市当天涨到 130，第二天涨到157.30，爽的。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-29&quot;&gt;2023-03-29&lt;/h2&gt;

&lt;p&gt;明天去客户那边做poc，希望不要遇到大坑。&lt;/p&gt;

&lt;h2 id=&quot;2023-03-30&quot;&gt;2023-03-30&lt;/h2&gt;

&lt;p&gt;去客户现场poc，我预感到会有很多坑，没想到会这么多坑。&lt;/p&gt;

&lt;p&gt;放进去的安装包是损坏的，提供的授权是错误的，各种麻烦。&lt;/p&gt;

&lt;p&gt;生活就像海洋，只有意志坚定的人，才能到达彼岸。&lt;/p&gt;

&lt;p&gt;显然，我溺水了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230330_不出意外的话.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;不出意外的话&quot; title=&quot;不出意外的话&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-03-31&quot;&gt;2023-03-31&lt;/h2&gt;

&lt;p&gt;说实在话，穿着西装在平成屋吃晚餐，我只会觉得我是一个标准的社畜。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;C:\Users\lbj\Desktop\20230331_世博会中国馆.jpg&quot; alt=&quot;世博会中国馆&quot; title=&quot;世博会中国馆&quot; style=&quot;zoom:80%;&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 01 Mar 2023 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/03/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/03/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
      <item>
        <title>2023 年 02 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-01&quot; id=&quot;markdown-toc-2023-02-01&quot;&gt;2023-02-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-02&quot; id=&quot;markdown-toc-2023-02-02&quot;&gt;2023-02-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-03&quot; id=&quot;markdown-toc-2023-02-03&quot;&gt;2023-02-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-04&quot; id=&quot;markdown-toc-2023-02-04&quot;&gt;2023-02-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-05&quot; id=&quot;markdown-toc-2023-02-05&quot;&gt;2023-02-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-06&quot; id=&quot;markdown-toc-2023-02-06&quot;&gt;2023-02-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-07&quot; id=&quot;markdown-toc-2023-02-07&quot;&gt;2023-02-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-08&quot; id=&quot;markdown-toc-2023-02-08&quot;&gt;2023-02-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-09&quot; id=&quot;markdown-toc-2023-02-09&quot;&gt;2023-02-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-10&quot; id=&quot;markdown-toc-2023-02-10&quot;&gt;2023-02-10&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-11&quot; id=&quot;markdown-toc-2023-02-11&quot;&gt;2023-02-11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-12&quot; id=&quot;markdown-toc-2023-02-12&quot;&gt;2023-02-12&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-13&quot; id=&quot;markdown-toc-2023-02-13&quot;&gt;2023-02-13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-14&quot; id=&quot;markdown-toc-2023-02-14&quot;&gt;2023-02-14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-15&quot; id=&quot;markdown-toc-2023-02-15&quot;&gt;2023-02-15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-16&quot; id=&quot;markdown-toc-2023-02-16&quot;&gt;2023-02-16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-17&quot; id=&quot;markdown-toc-2023-02-17&quot;&gt;2023-02-17&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-18&quot; id=&quot;markdown-toc-2023-02-18&quot;&gt;2023-02-18&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-19&quot; id=&quot;markdown-toc-2023-02-19&quot;&gt;2023-02-19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-20&quot; id=&quot;markdown-toc-2023-02-20&quot;&gt;2023-02-20&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-21&quot; id=&quot;markdown-toc-2023-02-21&quot;&gt;2023-02-21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-22&quot; id=&quot;markdown-toc-2023-02-22&quot;&gt;2023-02-22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-23&quot; id=&quot;markdown-toc-2023-02-23&quot;&gt;2023-02-23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-24&quot; id=&quot;markdown-toc-2023-02-24&quot;&gt;2023-02-24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-25&quot; id=&quot;markdown-toc-2023-02-25&quot;&gt;2023-02-25&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-26&quot; id=&quot;markdown-toc-2023-02-26&quot;&gt;2023-02-26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-27&quot; id=&quot;markdown-toc-2023-02-27&quot;&gt;2023-02-27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-02-28&quot; id=&quot;markdown-toc-2023-02-28&quot;&gt;2023-02-28&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2023-02-01&quot;&gt;2023-02-01&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/jKqruREVqYEqIv9S550x5w&quot;&gt;A股沸腾？赶紧3分钟搞懂啥是注册制！&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230201_注册制.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;注册制&quot; title=&quot;注册制&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-02&quot;&gt;2023-02-02&lt;/h2&gt;

&lt;p&gt;延迟退休不是说你要工作到 65 岁，而是说你 65 岁才能领退休金。至于退休之前还有没有工作，那不被在乎。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;吓我一跳。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230202_医院提醒.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;医院提醒&quot; title=&quot;医院提醒&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-03&quot;&gt;2023-02-03&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://weibo.com/1548674942/Mrcga0kTx&quot;&gt;https://weibo.com/1548674942/Mrcga0kTx&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;今天看了段视频，袁启聪老师说了他刚经历的一件事，大体经过为，过年时，袁老师开车在路口等红灯，有辆出租车横在他前方上下客，挡住了整个车道，袁老师鸣笛催促，惹恼了出租车司机，之后，这位司机就开起了斗气车，不仅对袁老师比出侮辱性手势，还做出急刹等危险操作，险些酿成事故，并最终追尾了袁老师的车。&lt;/p&gt;

  &lt;p&gt;好在，袁老师将此事处理的相当妥当，没有升级冲突，交警抵达后，双方理性沟通，出租车司机承认了错误，矛盾就此平息。&lt;/p&gt;

  &lt;p&gt;接下来到了事情的重点，袁老师在车上等保险公司的人来时，他给了出租车司机一个新年红包，并祝他好运，等再回到车上后，袁老师发现那位出租车司机哭了，又过了两分钟，出租车司机走到袁老师车旁，再次向他诚恳道歉，并坦白自己这两天其实已经制造三四起交通事故了，就是因为生活艰辛，心情愤懑，所以故意在街头驾车寻衅，而且这位出租车司机还随身带了剪刀，准备和人打起来后就套在拳头上当武器猛戳，好在袁老师妥善地平息了冲突，否则两人的生活大概就都毁了。&lt;/p&gt;

  &lt;p&gt;出处：&lt;a href=&quot;https://weibo.com/5992829552/MrjAYuMcP&quot;&gt;https://weibo.com/5992829552/MrjAYuMcP&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;评论区的一句话：不要在路上冲着陌生人发脾气，不管他做了啥。我这几年就是，尽量不要成为压垮别人的最后一根稻草，和气生财。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/f8XiBgsTdnuE7pJ4NGAaiQ&quot;&gt;微信支持注册辅助账号(小号)&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://webfollow.cc/#/&quot;&gt;Webfollow&lt;/a&gt;，一个国产的 RSS 订阅服务，每天将你订阅的 RSS 自动整理后，把内容发送到你的邮箱&lt;/p&gt;

&lt;h2 id=&quot;2023-02-04&quot;&gt;2023-02-04&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.zhihu.com/question/271127570&quot;&gt;巴氏刷牙法&lt;/a&gt;，今天试了一下，感觉不错。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://www.perplexity.ai/&quot;&gt;https://www.perplexity.ai/&lt;/a&gt;，感觉还挺好用。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-05&quot;&gt;2023-02-05&lt;/h2&gt;

&lt;p&gt;这周本来是计划去杭州的，逛逛西湖、灵隐寺，但是想了想，觉得可能会有很多人，于是意愿就没那么高了。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-06&quot;&gt;2023-02-06&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/bHg6KAy9vQzaiXBQuxYfEg&quot;&gt;还原字节跳动 HR 体系：中国互联网最极致人才工厂的起落&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-07&quot;&gt;2023-02-07&lt;/h2&gt;

&lt;p&gt;土耳其地震，RIP&lt;/p&gt;

&lt;h2 id=&quot;2023-02-08&quot;&gt;2023-02-08&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;http://afoo.me/posts/2023-02-08-chatgpt-integrated-future.html&quot;&gt;ChatGPT的宿命 - 被集成&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天正式接触 UiBot，用它来开发了一个监测指定微博解除半年可见的程序，还行吧，用内置浏览器不会影响到正常使用电脑。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天被老板找过来聊，突然就充满了斗志，对生活重燃希望。&lt;/p&gt;

&lt;p&gt;没这么夸张，但差不多就是这个意思。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-09&quot;&gt;2023-02-09&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://openai.weixin.qq.com/&quot;&gt;微信对话开放平台 (qq.com)&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://pornpen.ai/&quot;&gt;https://pornpen.ai/&lt;/a&gt;，之前试的时候觉得不太行，现在进化得不错，有一些看着可以。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;天23转债，忘记申购了，气。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-10&quot;&gt;2023-02-10&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://weeklyreport.avemaria.fun/zh&quot;&gt;周报生成器 (avemaria.fun)&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;blockquote&gt;
  &lt;p&gt;我真正担心的是，今天的很多编程没有任何乐趣，它只是集合别人的软件，把组件拼起来并启动，不需要太多的创造力。&lt;/p&gt;

  &lt;p&gt;我担心编程会变得太无聊，因为你没有机会做任何新鲜事。你的兴奋来自于看到机器产生出来的有趣结果，而不是来自创造新事物的过程。现在的乐趣变成，当你完成无聊的工作后，会突然得到一个很棒的结果，但在以前，工作本身并不乏味。&lt;/p&gt;

  &lt;p&gt;– &lt;a href=&quot;https://vickiboykis.com/2022/12/05/the-cloudy-layers-of-modern-day-programming/&quot;&gt;Donald Knuth&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;看了一下，UiPath 从刚上市（2021-04-21）最高 70.740，跌到今天收盘价 15.750，要不要啊。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-11&quot;&gt;2023-02-11&lt;/h2&gt;

&lt;p&gt;内测的基金E账户，这个对我的帮助应该不大，邀请码还得找基金公司的客服要一个，或者去基金公司的微信公众号拿，有点麻烦。&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;基金E账户是中国结算开发的手机应用，为个人投资者提供公募基金账户及份额信息的一站式查询服务，任何渠道购买的任何一家公募基金的产品，都可以在基金E账户中查询到，实现一键查询。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
  &lt;p&gt;保险——「金事通」
基金——「E账户」
银行卡——云闪付的一键查卡
券商账户——中国结算网站&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;没想到一个货架，真的就安装了两个小时。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230211_货架.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;货架&quot; title=&quot;货架&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-12&quot;&gt;2023-02-12&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://tool.browser.qq.com/&quot;&gt;帮小忙，腾讯在线工具箱平台&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;新冠抗体检测，感觉我是有必要去做一下的。毕竟上一次疫苗接种都 1 年多了，不太确定有没有感染。做一个检测的话，辅助决策要不要打加强针。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-13&quot;&gt;2023-02-13&lt;/h2&gt;

&lt;p&gt;代码和人，有一个能 Run 就行&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230213_代码和人.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;代码和人&quot; title=&quot;代码和人&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-14&quot;&gt;2023-02-14&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/TFzm4E_SJX8HIxs5sa_brg&quot;&gt;冲马桶时发生了什么？&lt;/a&gt;，之前看到过一篇类似的文章，然后冲马桶之前就盖上马桶盖了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;小米推出米家智能电子血压计，要不要去参与众筹呢。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;奈雪新出的阿胶奶茶，到底口感如何。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-15&quot;&gt;2023-02-15&lt;/h2&gt;

&lt;p&gt;数字系统、作战单位、人、企业、国家，都是一样的。&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;- 转发 &lt;a href=&quot;https://weibo.com/1401527553&quot;&gt;@tombkeeper&lt;/a&gt;: 技术高低、资源多少，都是绝对的。体系架构的优劣则是相对的。一种体系架构特别适合做某事，就一定特别不适合做某事。即使其它方面都处于劣势，在体系架构上一定可以找到利于你而不利于对方的点。体系架构的调整既难且慢，以对方体系架构的弱点为目标，不但隐蔽，而且即使对方意识到了，也拙于应对。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;昨天网络波动，导致生产上的流程出现问题，把我搞得心态炸裂。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-16&quot;&gt;2023-02-16&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.disktool.cn/recovery/winfr.html&quot;&gt;WinFR界面版&lt;/a&gt; – 基于微软官方命令行工具 &lt;a href=&quot;https://apps.microsoft.com/store/detail/9N26S50LN705&quot;&gt;Windows File Recovery&lt;/a&gt; 的误删除文件恢复工具&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/hwR-j2iBf_fslz7FxWQWIA&quot;&gt;【公司动态】中投创展作为典型服务集成商（SI），成功入选2022年中国RPA市场发展洞察报告&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/IqMi8iip0smYAE03LN_X3g&quot;&gt;人和人的差距真的很大&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-17&quot;&gt;2023-02-17&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;曾经有一段时间，成为一名全栈开发人员是可能的，可以做到对中等复杂系统的每一层都有很好的熟悉度。&lt;/p&gt;

  &lt;p&gt;但是，今天的系统涉及太多的组件，想要掌握每个堆栈的每个组件，是不切实际的。正如一位开发者所说：“程序员现在不得不在数百个 API 之间充当某种巨大的手动管理层。”—— &lt;a href=&quot;https://redmonk.com/sogrady/2022/12/09/faster-horse/&quot;&gt;A Faster Horse&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;盘中的国债逆回购，一下子飙到 4 ，发生了什么事。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-18&quot;&gt;2023-02-18&lt;/h2&gt;

&lt;p&gt;解决一个问题，然后发现还有一些之前未注意到的问题，接着就被耗进去了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/lllyasviel/ControlNet#readme&quot;&gt;https://github.com/lllyasviel/ControlNet#readme&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-19&quot;&gt;2023-02-19&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://hourofcode.com/ca/cn&quot;&gt;编程一小时&lt;/a&gt;，怎么说呢，比较适合小朋友。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-20&quot;&gt;2023-02-20&lt;/h2&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[这个店，我去了两次，都不知道要买什么&lt;/td&gt;
      &lt;td&gt;开店笔记](https://mp.weixin.qq.com/s/eb-6LAuJLFvRfrPXKOHBww)&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h2 id=&quot;2023-02-21&quot;&gt;2023-02-21&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://m.cxstar.com/book/242dfcdd000795XXXX?school=1ad691ca0000cc0bce&quot;&gt;法务管理干什么&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://welm.weixin.qq.com/docs/playground/&quot;&gt;https://welm.weixin.qq.com/docs/playground/&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-22&quot;&gt;2023-02-22&lt;/h2&gt;

&lt;p&gt;上个月没提报销，今天开着周会提报销。&lt;/p&gt;

&lt;hr /&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[Civitai&lt;/td&gt;
      &lt;td&gt;Stable Diffusion models, embeddings, hypernetworks and more](https://civitai.com/)&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h2 id=&quot;2023-02-23&quot;&gt;2023-02-23&lt;/h2&gt;

&lt;p&gt;别人：必要时我会出手
我：必要时我会出家&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;早上提醒朋友新债申购，结果我自己忙到忘记申购，血亏。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-24&quot;&gt;2023-02-24&lt;/h2&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[帮小忙&lt;/td&gt;
      &lt;td&gt;多功能AI小帮手](https://ai-toolbox.codefuture.top/)&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;hr /&gt;

&lt;p&gt;刚刚听着歌，心情很好，然后面容解锁手机，没解开。&lt;/p&gt;

&lt;p&gt;脸一下子就耷拉下来，然后面容解锁成功了。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-25&quot;&gt;2023-02-25&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/huiyadanli/RevokeMsgPatcher&quot;&gt;https://github.com/huiyadanli/RevokeMsgPatcher&lt;/a&gt;：PC版微信/QQ/TIM防撤回补丁&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;同事这周搬过来，下周怕是就要出差到宁波，真行。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230225_卡丁车.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;卡丁车&quot; title=&quot;卡丁车&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230225_同事组装的电脑.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;同事组装的电脑&quot; title=&quot;同事组装的电脑&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-26&quot;&gt;2023-02-26&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://rili.zxy.wiki/&quot;&gt;📙 张潇雨微博精选 - 张潇雨微博精选 (zxy.wiki)&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-02-27&quot;&gt;2023-02-27&lt;/h2&gt;

&lt;p&gt;周一，认真准备这周三的部署。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;麻烦行政同事走申请买的书到了，还把我珍藏的书也一起放到上海办公室。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230227_买的书.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;买的书&quot; title=&quot;买的书&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/No_1bUEhzWngJAFhBTjpUA&quot;&gt;中共中央 国务院印发《数字中国建设整体布局规划》&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;盘中的国债逆回购，一下子飙到 5.5。&lt;/p&gt;

&lt;h2 id=&quot;2023-02-28&quot;&gt;2023-02-28&lt;/h2&gt;

&lt;p&gt;360 天擎简直是噩梦，昨天试了旧的 U 盘，发现电脑怎么都无法访问到 U 盘，然后立马下单购买了新的 U 盘。&lt;/p&gt;

&lt;p&gt;结果今天试了一下新的 U 盘，还是无法访问。用同事的的电脑试了一下，发现 U 盘没问题。&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;如何轻松卸载360天擎：&lt;a href=&quot;https://zhuanlan.zhihu.com/p/418332190&quot;&gt;https://zhuanlan.zhihu.com/p/418332190&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;C:\Program Files (x86)\QAX\360Safe\EntClient\conf\EntBase.dat&lt;/p&gt;
&lt;/blockquote&gt;
</description>
        <pubDate>Wed, 01 Feb 2023 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/02/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/02/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
      <item>
        <title>2023 年 01 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-01&quot; id=&quot;markdown-toc-2023-01-01&quot;&gt;2023-01-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-02&quot; id=&quot;markdown-toc-2023-01-02&quot;&gt;2023-01-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-03&quot; id=&quot;markdown-toc-2023-01-03&quot;&gt;2023-01-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-04&quot; id=&quot;markdown-toc-2023-01-04&quot;&gt;2023-01-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-05&quot; id=&quot;markdown-toc-2023-01-05&quot;&gt;2023-01-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-06&quot; id=&quot;markdown-toc-2023-01-06&quot;&gt;2023-01-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-07&quot; id=&quot;markdown-toc-2023-01-07&quot;&gt;2023-01-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-08&quot; id=&quot;markdown-toc-2023-01-08&quot;&gt;2023-01-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-09&quot; id=&quot;markdown-toc-2023-01-09&quot;&gt;2023-01-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-10&quot; id=&quot;markdown-toc-2023-01-10&quot;&gt;2023-01-10&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-11&quot; id=&quot;markdown-toc-2023-01-11&quot;&gt;2023-01-11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-12&quot; id=&quot;markdown-toc-2023-01-12&quot;&gt;2023-01-12&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-13&quot; id=&quot;markdown-toc-2023-01-13&quot;&gt;2023-01-13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-14&quot; id=&quot;markdown-toc-2023-01-14&quot;&gt;2023-01-14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-15&quot; id=&quot;markdown-toc-2023-01-15&quot;&gt;2023-01-15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-16&quot; id=&quot;markdown-toc-2023-01-16&quot;&gt;2023-01-16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-17&quot; id=&quot;markdown-toc-2023-01-17&quot;&gt;2023-01-17&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-18&quot; id=&quot;markdown-toc-2023-01-18&quot;&gt;2023-01-18&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-19&quot; id=&quot;markdown-toc-2023-01-19&quot;&gt;2023-01-19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-20&quot; id=&quot;markdown-toc-2023-01-20&quot;&gt;2023-01-20&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-21&quot; id=&quot;markdown-toc-2023-01-21&quot;&gt;2023-01-21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-22&quot; id=&quot;markdown-toc-2023-01-22&quot;&gt;2023-01-22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-23&quot; id=&quot;markdown-toc-2023-01-23&quot;&gt;2023-01-23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-24&quot; id=&quot;markdown-toc-2023-01-24&quot;&gt;2023-01-24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-25&quot; id=&quot;markdown-toc-2023-01-25&quot;&gt;2023-01-25&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-26&quot; id=&quot;markdown-toc-2023-01-26&quot;&gt;2023-01-26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-27&quot; id=&quot;markdown-toc-2023-01-27&quot;&gt;2023-01-27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-28&quot; id=&quot;markdown-toc-2023-01-28&quot;&gt;2023-01-28&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-29&quot; id=&quot;markdown-toc-2023-01-29&quot;&gt;2023-01-29&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-30&quot; id=&quot;markdown-toc-2023-01-30&quot;&gt;2023-01-30&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2023-01-31&quot; id=&quot;markdown-toc-2023-01-31&quot;&gt;2023-01-31&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2023-01-01&quot;&gt;2023-01-01&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.bilibili.com/bangumi/media/md28235401&quot;&gt;中国奇谭&lt;/a&gt;，第一话，&lt;a href=&quot;https://www.bilibili.com/bangumi/play/ep706666&quot;&gt;《小妖怪的夏天》&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230101_被生活按住摩擦的我.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;被生活按住摩擦的我&quot; title=&quot;被生活按住摩擦的我&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-02&quot;&gt;2023-01-02&lt;/h2&gt;

&lt;p&gt;蒙脱石散脱销，我寻思，还不如抢便携式马桶。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/bJICqpfgMLMsie-8dr3Tbw&quot;&gt;XBB如期而至，关于XBB的谣言也如期而至&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-03&quot;&gt;2023-01-03&lt;/h2&gt;

&lt;p&gt;居家办公一段时间，然后今天到现场办公，平均步行距离大涨。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/BD-smpM1qfJ2CymrvBNSYg&quot;&gt;你的职业“避免犯错”，还是“欢迎犯错”？&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/EISoqM8-nmz2tXkSqqBctQ&quot;&gt;北京协和医院新型冠状病毒感染基层诊疗方案建议及适宜技术（第一版[2023.1.3]）&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;blockquote&gt;
  &lt;p&gt;任务是你加人的理由，任务是你加薪的理由，任务是你加股份的理由，唯独不是你完成的理由。&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/TqzVcozB0Thum_W73zd7HA&quot;&gt;什么叫“老钱”？其实就是肮脏且安全&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;要写年度评估，看了一下6个多月前写的【下阶段成长规划】，发现自己是一点都没做到啊&lt;/p&gt;

&lt;h2 id=&quot;2023-01-04&quot;&gt;2023-01-04&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;http://service.shmetro.com/shMetro2/metro.jsp&quot;&gt;上海地铁客流实时显示系统&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://service.shmetro.com/hcskb/index.htm&quot;&gt;上海地铁首末班车时刻表&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;上海给一线医护人员发 6000 元的补贴，上海是真的有钱。别的城市不发，大概率就是没钱。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-05&quot;&gt;2023-01-05&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/tlPNKnW5COlWBJL7Ta2iIA&quot;&gt;怎么选offer？&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/5ud_F_Sp1NkUqjR7MGu15A&quot;&gt;商人谁都可以骗，唯独不能骗自己&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-06&quot;&gt;2023-01-06&lt;/h2&gt;

&lt;p&gt;4号那天更新了电脑系统，升到了 Win11 22H2，然后用小米手环解锁电脑就一直都不行。&lt;/p&gt;

&lt;p&gt;后面试了好几次，还是不行，结果再小米感应钥匙取消绑定，再绑定一次，就好了。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-07&quot;&gt;2023-01-07&lt;/h2&gt;

&lt;p&gt;刷题，是不可能的，还欠了一堆东西没做呢。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-08&quot;&gt;2023-01-08&lt;/h2&gt;

&lt;p hidden=&quot;&quot;&gt;这个段落应该被隐藏。&lt;/p&gt;

&lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;p&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;hidden&lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;&amp;gt;&lt;/span&gt;这个段落应该被隐藏。&lt;span class=&quot;nt&quot;&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;details&gt; &lt;summary&gt;点击查看详细内容&lt;/summary&gt; 展开的内容 &lt;/details&gt;

&lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;details&amp;gt;&lt;/span&gt;
&lt;span class=&quot;nt&quot;&gt;&amp;lt;summary&amp;gt;&lt;/span&gt;点击查看详细内容&lt;span class=&quot;nt&quot;&gt;&amp;lt;/summary&amp;gt;&lt;/span&gt;
展开的内容
&lt;span class=&quot;nt&quot;&gt;&amp;lt;/details&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;diff 这个也很不错&lt;/p&gt;

&lt;div class=&quot;language-diff highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;p&quot;&gt;function addTwoNumbers (num1, num2) {
&lt;/span&gt;&lt;span class=&quot;gd&quot;&gt;-  return 1 + 2
&lt;/span&gt;&lt;span class=&quot;gi&quot;&gt;+  return num1 + num2
&lt;/span&gt;&lt;span class=&quot;err&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;2023-01-09&quot;&gt;2023-01-09&lt;/h2&gt;

&lt;p&gt;大晚上还在刷题，刷到晚上12点多，要遭不住了。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-10&quot;&gt;2023-01-10&lt;/h2&gt;

&lt;p&gt;晚上在宿舍吃完饭之后，听到舍友突然叫我来帮忙，走过去之后发现他在把猫塞进便携笼（宠物航空箱）里面，但是猫没有一点反应。当时我就觉得，这猫的状态不妙。&lt;/p&gt;

&lt;p&gt;但是没想到，最终结果是救不活了。&lt;/p&gt;

&lt;p&gt;舍友说当时猫走到他脚下，然后突然就倒下了。&lt;/p&gt;

&lt;p&gt;我想了想，可能是猫心脏病，猝死了。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-11&quot;&gt;2023-01-11&lt;/h2&gt;

&lt;p&gt;忙着干活，学习是不可能学习的。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/BOwVT52osWhsRo1ceGcV-g&quot;&gt;通启｜杭州灵隐寺2023年1月1日至3月31日免票开放&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-12&quot;&gt;2023-01-12&lt;/h2&gt;

&lt;p&gt;艰苦上班的一天，但是到了 5 点又要开会，不爽。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-13&quot;&gt;2023-01-13&lt;/h2&gt;

&lt;p&gt;因为今天下午要开年会，所以早上 8 点把舍友叫醒，让他早上别迟到。&lt;/p&gt;

&lt;p&gt;早上出门的时候，看着他收拾的东西，我还没意识到，他到现在还没把猫的后事妥善安排好。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;下午年会，妒忌+愤怒，就这都能拿奖，为什么不是我。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-14&quot;&gt;2023-01-14&lt;/h2&gt;

&lt;p&gt;心不静啊，于是去整理 UiPath 杂记，一下午就过去了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;在厨房打扫卫生，发现在 22 年 7 月份买的洋葱，想了想，用个杯子养起来算了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230114_22年7月份买的洋葱.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;22年7月份买的洋葱&quot; title=&quot;22年7月份买的洋葱&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-15&quot;&gt;2023-01-15&lt;/h2&gt;

&lt;p&gt;只要能坐上早上 06:15 往浦东国际机场方向的地铁，那么就能 06:34 到浦东国际机场。&lt;/p&gt;

&lt;p&gt;手机值机的话，一般来说，从坐上地铁开始算，一个小时就能到达登机口侯机了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230115_上海地铁二号线首班车时刻表.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;上海地铁二号线首班车时刻表&quot; title=&quot;上海地铁二号线首班车时刻表&quot; /&gt;&lt;/p&gt;

&lt;p&gt;我说为什么这次我候机等了这么久，完成是因为这次起飞时间比上次晚一个小时。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;我离开上海就下雪是吧，没想到。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-16&quot;&gt;2023-01-16&lt;/h2&gt;

&lt;p&gt;滴滴恢复新用户注册，利好中概。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-17&quot;&gt;2023-01-17&lt;/h2&gt;

&lt;p&gt;中国人口近61年来首次负增长&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/leochen-g/wechat-assistant-pro&quot;&gt;https://github.com/leochen-g/wechat-assistant-pro&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-18&quot;&gt;2023-01-18&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/j09xDJOnmhoXDhqytGiKzQ&quot;&gt;每个人都能感受到，一场深刻的变革正在进行！&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;话说，有没有比低级开发更低级的title。&lt;/p&gt;

&lt;p&gt;我寻思，我仔细寻思，没能找到合适的title。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230117_低级开发.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;低级开发&quot; title=&quot;低级开发&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-19&quot;&gt;2023-01-19&lt;/h2&gt;

&lt;p&gt;休的年假，遇到问题也没心思解决，先记录下来，后续再处理。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-20&quot;&gt;2023-01-20&lt;/h2&gt;

&lt;p&gt;气，接手的一个出现了问题，报错信息：【发生额】合计：22.06，与【应划付金额】总计：22.06 不一致。&lt;/p&gt;

&lt;p&gt;一看我就知道，肯定是用 Double 型了。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-21&quot;&gt;2023-01-21&lt;/h2&gt;

&lt;p&gt;怕是没一年的除夕，我都不开心。炮竹声、烟火味，搞得我睡不好。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-22&quot;&gt;2023-01-22&lt;/h2&gt;

&lt;p&gt;光污染地图：&lt;a href=&quot;https://www.darkmap.cn/&quot;&gt;https://www.darkmap.cn/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;www.lightpollutionmap.info&quot;&gt;www.lightpollutionmap.info&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-23&quot;&gt;2023-01-23&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/8yUsfur0mEttrDYjW5EDFA&quot;&gt;南大读研一年后，导师让我去广州送外卖&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;下到三岁，上到18岁，哪个男孩子不爱看挖掘机。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;虽然还是有人放烟花，但是我想起来我有隔音耳塞啊。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-24&quot;&gt;2023-01-24&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.zhihu.com/question/549539904/answer/2836937246&quot;&gt;为什么我觉得北京没有大家说的那么繁华？&lt;/a&gt;，朋友圈看到这个，看了一下，觉得路网密度这个词有点意思。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.caupd.com/&quot;&gt;中国城市规划设计研究院&lt;/a&gt; 的报告倒是值得看一下，&lt;a href=&quot;https://mp.weixin.qq.com/s/oIsYuYHf3ioM-tHny4ltuQ&quot;&gt;2022年度《中国主要城市道路网密度与运行状态监测报告》&lt;/a&gt;，但是下载不了，我想了想，&lt;strong&gt;每日开放下载时间 8:00~22:00&lt;/strong&gt;，这个应该是工作日才开放下载，节假日不开放下载。&lt;/p&gt;

&lt;p&gt;找到了一份 &lt;a href=&quot;http://www.planning.org.cn/news/uploads/2018/05/1525240509.pdf&quot;&gt;18 年的&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今年1月24日0时，由网易旗下公司网之易代理的《魔兽世界》《炉石传说》《守望先锋》等暴雪系列游戏产品在中国大陆地区正式终止运营。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-25&quot;&gt;2023-01-25&lt;/h2&gt;

&lt;p&gt;我算是发现了，每年部署一次证书，还得花时间。但是想了想，免费的，又不是不能用。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-26&quot;&gt;2023-01-26&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/MfVaErW7FvAw6hh9cjxTPQ&quot;&gt;通盘无妙手&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-27&quot;&gt;2023-01-27&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;将世界上的法律体系简单分类一下，大略可以分为&lt;strong&gt;海洋法系和大陆法系&lt;/strong&gt;。&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;海洋法系&lt;/em&gt;&lt;/p&gt;

  &lt;p&gt;海洋法系以英美法为主，之所以称为海洋法，据说是因为18世纪以后英国取代荷兰、西班牙等传统海上霸权国家，称霸了海洋，拥有海上霸权，在海外建立了很多殖民地，号称日不落帝国，同时也将英国的法律带去了世界各地的局部地区，统一称为海洋法系。&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;大陆法系&lt;/em&gt;&lt;/p&gt;

  &lt;p&gt;大陆法系源于罗马法，之所以称为大陆法，可能与这个法系的国家以大陆国家较多，或者即使沿海国家，也将自己的国家目标定位（面向）在大陆的国家为主，我国也属于宏观意义上的大陆法系国家。&lt;/p&gt;

  &lt;p&gt;——&lt;a href=&quot;https://zhuanlan.zhihu.com/p/193158068&quot;&gt;海洋法系与大陆法系的渊源简说&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;很真实&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230127_过年走亲戚互不讲话.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;过年走亲戚互不讲话&quot; title=&quot;过年走亲戚互不讲话&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-28&quot;&gt;2023-01-28&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.who.int/news/item/27-01-2023-who-updates-critical-medicines-list-for-radiation-and-nuclear-emergencies&quot;&gt;WHO updates critical medicines list for radiological and nuclear emergencies&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://news.un.org/zh/story/2023/01/1114612&quot;&gt;世卫组织更新用于应对辐射和核紧急情况的关键药物清单&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://news.sina.com.cn/o/2023-01-28/doc-imyctuyh3554820.shtml&quot;&gt;应对辐射和核紧急情况！世卫更新关键药物清单&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.macklin.cn/search/%E6%99%AE%E9%B2%81%E5%A3%AB%E8%93%9D&quot;&gt;http://www.macklin.cn/search/%E6%99%AE%E9%B2%81%E5%A3%AB%E8%93%9D&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;过了地铁的安检之后，被安检员提醒，发现自己还带着头盔…&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;航班时间调整，又得多等一段时间。&lt;/p&gt;

&lt;h2 id=&quot;2023-01-29&quot;&gt;2023-01-29&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.163.com/dy/article/HQVC112N0548I8VG.html&quot;&gt;上海7家医院：国产新冠药VV116，以“同情用药”方式投入治疗用！&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/Sf9D9gqYjPPWon4_8qTU5Q&quot;&gt;我市新冠病毒感染治疗药物氢溴酸氘瑞米德韦片（VV116）附条件获批上市&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt; “同情用药”，又称扩大使用、病人使用，其核心内容是允许给一些不符合批准的临床条件，但“无药可救”的终端患者，在开展临床试验的机构内，使用尚未得到批准上市的药物或医疗器械等。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[泰和泰研析&lt;/td&gt;
      &lt;td&gt;“同情用药”和你希望的一样吗](https://mp.weixin.qq.com/s/cBBQeONIJmLsTd6rezmT-Q)&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h2 id=&quot;2023-01-30&quot;&gt;2023-01-30&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/lxKxW9MxEBhkbOygHH_l5w&quot;&gt;与上海轨交 11 号线相接的苏州轨交 11 号线目前正全力冲刺，预计今年 3 月 1 日试运行。&lt;/a&gt;行，等你。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://developers.weixin.qq.com/miniprogram/dev/component/xr-frame/overview/&quot;&gt;微信小程序官方上线了 XR-Frame&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2023-01-31&quot;&gt;2023-01-31&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;http://www.mohrss.gov.cn/SYrlzyhshbzb/SYgundongxinwen/201710/t20171024_280005.html&quot;&gt;《国家职业资格目录（2021年版）》&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;考过了 UiPath 的高级认证，以后就没办法说我是低级开发了，以后就只能说我是【低级开发助理工程师】&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230131_UiPath高级认证.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;UiPath高级认证&quot; title=&quot;UiPath高级认证&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;厉害，也想贴一个到洗手间。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20230131_厉害.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;20230131_厉害&quot; title=&quot;厉害&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2023/01/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2023/01/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
      <item>
        <title>2022 年 12 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-01&quot; id=&quot;markdown-toc-2022-12-01&quot;&gt;2022-12-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-02&quot; id=&quot;markdown-toc-2022-12-02&quot;&gt;2022-12-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-03&quot; id=&quot;markdown-toc-2022-12-03&quot;&gt;2022-12-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-04&quot; id=&quot;markdown-toc-2022-12-04&quot;&gt;2022-12-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-05&quot; id=&quot;markdown-toc-2022-12-05&quot;&gt;2022-12-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-06&quot; id=&quot;markdown-toc-2022-12-06&quot;&gt;2022-12-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-07&quot; id=&quot;markdown-toc-2022-12-07&quot;&gt;2022-12-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-08&quot; id=&quot;markdown-toc-2022-12-08&quot;&gt;2022-12-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-09&quot; id=&quot;markdown-toc-2022-12-09&quot;&gt;2022-12-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-10&quot; id=&quot;markdown-toc-2022-12-10&quot;&gt;2022-12-10&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-11&quot; id=&quot;markdown-toc-2022-12-11&quot;&gt;2022-12-11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-12&quot; id=&quot;markdown-toc-2022-12-12&quot;&gt;2022-12-12&lt;/a&gt;    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#使用步骤&quot; id=&quot;markdown-toc-使用步骤&quot;&gt;使用步骤&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-13&quot; id=&quot;markdown-toc-2022-12-13&quot;&gt;2022-12-13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-14&quot; id=&quot;markdown-toc-2022-12-14&quot;&gt;2022-12-14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-15&quot; id=&quot;markdown-toc-2022-12-15&quot;&gt;2022-12-15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-16&quot; id=&quot;markdown-toc-2022-12-16&quot;&gt;2022-12-16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-17&quot; id=&quot;markdown-toc-2022-12-17&quot;&gt;2022-12-17&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-18&quot; id=&quot;markdown-toc-2022-12-18&quot;&gt;2022-12-18&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-19&quot; id=&quot;markdown-toc-2022-12-19&quot;&gt;2022-12-19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-20&quot; id=&quot;markdown-toc-2022-12-20&quot;&gt;2022-12-20&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-21&quot; id=&quot;markdown-toc-2022-12-21&quot;&gt;2022-12-21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-22&quot; id=&quot;markdown-toc-2022-12-22&quot;&gt;2022-12-22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-23&quot; id=&quot;markdown-toc-2022-12-23&quot;&gt;2022-12-23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-24&quot; id=&quot;markdown-toc-2022-12-24&quot;&gt;2022-12-24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-25&quot; id=&quot;markdown-toc-2022-12-25&quot;&gt;2022-12-25&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-26&quot; id=&quot;markdown-toc-2022-12-26&quot;&gt;2022-12-26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-27&quot; id=&quot;markdown-toc-2022-12-27&quot;&gt;2022-12-27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-28&quot; id=&quot;markdown-toc-2022-12-28&quot;&gt;2022-12-28&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-29&quot; id=&quot;markdown-toc-2022-12-29&quot;&gt;2022-12-29&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-30&quot; id=&quot;markdown-toc-2022-12-30&quot;&gt;2022-12-30&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-12-31&quot; id=&quot;markdown-toc-2022-12-31&quot;&gt;2022-12-31&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2022-12-01&quot;&gt;2022-12-01&lt;/h2&gt;

&lt;p&gt;我有一个朋友，他最近想去逛西湖，还想看雪.&lt;/p&gt;

&lt;h2 id=&quot;2022-12-02&quot;&gt;2022-12-02&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/4MrVzb9Gq8V4lfhe1Sc3dg&quot;&gt;中美元首会晤：王与霸&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221202_无题.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;无题&quot; title=&quot;无题&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-03&quot;&gt;2022-12-03&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/brUf3GvX9usCoEKYRNzo2w&quot;&gt;盘盘个人养老金账户里都能买啥？&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/_aOgKUB8QmnQ_HxIwmWs5Q&quot;&gt;来了，个人养老金攻略&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/9ImL2BXGejI4M8lmqi8Zgw&quot;&gt;关于「个人养老金」的一些建议&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/Rzkx33jrXirfr9mFJ1ZjDA&quot;&gt;五分钟带你读懂个人养老金&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/Z-Ryzo9EAwKNW0oEsnrv5A&quot;&gt;给自己加个菜？个人养老金到底是干啥的？&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;看了一遍，决定在招商银行开个人养老金的账户。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;别人：请保持社交距离&lt;/p&gt;

&lt;p&gt;我：你碰到我隐形的翅膀了&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221203_树冠羞避.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;树冠羞避&quot; title=&quot;树冠羞避&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-04&quot;&gt;2022-12-04&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://m.okjike.com/originalPosts/638d52d15701c403a2060118&quot;&gt;ChatGPT for Google&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://web.okjike.com/originalPost/638ca08c034d61bdc3b9e7b5&quot;&gt;用 ChatGPT 写淘宝商品爬虫&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-05&quot;&gt;2022-12-05&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/IpB7AHXaTvCYaDJpfW71rQ&quot;&gt;个人养老金账户，我肯定买FOF&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/TLbgYH8vKneRrI0sl4g-Vg&quot;&gt;AI 真要成精了？ChatGPT 上手体验&lt;/a&gt;，看了一下，觉得必须安排一下。&lt;/p&gt;

&lt;hr /&gt;

&lt;blockquote&gt;
  &lt;p&gt;顾及别人的利益，抓住别人的辫子，让人家对你又敬又怕，就可以了。&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/oVN-4FwtjyLvXJVhOTpaBw&quot;&gt;你顾及人家的利益，人家才能敬你；你抓住人家的辫子，人家才会怕你。&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;😊与🙁&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221205_笑与悲.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;笑与悲&quot; title=&quot;笑与悲&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221205_笑与悲_2.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;笑与悲&quot; title=&quot;笑与悲&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-06&quot;&gt;2022-12-06&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/lawj_JU8kwfIsOMAGnP5bQ&quot;&gt;手把手教你如何注册ChatGPT，超级详细&lt;/a&gt;，看了一下，可行性还是有的，后面发现不用充值 0.2 美元这么多， 0.162 美元就可以计入 10.53 卢布了，足够用。&lt;/p&gt;

&lt;p&gt;就是这个接码平台有点逗，验证码非常可行。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221216_接码平台的验证码.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;接码平台的验证码&quot; title=&quot;接码平台的验证码&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-07&quot;&gt;2022-12-07&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/2iNSGDUIYYg467VlWfO6Lg&quot;&gt;疫情防控新十条&lt;/a&gt;，非常出乎意料，就像是封控了几个月的上海突然就放开了一样，就看明天的情况了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;ChatGPT 甚至还能扮演 Linux 终端。&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;I want you to act as a Linux terminal. l will type commands and you will reply with what terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do no write explanations. Do not type commands unless l instruct you to do so. When I need to tell you something in English I will do so by putting text inside curly brackets {like this}. My first command is pwd.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;https://ygmxi12rz7.feishu.cn/docx/SdZRdNkU2ocmLOxirxocPNNEnjh&quot;&gt;ChatGPT快速入门&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/9HDq--g4R6S8gFpneVik2w&quot;&gt;终于尘埃落定。。&lt;/a&gt;，个人养老金的补充。&lt;/p&gt;

&lt;h2 id=&quot;2022-12-08&quot;&gt;2022-12-08&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/wp64vIw7wST2oWP9Y1Enow&quot;&gt;赌狗一无所有。。&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;进地铁站不用扫场所码，也不用出示绿码了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;ChatGPT 还挺好使的，给我不一样的代码思路。&lt;/p&gt;

&lt;p&gt;ChatGPT 反代，不用注册，直接提问：&lt;a href=&quot;https://gpt.chatapi.art/&quot;&gt;https://gpt.chatapi.art/&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-09&quot;&gt;2022-12-09&lt;/h2&gt;

&lt;p&gt;可转债打新很久了，去年这个时候第一次中了一个珀莱转债。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/e2D-Ff_YlXT6ov_bUXscog&quot;&gt;人是受到训练度影响的，团体也是受到组织度影响的。&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-10&quot;&gt;2022-12-10&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://coolshell.cn/articles/22320.html&quot;&gt;EBPF 介绍&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/m-X9xCIrvGlga9IAGyFOOA&quot;&gt;人和公司的关系很简单，你跑得比公司快，你就跳槽了；公司跑得比你快，你就被裁了。&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;小朋友有点多，应该是因为周末。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221210_上海科技馆.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;上海科技馆&quot; title=&quot;上海科技馆&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;朋友圈发现一个在广州的朋友阳的第二天。&lt;/p&gt;

&lt;h2 id=&quot;2022-12-11&quot;&gt;2022-12-11&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/YdvxZU6EknayXS_uACtPCA&quot;&gt;规律&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221211_世纪公园.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;世纪公园&quot; title=&quot;世纪公园&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-12&quot;&gt;2022-12-12&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://montaigne.io/&quot;&gt;https://montaigne.io/&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/4wT0gCsBUQIDAp6Wh550-g&quot;&gt;Montaigne，中文翻译为蒙田，这是一个基于 Apple Notes（苹果备忘录）的博客程序，在不使用独立域名的前提下，基本上是零成本搭建自己的博客，但是也有弊端，需要依赖该程序。&lt;/a&gt;&lt;/p&gt;

  &lt;h3 id=&quot;使用步骤&quot;&gt;使用步骤&lt;/h3&gt;

  &lt;ol&gt;
    &lt;li&gt;在 iOS 备忘录中创建特定命名的共享文件夹；&lt;/li&gt;
    &lt;li&gt;按照指引把它和 Montaigne 连接起来；&lt;/li&gt;
    &lt;li&gt;在备忘录创建的共享文件夹内添加你想展示出来的内容；&lt;/li&gt;
    &lt;li&gt;耐心等 2 到 5 分钟，这些内容会自动同步到博客上。&lt;/li&gt;
  &lt;/ol&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;上班测了个核酸，阴性。&lt;/p&gt;

&lt;h2 id=&quot;2022-12-13&quot;&gt;2022-12-13&lt;/h2&gt;

&lt;p&gt;行程卡今天下线了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;给家里买了点药和酒精。&lt;/p&gt;

&lt;h2 id=&quot;2022-12-14&quot;&gt;2022-12-14&lt;/h2&gt;

&lt;p&gt;在广州的表姐阳了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;又接手两个坑…&lt;/p&gt;

&lt;h2 id=&quot;2022-12-15&quot;&gt;2022-12-15&lt;/h2&gt;

&lt;p&gt;这几天感觉上海坐地铁的人少了，但是又担心自己感觉得不对，于是找了一下数据，确认了。&lt;/p&gt;

&lt;p&gt;再看了一下北京、广州、深圳这些城市，地铁的客流量都是下降的。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221215_上海地铁总客流.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;上海地铁总客流&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://metrodb.org/index/shanghai.html&quot;&gt;https://metrodb.org/index/shanghai.html&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;狼人杀是吧&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221215_狼人杀.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;狼人杀&quot; title=&quot;狼人杀&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-16&quot;&gt;2022-12-16&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://weibo.com/6827625527/MjOGkc0vQ&quot;&gt;https://weibo.com/6827625527/MjOGkc0vQ&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;每次没想好吃什么的时候，就会站着这个十字路口，看那边先亮绿灯就走哪边。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221216_十字路口.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;十字路口&quot; title=&quot;十字路口&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-17&quot;&gt;2022-12-17&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://gpgpuarch.org/&quot;&gt;开源通用计算芯片平台-青花瓷（GPGPU）&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/SJTU-ACA-Lab/blue-porcelain&quot;&gt;https://github.com/SJTU-ACA-Lab/blue-porcelain&lt;/a&gt;&lt;/p&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[风口上的GPGPU，上海交大团队计划用十年打造开源平台&lt;/td&gt;
      &lt;td&gt;甲子光年](https://mp.weixin.qq.com/s/uHtJKRpI0THX57Z3OQroZQ)，说实在话，没看懂这篇文章，可能是没静下心来看。《通用图形处理器设计》倒是后续可以看一下。&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;hr /&gt;

&lt;p&gt;在另一个宿舍的同事阳了，危。&lt;/p&gt;

&lt;p&gt;下午发现我混管待复核，危。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221217_混管待复核.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;混管待复核&quot; title=&quot;混管待复核&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-18&quot;&gt;2022-12-18&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://zhuanlan.zhihu.com/p/579970078&quot;&gt;共存区往事——如何保护自己，正常生活&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://zhuanlan.zhihu.com/p/584988729&quot;&gt;共存区往事2：如何对付奥密克戎刀割般的咽痛&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://zhuanlan.zhihu.com/p/590706388&quot;&gt;共存区往事3：放过布洛芬吧！&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://zhuanlan.zhihu.com/p/590917106&quot;&gt;共存区往事4：儿童新冠的致命并发症——MIS-C&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://zhuanlan.zhihu.com/p/592242161&quot;&gt;共存区往事5：将个人防护融入日常生活的场景流程&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221218_如图.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;如图&quot; /&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;核酸单管的结果出来了，阴性。匀了 20 片布洛芬、10 片布洛芬、20 只 KN95 快递寄给同事，祝好。&lt;/p&gt;

&lt;h2 id=&quot;2022-12-19&quot;&gt;2022-12-19&lt;/h2&gt;

&lt;p&gt;12月18日，阿里云香港Region可用区C发生大规模服务中断事件，故障时间超过15个小时，没想到。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;给家里和自己都买了点药，希望用不上。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;这周一部分人去办公室办公，一部分人去客户现场办公。我是去办公室办公的其中一个，去客户现场办公的，其中有一个晚上回到家发现阳了…&lt;/p&gt;

&lt;h2 id=&quot;2022-12-20&quot;&gt;2022-12-20&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://weibo.com/6095890251/MjIZSlwfr#comment&quot;&gt;https://weibo.com/6095890251/MjIZSlwfr#comment&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.zhihu.com/question/68014919/answer/2800818092&quot;&gt;https://www.zhihu.com/question/68014919/answer/2800818092&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-21&quot;&gt;2022-12-21&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://stopcovid19.metro.tokyo.lg.jp/zh-cn/&quot;&gt;东京都最新新型冠状病毒感染情况&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;开始居家办公&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221221_晚餐.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;晚餐&quot; title=&quot;晚餐&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-22&quot;&gt;2022-12-22&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/JJh-XezKUCpeY4Kc7LesKg&quot;&gt;美国的通胀不是靠加息能解决的，因为是供应链紊乱引起。&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;好几个快递卡住了，都是圆通的，顿时就理解供应链紊乱了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221222_晚餐.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;晚餐&quot; title=&quot;晚餐&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-23&quot;&gt;2022-12-23&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://36kr.com/p/2054778973210245?channel=wechat&quot;&gt;马化腾对内讲话：留给某些业务的时间不多了，不要再跟我说买量的事&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;快到年底了，国债逆回购开始涨了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;把布洛芬分了一些给隔壁弄的邻居，祝好。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;打算洗澡前给自己推一下头发，周末就不出门理发了。&lt;/p&gt;

&lt;p&gt;结果什么都准备好了，光着膀子准备推的时候，发现推子没电。&lt;/p&gt;

&lt;h2 id=&quot;2022-12-24&quot;&gt;2022-12-24&lt;/h2&gt;

&lt;p&gt;我爸阳了，还好之前有备药。&lt;/p&gt;

&lt;h2 id=&quot;2022-12-25&quot;&gt;2022-12-25&lt;/h2&gt;

&lt;p&gt;由日本央行转向带来的冲击&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/rJ2_TEc9mDxfJ1q4gCN-Zg&quot;&gt;关于阿里云香港Region可用区C服务中断事件的说明&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-26&quot;&gt;2022-12-26&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/aeYuXlHp3YTdK0-u5XeUBg&quot;&gt;用信心应对云故障&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/_aGfHxyy6ADkituOqEdhjg&quot;&gt;乐高积木式操作 ChatGPT&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/f/awesome-chatgpt-prompts&quot;&gt;Awesome ChatGPT Prompts&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/lencx/ChatGPT/blob/main/README-ZH_CN.md&quot;&gt;ChatGPT 第三方客户端&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gitee.com/plexpt/awesome-chatgpt-prompts-zh&quot;&gt;ChatGPT 中文调教指南&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-27&quot;&gt;2022-12-27&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;ul&gt;
    &lt;li&gt;将新型冠状病毒肺炎更名为新型冠状病毒感染。&lt;/li&gt;
    &lt;li&gt;经国务院批准，自2023年1月8日起，解除对新型冠状病寿感染采取的《中华人民共和国传染病防治法》规定的甲类传染病预防、控制措施；新型冠状病毒感染不再纳入《中华人民共和国国境卫生检疫法》规定的检疫传染病管理。&lt;/li&gt;
  &lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;2022-12-28&quot;&gt;2022-12-28&lt;/h2&gt;

&lt;p&gt;上周五、上周六，我好像是感冒了，一开始只是起床的时候有点鼻塞，起床之后半个小时左右就没事了。&lt;/p&gt;

&lt;p&gt;周一感冒变得非常不适，感觉自己喉咙有痰，鼻子也有点塞。&lt;/p&gt;

&lt;p&gt;今天下午鼓起勇气，测了一下抗原，发现没阳，突然就觉得身体好起来了，还能接着干活&lt;/p&gt;

&lt;h2 id=&quot;2022-12-29&quot;&gt;2022-12-29&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/LWRQjWwTKbLb8wocs848HQ&quot;&gt;新冠再次感染的问题和相关谣言&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-30&quot;&gt;2022-12-30&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/iVyhptN6HL6FP9bkHB_xFg&quot;&gt;在什么约束下，达成什么目标，发挥你自己的主观能动性。&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-12-31&quot;&gt;2022-12-31&lt;/h2&gt;

&lt;p&gt;明天就是元旦了，希望明天会更好。&lt;/p&gt;
</description>
        <pubDate>Thu, 01 Dec 2022 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2022/12/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2022/12/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
      <item>
        <title>2022 年 11 月碎碎念</title>
        <description>&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-01&quot; id=&quot;markdown-toc-2022-11-01&quot;&gt;2022-11-01&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-02&quot; id=&quot;markdown-toc-2022-11-02&quot;&gt;2022-11-02&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-03&quot; id=&quot;markdown-toc-2022-11-03&quot;&gt;2022-11-03&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-04&quot; id=&quot;markdown-toc-2022-11-04&quot;&gt;2022-11-04&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-05&quot; id=&quot;markdown-toc-2022-11-05&quot;&gt;2022-11-05&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-06&quot; id=&quot;markdown-toc-2022-11-06&quot;&gt;2022-11-06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-07&quot; id=&quot;markdown-toc-2022-11-07&quot;&gt;2022-11-07&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-08&quot; id=&quot;markdown-toc-2022-11-08&quot;&gt;2022-11-08&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-09&quot; id=&quot;markdown-toc-2022-11-09&quot;&gt;2022-11-09&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-10&quot; id=&quot;markdown-toc-2022-11-10&quot;&gt;2022-11-10&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-11&quot; id=&quot;markdown-toc-2022-11-11&quot;&gt;2022-11-11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-12&quot; id=&quot;markdown-toc-2022-11-12&quot;&gt;2022-11-12&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-13&quot; id=&quot;markdown-toc-2022-11-13&quot;&gt;2022-11-13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-14&quot; id=&quot;markdown-toc-2022-11-14&quot;&gt;2022-11-14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-15&quot; id=&quot;markdown-toc-2022-11-15&quot;&gt;2022-11-15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-16&quot; id=&quot;markdown-toc-2022-11-16&quot;&gt;2022-11-16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-17&quot; id=&quot;markdown-toc-2022-11-17&quot;&gt;2022-11-17&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-18&quot; id=&quot;markdown-toc-2022-11-18&quot;&gt;2022-11-18&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-19&quot; id=&quot;markdown-toc-2022-11-19&quot;&gt;2022-11-19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-20&quot; id=&quot;markdown-toc-2022-11-20&quot;&gt;2022-11-20&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-21&quot; id=&quot;markdown-toc-2022-11-21&quot;&gt;2022-11-21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-22&quot; id=&quot;markdown-toc-2022-11-22&quot;&gt;2022-11-22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-23&quot; id=&quot;markdown-toc-2022-11-23&quot;&gt;2022-11-23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-24&quot; id=&quot;markdown-toc-2022-11-24&quot;&gt;2022-11-24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-25&quot; id=&quot;markdown-toc-2022-11-25&quot;&gt;2022-11-25&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-26&quot; id=&quot;markdown-toc-2022-11-26&quot;&gt;2022-11-26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-27&quot; id=&quot;markdown-toc-2022-11-27&quot;&gt;2022-11-27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-28&quot; id=&quot;markdown-toc-2022-11-28&quot;&gt;2022-11-28&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-29&quot; id=&quot;markdown-toc-2022-11-29&quot;&gt;2022-11-29&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#2022-11-30&quot; id=&quot;markdown-toc-2022-11-30&quot;&gt;2022-11-30&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;2022-11-01&quot;&gt;2022-11-01&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/jHZAcNmRDNE4GrWVBrxvJQ&quot;&gt;怀揣着不一定能赢的心思，用尽心思，这难道不是一个人的本分吗？&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;整了一个定时器来定时开关灯，爽的。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-02&quot;&gt;2022-11-02&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://beam.eyeware.tech/zh_cn&quot;&gt;beam，眼动仪&lt;/a&gt;，感觉也不太适合我。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;每一天的我&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221102_每一天的我.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;每一天的我&quot; title=&quot;每一天的我&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-03&quot;&gt;2022-11-03&lt;/h2&gt;

&lt;p&gt;Uipath Orchestrator 居然有手机版的，可以用来控制。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://apps.apple.com/us/app/uipath-orchestrator/id1448283884&quot;&gt;UiPath Orchestrator on the App Store (apple.com)&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-04&quot;&gt;2022-11-04&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/RbzFo7gXX8GB2Ko1SubyHw&quot;&gt;最靠谱的方案从来不是如何解决危机，而是如何避免危机。&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;中了赛轮发债，可喜可贺。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-05&quot;&gt;2022-11-05&lt;/h2&gt;

&lt;p&gt;今天吃完午饭之后，绕着世纪公园逛了一圈，大概花了一个小时，那是真的累。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://www.npsmeter.cn/&quot;&gt;NPSMeter，用户洞察与体验管理系统&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;惊闻海珠区封了，据说封三天&lt;/p&gt;

&lt;h2 id=&quot;2022-11-06&quot;&gt;2022-11-06&lt;/h2&gt;

&lt;p&gt;下午想出去逛世纪公园的，但是等个快递，等到下午6点，无缘了。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-07&quot;&gt;2022-11-07&lt;/h2&gt;

&lt;p&gt;海珠区再续四天，这似曾相识啊。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-08&quot;&gt;2022-11-08&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;http://yjgl.gd.gov.cn/kp/fzjz/content/post_2204268.html&quot;&gt;高层建筑火灾的自救法&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-09&quot;&gt;2022-11-09&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.cccitu.com/4953.html&quot;&gt;如何解除B站(哔哩哔哩)港澳台限定番剧的限制&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;可以的一顿饭&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221109_可以的一顿饭.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;可以的一顿饭&quot; title=&quot;以的一顿饭&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-10&quot;&gt;2022-11-10&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.fullstackpython.com/&quot;&gt;Full Stack Python&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-11&quot;&gt;2022-11-11&lt;/h2&gt;

&lt;p&gt;惊闻海珠区再续三天&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;木鱼-念经助手：&lt;a href=&quot;https://apps.apple.com/cn/app/木鱼-念经助手/id1522144157&quot;&gt;https://apps.apple.com/cn/app/木鱼-念经助手/id1522144157&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;当初的我，其实还是一个比较温和的人；现在的我，算了，不说了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;http://www.gov.cn/xinwen/2022-11/11/content_5726144.htm&quot;&gt;优化疫情防控的二十条措施&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;（一）对密切接触者，将“7天集中隔离+3天居家健康监测”管理措施调整为“5天集中隔离+3天居家隔离”，期间赋码管理、不得外出。集中隔离医学观察的第1、2、3、5天各开展1次核酸检测，居家隔离医学观察第1、3天各开展1次核酸检测。&lt;/p&gt;

  &lt;p&gt;（二）及时准确判定密切接触者，不再判定密接的密接。&lt;/p&gt;

  &lt;p&gt;（三）将高风险区外溢人员“7天集中隔离”调整为“7天居家隔离”，期间赋码管理、不得外出。在居家隔离第1、3、5、7天各开展1次核酸检测。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;隔音耳罩买了3M X5A，非常期待。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-12&quot;&gt;2022-11-12&lt;/h2&gt;

&lt;p&gt;川沙地铁站长得很好看的花被拔掉了，很伤怀。半年前第一次能出小区，这些花看着让我开心。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;不得不说，附近绿地的景色还挺好的。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221112_风景.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;风景&quot; title=&quot;风景&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-13&quot;&gt;2022-11-13&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://space.bilibili.com/437573432/channel/collectiondetail?sid=6202&quot;&gt;西部巡游记&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/n5qKgx-izx0kcANqn8hsMQ&quot;&gt;嚼玻璃渣的劲头&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;据一位不愿意透露姓名的小林透露，情况确实如此，严重怀疑是路由器劫持&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221113_小米路由器.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;小米路由器&quot; title=&quot;小米路由器&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-14&quot;&gt;2022-11-14&lt;/h2&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;[GitHub Next&lt;/td&gt;
      &lt;td&gt;Hey, GitHub!](https://githubnext.com/projects/hey-github)，看着可以，用嘴写代码。&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://news.cctv.com/2022/11/14/ARTIo43LovVIy1Tuio6eLyKJ221114.shtml&quot;&gt;金融16条&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/oeUnJ6eeFe7kZBGNpsZlng&quot;&gt;互联网上只有情绪，只有代入，没有真相。&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/oeUnJ6eeFe7kZBGNpsZlng&quot;&gt;没有一个人，一件事可以成你，但是一个人，一件事就可以毁你。&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;2022-11-15&quot;&gt;2022-11-15&lt;/h2&gt;

&lt;p&gt;这个季节，我对很多东西都特别来电。&lt;/p&gt;

&lt;p&gt;接个水，啪，被电一下；开个门，啪，被电一下；开个窗，啪，被电一下；&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;很认真的想了想，我去了丁香，怪不得那天中午吃完饭之后，发现盒马都关门了，不让进。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221115_大数据排查.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;大数据排查&quot; title=&quot;大数据排查&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-16&quot;&gt;2022-11-16&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://relingo.net/zh/index&quot;&gt;Relingo&lt;/a&gt;，浏览器插件可以根据词本高亮显示词本里的单词。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;https://juejin.cn/post/7164694758588153863&quot;&gt;20个开源的前端低代码项目&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/oaO_uKqcMAxiJRKA6uX62Q&quot;&gt;不要以自己业余的想象，去挑战别人职业吃饭的家伙什儿。&lt;/a&gt;&lt;/p&gt;

  &lt;p&gt;没有人能够在一个成熟的市场里捡漏，除非你是从业者。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;2022-11-17&quot;&gt;2022-11-17&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/r8i0A93lTOPRdUTivmAklQ&quot;&gt;发展带来新的问题，就用新的发展解决新的问题。&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-18&quot;&gt;2022-11-18&lt;/h2&gt;

&lt;p&gt;Evernote 被收购，讲道理，Evernote 现在无论国内版还是国外版，都不怎么好用吧。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;上海将再发一轮电子消费券，之前三轮电子消费券，我一次都没中，这次中的可能性怕是也不大。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;不愧是我&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221118_不愧是我.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;不愧是我&quot; title=&quot;不愧是我&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-19&quot;&gt;2022-11-19&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://weibo.com/5992829552/MfzSulh1u&quot;&gt;从旁观者的角度来看，别人似乎很笨，区区一点小事都做不好，但其实他本人真到了那个位置上就会发现，自己也一样。&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;海珠区再续三天。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;这一年，在某一些不可说的因素下，我似乎成为了极度厌恶风险的人。&lt;/p&gt;

&lt;p&gt;举一个工作上的例子，要推进某些事情，需要按照流程走。流程制定的时候，有一些特殊情况疏忽了，没有考虑进去。&lt;/p&gt;

&lt;p&gt;如果按照现有流程走，大概率会出现问题。我想到的最好的解决办法是按照现有流程走，上线材料少提供一份，几次沟通无果。&lt;/p&gt;

&lt;p&gt;多次确认之后，我直接把背景情况、可能会出现的问题、我想到的解决办法以及免责声明列出来，然后把相关的人@出来，让他们查看确认。&lt;/p&gt;

&lt;p&gt;可能是因为免责声明写得非常严肃，有收到反馈，想了想，决定优化一下面对这类情况的处理方式。&lt;/p&gt;

&lt;p&gt;罗列背景情况、可能会出现的问题、我想到的解决办法，加上一句【我把问题抛出来的目的是为了寻求更好的解决办法，把问题解决。】，至于免责声明，那就看情况决定要不要加上了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221119_处理方式.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;处理方式&quot; title=&quot;处理方式&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-20&quot;&gt;2022-11-20&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/VlkX63SwViLaQ1-A8b5hfA&quot;&gt;人生不经历一些事情，慧刀是不会锋利的。&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;今天等地铁的时候，我对着屏蔽门沉思，突然看到了自己的脸。&lt;/p&gt;

&lt;p&gt;我猛然发现，我可能在物理上，有些许膨胀了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;世纪公园的人是不是有点多了。&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221120_世纪公园.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;世纪公园&quot; title=&quot;世纪公园&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-21&quot;&gt;2022-11-21&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/UI5KX5cCehsV1CriUihcqg&quot;&gt;所谓的老板也好，自由职业也罢，并不是说你的时间没有了约束，而是说这个约束从主管，从公司制度，变成了你的自律。&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-22&quot;&gt;2022-11-22&lt;/h2&gt;

&lt;p&gt;六个月前，封控在宿舍的我，在等树给我回消息。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;信创，可以可以。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-23&quot;&gt;2022-11-23&lt;/h2&gt;

&lt;p&gt;是时候换个电脑背包了，现在这个已经顶不住了。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;我的秘密&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221123_我的秘密.png?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;我的秘密&quot; title=&quot;我的秘密&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-24&quot;&gt;2022-11-24&lt;/h2&gt;

&lt;p&gt;Win11如何使用 IE&lt;/p&gt;

&lt;p&gt;用 vbs 启动 IE，新建一个记事本，填入下面的内容，重命名记事本为 打开IE.vbs&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;language-vbscript&quot;&gt;'打开IE.vbs

CreateObject(&quot;InternetExplorer.Application&quot;).Visible=true
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;还有一种方式是 edge，可以使用 IE 模式加载网页&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;edge://settings/defaultBrowser
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;edge://compat/sitelistmanager
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;hr /&gt;

&lt;p&gt;赛轮转债，上市第一天，开盘就涨到 22%，停牌，爽。&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;”爱购上海“数字人民币满减红包，我中了，满 108-58 的红包，开心。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-25&quot;&gt;2022-11-25&lt;/h2&gt;

&lt;p&gt;微信服务市场：&lt;a href=&quot;https://fuwu.weixin.qq.com/&quot;&gt;https://fuwu.weixin.qq.com/&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-26&quot;&gt;2022-11-26&lt;/h2&gt;

&lt;p&gt;特斯拉官网（telsa.com）居然是用 Drupal 搭建的。&lt;/p&gt;

&lt;h2 id=&quot;2022-11-27&quot;&gt;2022-11-27&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221127_世纪公园外面的步行道.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;世纪公园外面的步行道&quot; title=&quot;世纪公园外面的步行道&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-28&quot;&gt;2022-11-28&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/CazJgCRqyH-HmDETrtRDqw&quot;&gt;未来20年，一个热门&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/brUf3GvX9usCoEKYRNzo2w&quot;&gt;盘盘个人养老金账户里都能买啥？&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/Rzkx33jrXirfr9mFJ1ZjDA&quot;&gt;五分钟带你读懂个人养老金&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/Z-Ryzo9EAwKNW0oEsnrv5A&quot;&gt;给自己加个菜？个人养老金到底是干啥的？&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.gov.cn/zhengce/zhengceku/2022-11/05/content_5724790.htm&quot;&gt;&lt;strong&gt;关于个人养老金有关个人所得税政策的公告&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-29&quot;&gt;2022-11-29&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mp.weixin.qq.com/s/c-gTVpTJgbqVdMIYWtbVbA&quot;&gt;十家厂商十个案例，盘点RPA在国内外政务领域的落地应用&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;无语&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://img.lbjheiheihei.xyz/img/20221129_无语.jpg?imageView2/0/format/webp/interlace/1/q/75&quot; alt=&quot;无语&quot; title=&quot;无语&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;2022-11-30&quot;&gt;2022-11-30&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://huacheng.gz-cmc.com/live/2022/11/30/a29e13b3de974804afdb1ad55c028c07.html&quot;&gt;30日起广州多区解除临时管控区&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;最近几天睡得挺好的，睡眠时长超过八个小时，甚至有一天将近九个小时的睡眠。&lt;/p&gt;
</description>
        <pubDate>Tue, 01 Nov 2022 00:00:00 +0000</pubDate>
        <link>https://lbjheiheihei.xyz//2022/11/01/Nagging.html</link>
        <guid isPermaLink="true">https://lbjheiheihei.xyz//2022/11/01/Nagging.html</guid>
        
        <category>碎碎念</category>
        
        
      </item>
    
  </channel>
</rss>
