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

Tag: Medium

GroupBY string and count in Linb

I have a collection. The coll has strings:

Location=”Theater=1, Name=regal, Area=Area1″
Location=”Theater=34, Name=Karm, Area=Area4445″ etc. I have to extract the name bits from the string.

October 17, 2021By Simo Mathematics Count, groupby, LINB, Medium, stringLeave a Comment

Algorithm – thousands of lights with triangles in 3D space

There are thousands of rays and triangles. We need to get all the intersections. If we use a normal two-level loop, we need O(mn) time complexity. Is there How to reduce the time complexity from O(

October 17, 2021By Simo Mathematics 3d, Algorithm, cross, light, Medium, space, thousands, triangleLeave a Comment

Environment variable settings in Linux

Three methods for setting environment variables under Linux: If you want to add a path to $PATH, you can do it like the following Do this:

1. Set in the console, disapproved This way, because

October 16, 2021By Simo Linux environment, linux, Medium, setting, variableLeave a Comment

Process management in Linux

—
title: Process Management in Linux
date: 2019-7-2
categories:
– Linux
—

### View

#### ps

Use ps to view the process running status at a certain point in time. ps auxf -> Li

October 16, 2021By Simo Linux linux, management, Medium, processLeave a Comment

Linux Switch Memory Display Unit in the TOP command

The memory information at the top can be switched by pressing E when top is running, and the conversion rate is 1000 each time, but there is no unit. The switching unit is k, m, g, t, p:

2.

October 16, 2021By Simo Linux Command, display, linux, Medium, memory, Switch, UnitLeave a Comment

How to insert a specific symbol in the QT widget

I want to make buttons with specific mathematical symbols, such as square root, delta, sigma, pi, etc. How to do this? I am using Qt 5 and unicode. Thank you Just need any Unicode documentation a

October 15, 2021By Simo Character How to, INSERT, Medium, part, QT, specific, symbolLeave a Comment

Detailed information in software development

Foreword?
I think that for software developers, the concept of “coding” is not unfamiliar, even “frequent contact”. In the process of writing code, “coding problem” is a The programmer has no choi

October 15, 2021By Simo Character Coding, detailed, Medium, software developmentLeave a Comment

Qt, qurl, qurlquery: Special character is encoded in the query string

I created a URL query like this:

QString normalize(QString text)
{
text.replace(“%”, “%25”);
text.replace(“@”, “%40”);
text.replace(“‘”, “%27” );
text.replace(“&”, “%26”);
text.rep

October 15, 2021By Simo Character character, code, Medium, QT, query, qurl, qurlquery, special, stringLeave a Comment

Why is the shared library path hard coded in executable?

I recently got a binary test. When I checked it with objdump, I found that it contains a hard-coded library path. Why do I need to hard-code such a path? Shouldn’t you get the path from the SHELL e

October 15, 2021By Simo Character encoding, executable, file, hard, Medium, path, shared library, whyLeave a Comment

[Data Structure] During the secondary line of the binary tree, a iterator is realized to traverse the binary tree.

1. Create a node of the binary tree

#pragma once #include#includeusing namespace std;enum PointerTag{ THREND, LINK,};templatestruct BinaryTreeThdNode{ typedef BinaryTreeThdNode Node; BinaryTr

October 15, 2021By Simo Data Structure binary tree, chemical, clues, Data Structure, ITERATION, Medium, one, order, realization, traversalLeave a Comment

Posts navigation

Page 1 … Page 4 Page 5 Page 6 … Page 27
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