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

Tag: repetition

Regular expression – Search repeated files across multiple directory

I downloaded some files related to a specific topic from the Internet. Now I want to check if there are any duplicates in the files. The problem is that the names of the files will be different, bu

October 18, 2021By Simo Regexp catalog, Content, cross, expression, file, lookup, multiple, press, regular, repetitionLeave a Comment

Use regular expressions to delete duplicate rows

I have a list of html links, most of which are repeated, as in the following example->

> http://example.com/some/a-test-link.html
> http://example.com/some/a-test-link.html
> http://example.

October 17, 2021By Simo Regexp deletion, expression, line, regular, repetition, useLeave a Comment

Use $ args in Nginx rewrite to cause duplicate URL parameters

In one of my location rules, I tried to rewrite the URL:

rewrite ^ $topicredirecturi?$args permanent ; $topicredirecturi is calculated in the mapping file, mapping such as URL, etc.

htt

October 13, 2021By Simo Nginx Args, Medium, nginx, parameter, repetition, result, rewriting, URL, UsedLeave a Comment

Springboot – Prevent repeated submission (lock mechanism — local lock, distributed lock)

To prevent duplicate submissions, it is mainly handled in the form of locks. If it is a stand-alone deployment, you can use a local cache lock (Guava). If it is a distributed deployment, you need t

October 13, 2021By Simo Spring distributed, Local, lock, Mechanism, prevention, repetition, Springboot, submissionLeave a Comment

SWIFT – formula for selecting each pixel in the bitmap

I’m looking for an algorithm, I’m currently programming fast but pseudo code or any similar “C series” syntax will work.

Imagine A large list of values, such as pixels in a bitmap. You want t

October 10, 2021By Simo Swift bitmap, for, Formula, Medium, pixel, repetition, selection, SWIFTLeave a Comment

Array – Recourse in SWIFT

In Python, I can create a repeating list like this:

>>> [1,2,3 ]*3
[1, 2, 3, 1, 2, 3, 1, 2, 3] Is there a concise method in Swift?

The best thing I can do is:

1> var r = [Int]()
r

October 10, 2021By Simo Swift array, Medium, repetition, SWIFTLeave a Comment

Upgrade 7.2 After the back category table is repeated, the help code suffix has more repetition value _1

Problem solution
1. Back up the account first
select * into t_bd_account_1125 from T_BD_ACCOUNT

2, find out the problem voucher
select distinct b.FNUMBER as account book Code, v.FYEAR as year

October 9, 2021By Simo Rom 7.2, code, help, More, Record, repetition, Subject, suffix, table, Upgrade, valueLeave a Comment

Delphi – Repeat Identifier of Attributes and Method Parameters

I transferred my project from Delphi to Lazarus. In a form, I have a private method with a parameter var Active: Boolean. It’s okay in Delphi, but Lazarus gives an error : Repeat the identifier “Ac

October 5, 2021By Simo Delphi attribute, class, Delphi, identifier, method, parameter, repetitionLeave a Comment

Protocol-buffers – Protobuf3: How to describe the mapping of repeating strings?

Official documentation about map type says:

map map_field = N ;

…where the key_type can be any integral or string type (so, any
scalar type except for floating point types and bytes).

October 1, 2021By Simo Micro Services Buffers, Description, How, Mapping, Protobuf, Protobuf3, protocol, repetition, stringLeave a Comment

Objective-c – Remove duplicate from NSMutableArray

I have a problem removing duplicate objects from the moving array.
I have tried these:

noDuplicates = _personalHistory.personalHistory;
for (int i=[noDuplicates count]-1; i>0; i–) {
if ([n

September 29, 2021By Simo C & C++ deletion, item, nsmutableArray, Objective, repetitionLeave a Comment

Posts navigation

Page 1 Page 2
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