Website

Website

It includes the knowledge gas station used in daily study and work

Different technical depth, suitable for review


0. Traces - Microsoft MVP
https://www.cnblogs.com/zh7791
https://www.cnblogs.com/linxmouse/category/1121395.html

1. WCF publishing and IIS installation -- if you install first Net framework 4.0. After IIS is installed, problems will occur
Error http error 500.21 --- C: Windows Microsoft NET\Framework\v4.0.30319\ aspnet_regiis.exe –i
https://www.cnblogs.com/seekdream/p/5723130.html

2. MSMQ Message Queue
https://www.cnblogs.com/zhili/p/MSMQ.html

3. Socket asynchronous server
https://www.cnblogs.com/qc-id-01/p/7520633.html

4. c # thread4 -- lock, deadlock, and monitor keywords
https://www.cnblogs.com/qwqwQAQ/p/11980498.html

5. Create socket connection auxiliary class - timeout can be specified
https://www.cnblogs.com/subendong/p/11822937.html

6. What is the Global.asax file
https://www.cnblogs.com/I-am-Betty/archive/2010/09/06/1819558.html

7. IIS Application Pool Optimal Configuration Scheme in IIS7 and IIS7.5
https://www.cnblogs.com/lgx5/p/11206940.html

IIS idle timeout
If Microsoft's application pool is idle for a long time, it will be recycled to save server resources.
The default idle time is 20 minutes. Just increase this time.

IIS7.5+. net4.0 has another solution to this problem, which is to use startmode="always running",
The application has been running since IIS was started, no matter whether anyone accesses it or not

8. C # Ultra High Speed High Performance Log Writing Code Open Source
https://www.cnblogs.com/emrys5/p/flashlog.html

9. The efficiency of switch and if else
https://www.cnblogs.com/balingybj/p/5751707.html

10.//var recDicList = recSmallList. Keys. Except(Regex.Split(recErrorList[objWS.xh].ToString(), "(?<=\G.{1})"). ToList()). ToList();// This operation is not suitable

11. Difference between WEB API and Webservice
https://www.cnblogs.com/liufengs/p/7698303.html

12. Convert the image to BASE64 in C #
https://www.cnblogs.com/liessay/p/12736486.html

Shared Folder Access Rights Issue
Send the account password when the password is not closed

13. C # Custom Timeout Implementation
https://www.cnblogs.com/luofuxian/p/9836986.html

14. Several methods of client calling server in C # (HTTP+POST)
https://www.cnblogs.com/nightsnow/p/4461333.html

15. C # Open the specified directory and locate the file
https://blog.csdn.net/nodeman/article/details/78484401

16. Import excel table data into sql server database
https://www.cnblogs.com/syh-yang/p/10716596.html

16.ASP. NETCore Aspect Programming AOP Details
https://www.cnblogs.com/Fengyinyong/p/13664311.html

17. Xshell command instructions
https://www.cnblogs.com/qq350760546/p/7890680.html

18. Two ways to set interceptors for Autofac
https://www.cnblogs.com/liuyu7177/p/5941662.html

19. C # Autofac Learning Notes
https://www.cnblogs.com/atomy/p/12834804.html

20. C # Use Autofac to realize inversion of control IoC and aspect oriented programming AOP
https://www.cnblogs.com/li150dan/p/10071079.html

21. TCP, UDP Debugger SocketToolV4.1
https://www.cnblogs.com/springsnow/p/9407147.html#_label2

22. C # Technology Discussion on Garbage Collection Mechanism (GC) (transfer)
https://www.cnblogs.com/nele/p/5673215.html

23. MySQL installation
https://www.cnblogs.com/cnbp/p/12620825.html
https://www.cnblogs.com/cnbp/p/12620825.html

24. Gitee upload, download

--Upload method--
https://baijiahao.baidu.com/s?id=1636007839896586503&wfr=spider&for=pc
git init
git remote add origin https://gitee.com/ Your code cloud user name/XXXX //Add Remote Warehouse
git pull origin master
git add .
Git commit - m 'Description of the newly added file content'//Add the file description
git push origin master

--How to download--
Step 1: Create a folder locally, such as giteeMy. Right click Git bash here in this folder to enter the control panel
Step 2: Select the file and right click Git bash here to enter the control panel. Enter the command git init to initialize the folder and turn it into a Git manageable warehouse
Step 3: Continue to enter the command and add the copied address ->git clone "your warehouse address", and click Enter. As shown below:
Step 4 Pop up the user name and password input, and then wait for the download to finish, and you can see the download content in your local.

git@gitee.com :walterwhiteHi/pink-man.git

  1. C # - VS2019 WinFrm Application Development Report - ReportViewer Control Introduction
    https://www.cnblogs.com/jeremywucnblog/p/11934960.html

26. Solution: The credentials provided for SQL Server Agent service by installing SQl 2008 are invalid
https://www.cnblogs.com/shaosks/p/9207463.html

27. C # Generic Details - Similar to Morning
https://www.cnblogs.com/dotnet261010/p/9034594.html

28. WPF design
https://www.cnblogs.com/xytx/category/1243667.html

29. VS Code Download
https://www.cnblogs.com/ping2yingshi/p/13179238.html

30. C # SQLite database operation learning
https://www.cnblogs.com/leemano/p/6578050.html
https://www.cnblogs.com/leemano/p/6578050.html

31. SocketAsyncEvent Server
https://www.cnblogs.com/linxmouse/p/11628573.html

32. Querying the dotnet version
reg query "HKLM\Software\Microsoft\NET Framework Setup\NDP" /s /v version | findstr /i version | sort /+26 /r

33. Topshelf Build Windows Service
https://www.cnblogs.com/swjian/p/11498808.html
34. Use Topshelf to create a Windows service
https://www.cnblogs.com/jys509/p/4614975.html

35.Quartz. NET usage
https://www.cnblogs.com/jys509/p/4614975.html

36. C # - Windows Service Creation and Running
https://www.cnblogs.com/ywkcode/p/11569593.html

37. Log components of framework learning and exploration -- Log4Net and NLog
https://www.cnblogs.com/DjlNet/p/7604340.html

38. A simple and easy-to-use logging framework NLog
https://www.cnblogs.com/TianFang/p/4003749.html

  1. Quartz. Net
    https://www.cnblogs.com/knowledgesea/category/719995.html

40. Avoid Quartz and restart the program to execute once
http://www.manongjc.com/detail/16-rlnacfwyptqzezg.html

ICronTrigger trigger = (ICronTrigger)TriggerBuilder. Create()
.StartAt(startRunTime)
.EndAt(endRunTime)
.WithIdentity(scheduleInfo.JobName, scheduleInfo.JobGroup)
.WithCronSchedule(scheduleInfo.CronExpress)
.Build();
((CronTriggerImpl)trigger). MisfireInstruction = MisfireInstruction. CronTrigger. DoNothing;

41. Teach you how to modify the Win10 title bar color
http://www.xitongzhijia.net/xtjc/20150708/52361.html

42.ASP. NET Core:ASP. Log using NLog in NET Core
https://www.cnblogs.com/dotnet261010/p/13286218.html
(Clear version)
https://www.cnblogs.com/tshaoguo/p/10142786.html

43. View the NET Framework version
reg query "HKLM\Software\Microsoft\NET Framework Setup\NDP" /s /v version | findstr /i version | sort /+26 /r

44. Activation code
https://www.win7w.com/win10jihuo/14976.html

000. Net framework source code
https://referencesource.microsoft.com/

001. Net Core source code

45. Student management system, student notes, including update and expansion,
https://github.com/Deali-Axy/AspNetCore-Learning-Mvc

46. VSCode Debugging and Running C # Detailed Operation Procedure
https://www.cnblogs.com/landv/p/10156987.html

47. C # Use three lines of code for read-write lock to simply solve the problem of thread synchronization when multithreading writes files concurrently
https://www.cnblogs.com/Tench/p/CSharpSimpleFileWriteLock.html

48. C # Ultra high-speed high-performance log writing code open source (including Zou Qiongjun)
https://www.cnblogs.com/emrys5/p/flashlog.html

49. [C #. NET Supplement] 12: Occurrence and Avoidance of Deadlocks and Livelocks - Wang Liang
When multithreading programming involves reading and writing shared data at the same time, you should be very careful. If the shared data is an exclusive resource,
https://www.cnblogs.com/willick/p/13967346.html

50. Git Generate SSH Key

51.JsonView
https://github.com/gildas-lormeau/JSONView-for-Chrome

52. Cache in winform
*System. Runtime. Caching
*System. Web. Caching. Cache
*Output Cache
https://www.cnblogs.com/wuhuacong/p/3526335.html

53. ida Generate jar package
https://blog.csdn.net/qq_57092190/article/details/128220814

54. C # Call jar package
https://www.cnblogs.com/wm18764185802/p/16058699.html
example:
https://www.jb51.net/article/203470.htm

55. Use DI for console program
cjavapy

56. PDF to Excel, Word
PDF to Excel
PDF to Word

posted @ 2022-12-20 08:54   Friedrich Engel hao   Reading( one hundred and fifty-seven Comments( zero edit   Collection   report