Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: C#

C# is an object-oriented high-level programming language that runs on the .NET Framework released by Microsoft. C# is a safe, stable, simple, elegant, object-oriented programming language derived from C and C++. It inherits the powerful functions of C and C++ while removing some of their complex features (such as no macros and no multiple inheritance). C# combines the simple visual operation of VB and the high operating efficiency of C++. With its powerful operating capabilities, elegant syntax style, innovative language features and convenient component-oriented programming support, it has become the preferred language for .NET development.

C # Dahua camera capture class

1 class Camera < span style="color: #008000;">// Dahua camera class
2 {
3 private IDevice m_dev; /* Device object*/
4 List m_frameList = new List() ; /* Image cache list */
5 Thread render

October 4, 2021By Simo C# big, C #, camera, class, collection, HuaLeave a Comment

C # Netcore HTTP request package

public class NewHttpClient2
{
public enum BodyFormat
{
Formed, Json
}
public BodyFormat BodyType;
public string Method;
public Uri Uri;
public Encoding ContentEncoding;
public Di

October 4, 2021By Simo C# C #, HTTP, Netcore, package, RequestLeave a Comment

C # Standard IDSPOSE mode

.net’s GC mechanism has two problems: First, GC cannot release all resources, and it cannot release unmanaged resources. Secondly, GC is not real-time, and all GCs are uncertain.
In order to solve

October 4, 2021By Simo C# Accurate, C #, idispose, pattern, winning bidLeave a Comment

C # Static class single case mode comparison

The company’s classes need to be implemented in a singleton mode, which can save resources and avoid the generation of duplicate objects. But the static class can also do this, and it is more conci

October 4, 2021By Simo C# C #, class, comparison, example, pattern, single, staticLeave a Comment

C # Epplus export, set cell format, set column header style, set cell grid box, formatted date

//Data source DataTable
DataTable dataTable = new DataTable();
//…
//…

ExcelPackage package = new ExcelPackage();

//Create Sheet
ExcelWorksheet workSheet = package.Workbook.Worksheets

October 4, 2021By Simo C# Border, C #, cell, Column, Date, Eppus, export, Format, setting, style, time, TitleLeave a Comment

[PAT Level] 1032 Sharing (25 points)

Title:

Enter the starting address of two words and a positive integer N (<=1e5), and then enter N lines of data, each line includes a five-digit letter address, The address of the letter and

October 4, 2021By Simo C# PAT A level, sharingLeave a Comment

C # uses the CEF3 to take the list of Jingdong keyword product list, take the mobile phone as an example

Using c#’s cef3 to simulate browser operations, grab the list of keywords in the Jingdong Mall.

Get the product title, product id, product link, product price

public partial class Form1

October 4, 2021By Simo C# C #, CEF, CEF3, goods, grab, Jingdong, Keywords, listings, mobile phones, utilizationLeave a Comment

C # windows forms make Messagebox top layers –XDD

Method 1.

MessageBox.Show(“Text”, “Caption”, MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification);< /pre> Method 2.

October 4, 2021By Simo C# C # Windows, display, Forms, Messagebox, Top, windows, XDDLeave a Comment

C # – How to get an instance of BackgroundWorker from the currently executed method?

I’m using a background worker program that can have n instances. The problem is that the DoWork method (with the’sender’ parameter, that is, BackgroundWorker) calls other codes that generate the ca

October 4, 2021By Simo C# C #, Current, execute, Get BackgroundWorker, How, instance, method, middleLeave a Comment

C # regex class

October 4, 2021By Simo C# C #, class, regexLeave a Comment

Posts navigation

Page 1 … Page 4 Page 5 Page 6 … Page 9
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress