-
I found the following XOR encryption function on the internet: void xor_encrypt(char *key, char *st...
- 538 浏览
- 2 回答
- 4 关注
-
- 2054 浏览
- 4 回答
- 6 关注
-
I have a collection of documents similar to this: { Name : Name1, Product : 1012, Titles...
- 1974 浏览
- 0 回答
- 5 关注
-
I have from rest_framework import permissions class CheckPermission(permissions.BasePermission): ...
- 422 浏览
- 0 回答
- 6 关注
-
I have the following code, it works to append more text at the end of the text but I want to start o...
- 365 浏览
- 0 回答
- 4 关注
-
I would like to mock annotations to check the good behavior of a class that returns a result accordi...
- 1287 浏览
- 0 回答
- 3 关注
-
these two files are the same file, whenever a change is made, it will display as double changed this...
- 1156 浏览
- 0 回答
- 3 关注
-
I would like to used nested full_join to merge several data frames together. In addition, I am hopin...
- 457 浏览
- 0 回答
- 6 关注
-
Good day. I never really got a good hand at JavaScript, therefore this unusual and simple question....
- 2241 浏览
- 4 回答
- 2 关注
-
This is a generic database design question - What are the benefits of using a synonym in database de...
- 1802 浏览
- 7 回答
- 4 关注
-
I wrote a simple Windows program to detect if a serial break occurs in a specified port: #include #...
- 605 浏览
- 0 回答
- 3 关注
-
Using Qt I create a QMainWindow and want to call a function AFTER the windows is shown. When I call ...
- 1194 浏览
- 9 回答
- 4 关注
-
So I\'m making a Discord bot and I have two files. One called index.js & another called functions.js...
- 348 浏览
- 0 回答
- 4 关注
-
In Laravel, why do I use assertSessionHasErrors() in order to check if there was an error? I used th...
- 931 浏览
- 0 回答
- 5 关注
-
I need to convert a string, obtained from excel, in VBA to an interger. To do so I\'m using CInt() ...
- 997 浏览
- 6 回答
- 5 关注