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

Tag: statement

Lua 4.0 Unconfirmed variables and conditional statements

This code confuses me.

print(gogo)
if (gogo == true) then
print(“yes”)
elseif (gogo == false) then
print(“no”)
end Why gogo evaluates to true ? Shouldn’t it produce an error?

print(tr

October 5, 2021By Simo Lua 4.0, condition, lua, no declaration, statement, variableLeave a Comment

Delphi – Create a form that has not been declared – I don’t know why

I am using Delphi 7 (I know it is antique) and I am a little confused about the form I am creating and break it when I complete it.

In My main form, I used to “have” the following code;

October 5, 2021By Simo Delphi Created, Delphi, don't know, form, one, statement, why, yetLeave a Comment

C # Practice 5 (goto statement)

The C# goto statement is used to directly go to the position specified by the label in a program in a program. The label is actually composed of an identifier and a colon.

The syntax is as fo

October 4, 2021By Simo C# C #, exercises, get started, goto, statementLeave a Comment

Select Statement – Switch

Select statement–switch switch statement format: < div> Execution process:

public class Demo07Switch {
public static void main(String[] args) {

//Define variables to determine the d

October 3, 2021By Simo System Architecture select, statement, SwitchLeave a Comment

Second, retrieve the symbol select, order by, Where

Introduce how to use the SELECT statement to retrieve one or more data columns from a table Chapter Two : SELECT statement SQL statements can be given on one line or divided into many It is e

October 2, 2021By Simo Search Engines order, retrieve, Second, select, statementLeave a Comment

Why do I declare that the large array in the stack will have a paragraph error?

I got a segfault from this line of code:

int fatblob[1820][286][5 ]; Why is this?

You can pass in When creating a thread, request additional stack, allocate on the heap or change the de

September 29, 2021By Simo C & C++ appearance, array, large, Medium, meeting, middle, paragraph error, stack, statement, whyLeave a Comment

iPhone – Why is it in .m declared some methods instead .h?

I am using Xcode’s navigation-based application to create a new file, and I see that the .m file contains the following lines:

@interface RootViewController ()
– (void)configureCell:(UITableV

September 23, 2021By Simo iPhone certain, iPhone, method, not, statement, whyLeave a Comment

SQLITE – PREPARED statement and in expression

I have a database where users can search for records containing a list of one or more items. I am using IN for searching, but I cannot use IN to process prepared statements. This This is what I tri

September 22, 2021By Simo Sqlite expression, PREPARED, SQLITE, statementLeave a Comment

How to execute multiple RSQLite statements at a time or how to dump the entire file?

Using RSQLite to build a SQLite database I want to send multiple statements at once-is this possible?

Why these don’t work:

sql <- readLines("createtables.sql") dbSendQuery(con,sql ) ……

September 22, 2021By Simo Sqlite dump, execute, file, How to, multiple, once, or, RSQLite, statement, wholeLeave a Comment

PowerDesigner generates automatic identification of mysql statements, Name, and comments

When using PowerDesigner to design the ORACLE library table in the past, it is very convenient to generate the SQL statement to build the table. There is an option, which means that when the COMMEN

September 22, 2021By Simo Power Designer annotation, automatic, configuration, generated, Identification, mysql, PowerDesigner, statementLeave a Comment

Posts navigation

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