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

Month: October 2021

Use PyCharm to operate MySQL database

Install PyMySql template

pip install pymysql

Configure MySQL connection parameters

pymysql.Connect()

host , Post, user, passwd, db, charset

Get cursor() object

c

October 4, 2021By Simo Mysql database, mysql, operation, Pycharm, UsingLeave 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

MySQL Database Application (5) SQL Language (2)

3. Delete redundant accounts in the MySQL system

Syntax: drop user “user “@”Host Domain” <----Pay attention to the quotation marks, which can be single or double quotation marks, but they can

October 4, 2021By Simo Mysql application, database, Language, mysql, SQLLeave 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

How do I determine if I have canceled C objects?

I have an answered previous question in which I described the difficulty of catching exceptions when I try to access an object that has been released by a third-party function. The function sometim

October 4, 2021By Simo C & C++ allocation, cancel, how to determine, object, whetherLeave 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

Posts navigation

Page 1 … Page 307 Page 308 Page 309 … Page 369
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