遇见问题: delphi的解密需要在c#里面实现 方法一:delphi编写delphi dll组件,c#里面调用 方法二:c#重写delphi的代码进行解析 方法一: delphi部分代码: library Project2; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select P…
一大早的,某从库突然报出故障:SQL线程中断! 查看从库状态: mysql> show slave status\G Slave_IO_State: Waiting for master to send event Master_Log_File: mysql Read_Master_Log_Pos: Relay_Log_File: relay Relay_Log_Pos: Relay_Master_Log_File: mysql Slave_IO_Running: Yes Slave_SQL_…
一.错误如下 [eslint-plugin-vue][vue/require-v-for-key]Elements in iteration expect to have 'v-bind:key' directives. Renders the element or template block multiple times based on the source data. 使用VS Code 出现如下问题,如图 二.解决 在用vscode编写vue代码时,因为安装的有vetur插件,所以当代…