analysis
Analyze the "runnable" thread dump under high load server side
The thread dump from a java based application is easy to get but hard to analyze! There is something interesting we can see from the thread dump.[详细]
2023-02-18 15:00 分类:问答Which Programming Language or tool should I Use for this project? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-18 13:09 分类:问答I have a faulting dll and a fault address - how do I start analysing the error?
I have the following two error logs in the Windows Event Viewer of our IIS production server: Source: Application Error[详细]
2023-02-18 05:45 分类:问答100s of Tables vs Single, Large Table
I’m attempting to solve a problem where we are analyzing a substantial amount of data from a table.We need to pull in certain subsets of this data and analyze it.As is, I believe that it would be bes[详细]
2023-02-17 05:09 分类:问答How to remove non-used variables and functions
I started to work with a C++ code from a previous programmer. I know that there is a lot of functions that are not called and variables which are not used and/or initializ开发者_如何学编程ed. I wonder[详细]
2023-02-15 06:37 分类:问答How to extract a Win32 Cabinet Self-Extractor without executing the extracted file then
For a coursework, I have to analyse a malware. It is a .EXE Win32 Cabinet Self-extractor file. (that\'s how windows see it, it actually start with 4D 5A 00 03 Hex).[详细]
2023-02-13 14:07 分类:问答Analyzing memory with MAT - question about UTF characters
I get an .hprof file and I\'m analyzing it with Eclipse Memory Analyser (MAT). I run Top Component report and, in Duplicate Strings section, MAT detects some String instances with identical content.[详细]
2023-02-12 17:56 分类:问答Processing and understanding sentences
I am trying to write a simple code that can process words in a sentence to form meaning. I have been trying to develop a good algorithm for a long while now, and however I try to do it the al开发者_St[详细]
2023-02-12 01:57 分类:问答C++ make files from source generator - is there any such?
So what开发者_高级运维 I want is simple to feed a program with my sources (a folder with nested folders for src headers and resources (it does not matter in which IDE project was created))[详细]
2023-02-10 13:25 分类:问答Find the running time in Big O notation
1)for (i = 1; i < n; i++) {> n 2)SmallPos = i;> n-1 3)Smallest = Array[SmallPos];> n-1 4)for (j = i+1; j <= n; j++)>n*(n+1 -i-1)??[详细]
2023-02-10 12:10 分类:问答