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.

leetcode-mid-others-150. Evaluate Reverse Polish Notation

mycode 42.30%,

Note: If the symbol is not considered, -1//3=-1 instead of 0, because it is rounded down

class Solution(object):
def evalRPN(self, tokens):
“””
:type tokens: List[s

October 5, 2021By Simo Lua evaluate, leetcode, Notation, polish, ReverseLeave a Comment

Lua converts UserData into a string

I am trying to print out some userdata as a string, but the lua documentation is rather weak to non-existent. How to convert the userdata variable to a string so that it can be written to a file?

October 5, 2021By Simo Lua conversion, lua, string, UserData, willLeave a Comment

Delphi: Transparent controls become opaque in the netbook

For some reason, the transparent controls on the form became opaque on some computers. I got reports on “Acer Netbook” and “Thinkpad x600”. The application It was built using Delphi 2007.

Thi

October 5, 2021By Simo Delphi become opaque, bet, control, Delphi, Internet, transparentLeave a Comment

Delphi internal error when compiling DPK projects

I have a DPK project, and sometimes it shows an error (“out of memory”) when compiling (entering Delphi IDE), and sometimes it compiles successfully.
However, when I try When compiling it via MSBU

October 5, 2021By Simo Delphi Delphi, error, InternalLeave a Comment

Lua – How to use external data in an OSRM configuration file

In this Mapbox blog post, Lauren Budorick shared how they used OSRM to run the routing engine, which uses elevation data to provide riders with better routes… amazing!

I also want to explor

October 5, 2021By Simo Lua configuration file, data, external, How, lua, Medium, OSRM, useLeave a Comment

Summary of common functions in the Table library of Lua

https://www.cnblogs.com/daochong/p/7363649.html

table is the Lua language An important data type, some characteristics of table are briefly listed as follows:
(1).table is an “associative ar

October 5, 2021By Simo Lua common, functions, Library, lua, Medium, Summary, tableLeave a Comment

Delphi – How to make my form always in the best state?

I have these small cursor shapes, I need to keep everything in everything, always…
FormStyle is already fsStayOnTop
I use this code:

SetWindowPos(tempCursor.Handle, HWND_TOPMOST, 0, 0, 0,

October 5, 2021By Simo Delphi Always, best, Delphi, How, in, my form, stateLeave a Comment

Can WinForms embed in the VCL DELPHI application?

We have a VCL Delphi 2005 application and want to use the XtraReports component of DevExpress, which is for .NET. Is it possible to use it without converting the VCL Delphi application it?

Pe

October 5, 2021By Simo Delphi Applications, Delphi, Embedded, Programs, VCL, WinForms, YesLeave a Comment

Handling large numbers in Lua

I need to store a lot of numbers in Lua, for example the number is 63680997318088143281752740767766707563546963464218564507450892460763521488675430192536461.

If I simply assign to a variable,

October 5, 2021By Simo Lua big, Digital, lua, Medium, treatmentLeave a Comment

Delphi – String Survival Management in Record

I’m trying to get rid of short strings.
One of the many places that we currently use in our program is records.
Many of these records are stored in the AVL tree. < p>

The AVL tree used is u

October 5, 2021By Simo Delphi Born, Delphi, management, Medium, Record, string, survivalLeave a Comment

Posts navigation

Page 1 … Page 27 Page 28 Page 29 … 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