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.

ASP.NET-MVC – ASP.NET MVC – Strong Type View Model, where is it?

I am trying to create a strongly typed view model, John Sheehan suggested here. Where should it go? I can defend myself for models, views and controllers. It should be placed in the “Models” dir

September 29, 2021By Simo Asp ASP, ASP.NET, model, MVC, Strong, type, viewLeave a Comment

Use scanf () input characters

I am trying to enter a role into a linked list, where the role can be’A’,’a’,’G’,’g’,’T’,’t’,’ C’or’c’.

I am not familiar with C yet, I know I messed up something:

do{
printf (“\nEnter

September 29, 2021By Simo C & C++ Characters, input, problems, scanf, useLeave a Comment

C – How to use glortho () in OpenGL?

I can’t understand the usage of glOrtho. Can someone explain its usage?

Is it used to set the limits of x, y and z coordinates?

glOrtho(-1.0, 1.0, -1.0, 1.0, -1.0, 1.0); This means that

September 29, 2021By Simo C & C++ GlorthoLeave a Comment

ASP.NET-MVC – Linq Groupby in strong type MVC view

How to get IGrouping results to map to views?

I have this question:

var groupedManuals = manuals.GroupBy(c => c.Series);
return View (groupedManuals); What is the correct mapping of the

September 29, 2021By Simo Asp ASP, ASP.NET, GROUPY, Medium LINQ, MVC, Strong, type, viewLeave a Comment

ASP.NET – Store dates hours in the database?

I’m writing a blog and want to display my posts in Eastern Time Zone. I think storing all UTC is the right way. This will bring some challenges:

>I have to convert all time from UTC to Easter

September 29, 2021By Simo Asp ASP, ASP.NET, database, Date, Medium, storage, timeLeave a Comment

Debug ASP.NET CORE 2.0 Source Code

In Visual Studio 2017, symbols and source links can be used to debug the source code in ASP.NET Core 2.0. In this article, we will focus on how to use source links to debug ASP.NET Core sources.

September 29, 2021By Simo Asp 2.0, ASP, ASP.NET, Core, Debug, Source CodeLeave a Comment

When using PageAsynctask (Asynchronous ASP.NET page)

According to my understanding of reading about ASP.NET asynchronous pages, the method executed at the beginning of the asynchronous task is always executed between the pre-rendering and pre-renderi

September 29, 2021By Simo Asp ASP, ASP.NET, asynchronous, example, page, PageAsyncTask, When to useLeave a Comment

Why SCANF must use the address of the operator

As the title says, I always want to know why scanf must take the address of the operator (&). Because C has only “pass-by-value” parameters, to pass a’variable’ to put a value, you must pass its

September 29, 2021By Simo C & C++ Address, adopt, must, operator, scanf, whyLeave a Comment

PRINTF parameter is insufficient

My question is about the behavior after printf with missing parameters:

printf(“%s blah blah %d “, int); // integer was given as argument (and not int written) I already know that if the form

September 29, 2021By Simo C & C++ insufficient, parameters, printfLeave a Comment

Understand concurrent file writing from multiple processes

From here: Is file append atomic in UNIX

Consider the situation where multiple processes open the same file and append to it. O_APPEND guarantees that the file is found The write operation at

September 29, 2021By Simo C & C++ concurrent, Files, from, multiple, processes, understand, writeLeave a Comment

Posts navigation

Page 1 … Page 55 Page 56 Page 57 … 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