sjhsbhqf

Results 23 issues of sjhsbhqf

I can't see 「In Windows einfügen」 in Keepass 2.53 When exporting entries to the computer. ![image](https://user-images.githubusercontent.com/41407099/214256844-2376af2e-490f-437b-a95d-cb272afd2bcb.png)

![image](https://github.com/25H/MayeLite/assets/41407099/5def20a9-064a-4a93-af49-ff77ec542041) 如上图所示,启动PS之后,内存暴涨 PS关闭之后,这个所谓的maye lite launcher进程也会被关闭

Notification always pops up in the lower right corner with `Workspace Explorer: You must set the workspace storage directory` As shown in the following figure: ![image](https://github.com/sirfuzzalot/workspace-explorer/assets/41407099/6a22ea95-594e-405a-bd20-fb279420ea7c) The most crucial thing...

bug

打印结构体指针变量出现警告 ![image](https://github.com/Amoiensis/Matrix_hub/assets/41407099/efd9df3c-136d-49e5-9662-da47539c5fd8) 建议将类似下面的输出语句中的%x `printf(">>Matrix_%x:\n", _mat);` 改成%p `printf(">>Matrix_%p:\n", _mat);`

源代码: ```c int help(char *file_name) {/* * Help. * 可以调用如, help("help"),查看help函数的使用方法和内容*/ printf(">>HELP("); printf(file_name); printf(")\n"); char temp_route[_MAX_HELP_LENGTH_] = "../help/"; char temp_txt[5] = ".txt"; strcat(temp_route, file_name); strcat(temp_route, temp_txt); FILE *fp; char ch;...

代码如下 ```c Matrix *M_Relu(Matrix *_mat_origin) {/* * Absolute the value of elements in the Matrix (create). * 矩阵所有元素取Relu函数值,大于0不变,小于0赋值0*/ Matrix *_mat = (Matrix *) malloc(sizeof(Matrix)); _mat->row = _mat_origin->row; _mat->column = _mat_origin->column;...

``` // Mat_2 MATRIX_TYPE _mat_2[5][3] = { 1,2,3,4,5,6,7,8,7,10,11,12,11,14,15 }; row = sizeof(_mat_2) / sizeof(_mat_2[0]); column = sizeof(_mat_2[0]) / sizeof(_mat_2[0][0]); Matrix* mat_2 = Matrix_gen(row,column,_mat_2); // Full M_print(mat_2); Matrix* mat_full = M_full(mat_2,1,1,1,1,0);...

I searched briefly, but there are no relevant issues - Extension version: v12.8.0 - VSCode version: 1.90.1(user setup) - OS version: win11 , remote is ubuntu20.04 I have already set...

bug
need more info
remote

When I click on a directory that includes many subfolders or files, the file list below will cause the entire Obsidian to lag because it is loading such a large...

我发现这个修复错误标点会把英文括号的左边转换为中文括号啊??即使右边是英文字母 之前: ![image](https://github.com/obsidian-canzi/Enhanced-editing/assets/41407099/98c48abd-3a9d-4d9e-985e-30e1fd1445f9) 修复错误标点之后: ![image](https://github.com/obsidian-canzi/Enhanced-editing/assets/41407099/8628d0f2-bd10-4106-9ba5-90d6b1702e69)