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

Tag: the same

Regular expression – [0-9A-FA-F] is the same as [0-9A-F-A-F]?

Are these two equivalent? [0-9a-fA-F] and [0-9a-fAF]

In some texts, I have been trying to use egrep these two regular expressions, they seem to be equivalent .
Is there a case where they will

October 17, 2021By Simo Regexp 9a, expression, fa, regular, the sameLeave a Comment

Operating system – Why is the address of the variable remains the same in the modified Fork () system call

Please consider the following code snippet.

if (fork() == 0)
{
a = a + 5;
printf(“%d, %d
“, a, &a);
}
else
{
a = a-5;
printf (“%d, %d
“, a,& a);
} AFAIK, when creating fork(), the paren

October 17, 2021By Simo Os Theory addresses, calls, Fork, Keep, middle, modifications, Operating System, systems, the same, variables, whyLeave a Comment

I have written exact code in VB and C #, but its working principle is not the same … The logic is exactly the same … I hope so

Newbie to C# and trying to expand my ability. I have this code in VB:

Private Sub BreakdownFilesToCompare (ByRef file1BReader As BinaryReader, _
ByRef file2BReader As BinaryReader, _
ByRef

October 6, 2021By Simo Visual Basic already, C #, code, complete, exact, Hope, logic, Medium, not, principle, so, the same, VB, Work, writeLeave a Comment

What happens to the Node ID in the CAN bus?

In principle, two nodes are not allowed to have the same ID segment in a CAN-bus network, but what if the two nodes have the same ID segment?
  Before the experiment, we must first have a clear un

September 24, 2021By Simo Motherboard bus, How, ID, Medium, Node, the same, willLeave a Comment

iPhone – Add multiple buttons to the view to the view, call the same method, determine which button it is

I want to programmatically add multiple UIButtons to the view-unknown number of buttons at compile time.

I can make one or more like this UIButton (in a loop, but shortened for simplicity):

September 23, 2021By Simo iPhone Add, buttons, call, determination, iPhone, method, multiple, programming, the same, view, way, whichLeave a Comment

.NET – Queryover’s query generator or extension point is the same as Linq?

I’m trying to use the calculated properties used by Query< T>() inside QueryOver< T>(). When using LINQ queries, I can use the custom Default LinqToHqlGeneratorsRegistry to register the custom gene

August 22, 2021By Simo Hibernate beacon, birth, Extension, inquiry, is LINQ, point, Queryover, the sameLeave a Comment
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