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

Category: Language

Programming language is a formal language used to define computer programs. It is a standardized communication technique used to issue instructions to a computer. A computer language allows programmers to accurately define the data that the computer needs to use, and precisely define the actions that should be taken in different situations.

C # simulates Windows Keyboard Event

Send keyboard messages 1 [DllImport(“user32.dll”, EntryPoint = “keybd_event”, SetLastError = true)]
2 public static extern void keybd_event(
3 byte bVk, //Virtual key value
4 byte bScan,// Gene

October 4, 2021By Simo C# C #, Event, keyboard, simulation, windowsLeave a Comment

C # – WPF DataBinding verification is ignored

I (believe) I am connecting data binding validation in a textbook way, but it doesn’t work at all.

In the debugger, forever The Validate(object value, CultureInfo cultureInfo) method will not

October 4, 2021By Simo C# C #, DataBinding, Ignore, verification, WPFLeave a Comment

C # datetime.now function detailed

Summary: Detailed explanation of the DateTime.Now function of C#

??? //April 24, 2008
??? System.DateTime.Now.ToString( “D”);
??? //2008-4-24
??? System.DateTime.Now.ToString(“d”);
??? //

October 4, 2021By Simo C# C #, DateTime, datetime.now, detailed explanation, functionLeave a Comment

C # Get two DataTable intersections, parallel, difference

//IEnumerable QOld = vDTOld.AsEnumerable().ToList(); ////Compare the intersection of two data sources //IEnumerable QJJ = vDTOld.Asnum (DTNew.AsEnumerable(), DataRowComparer.Default); ////The inter

October 4, 2021By Simo C# C #, DataTable, Difference, Get, intersection, set, twoLeave a Comment

How to get HEXDUMP for structural data

….
finalize(char *hdrs, sendip_data *headers[], int index,
sendip_data *data, sendip_data *pack)< br /> {
…….. For debugging purposes, I want a hexadecimal dump of the data and packet stru

October 4, 2021By Simo C & C++ data, HEXDUMP, how to get, structureLeave a Comment

[C #] FTP Series (5) – Delete data specified on the FTP

[C#] FTP series (5) ─ Delete the data box with the specified name on FTP

Continue the previous article [C#] FTP series (4) ─ Change the file on FTP File name article, this time I’m going to s

October 4, 2021By Simo C# C #, data, delete, FTP, Name, series, specifiedLeave a Comment

C # gets CPU and memory usage

Original: C#Get CPU and memory usage rate

Method 1:

using System;
using System.Runtime.InteropServices;

namespace ConsoleApp1
{
public class Class1
{
static void Main(string[

October 4, 2021By Simo C# C #, CPU, Get, memory, rate, usageLeave a Comment

How do I tell the parent thread that is done using PTHREADS in C?

I have a TCP server application that uses POSIX threads and C to serve each client in the new thread.

The server is in its set Call “listen” on the socket. When the client connects, it will g

October 4, 2021By Simo C & C++ China, completion, how to tell, parents, pthreads, threads, useLeave a Comment

C # – Determine the number of pages in the PDF file

I need to use C# code (.NET 2.0) to determine the number of pages in a specified PDF file. The PDF file will be read from the file system, not from the URL. Does anyone Any pointers on how to do th

October 4, 2021By Simo C# C #, determined, file, Number, page number, PDFLeave a Comment

C # telnet class library code, give it to the brothers who are still looking for c # telnet class libraries

C# Telnet class library code Today I installed a solid-state notebook for the notebook. The speed increase is obvious. I am very happy to send a Weibo as a souvenir. Self-taught C#, network, want t

October 4, 2021By Simo C# brother, C #, class, code, dedicated, Library, looking, still, telnet, wishLeave a Comment

Posts navigation

Page 1 … Page 44 Page 45 Page 46 … Page 73
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