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.

Ruby-on-rails – Time zone in RAILS

If I have a time string in the form of “Wed,22 Jun 2011 09:43:58 0200” from a customer, I want to save the time zone. This is important because it is not only important It is the absolute UTC time,

October 6, 2021By Simo Ruby Medium, rails, Reserved, ruby, time zoneLeave a Comment

Ruby – Display error mode

In my code, I usually use the following settings:

module MyLib
VERSION = “0.1 .1”
ERROR = [
“You can either give one arg and a block or two args, not both.”,
“Yadda yadda…”
]< br />end

October 6, 2021By Simo Ruby display, error, pattern, rubyLeave a Comment

VB.NET – Visual Studio 2010 debugger no longer stop error

I am developing a Windows application today, when my error is no longer displayed as usual. On the contrary, the debugger just jumped out of the method. The output window records exceptions, but do

October 6, 2021By Simo Visual Basic debugger, error, no longer, Stop, Studio, VB, VB.NET, VISUALLeave a Comment

How to create an ActiveRecord dynamic creation class during runtime? (ruby)

I am trying metaprogramming and want to dynamically create a class that inherits from ActiveRecord.

For example, I can do this:

Object.const_set(“Orders”, Class.new {def blah() 42 end }

October 6, 2021By Simo Ruby ActiveRecord, Based on, class, create, Dynamics, How to run, rubyLeave a Comment

ruby-on-rails – Ruby NoMethodError

Okay, I’m a little novice. I know this error is happening because I don’t understand how to call the method correctly. So can you help me understand what’s going wrong here?

NoMethodError in

October 6, 2021By Simo Ruby nomethoderror, rails, rubyLeave a Comment

MS-Access – Use the code to capture the running application

I need to run some code to capture the window of an application running on the Windows desktop (Windows XP is good here).

There is Many VB6 examples, but they tend to only capture the running

October 6, 2021By Simo Visual Basic Access, application, Capture, code, correct, procedure, program, run, Screen, useLeave a Comment

Ruby-on-rails – Rails 3 Roulette and Name Space

I want a namespace controller named “portal”.

This will be nested resources, such as companies and products.< /p> I want a route like the following:

/portal/: company_id / product/: id

October 6, 2021By Simo Ruby Name, rails, Route, ruby, spaceLeave a Comment

Runy-on-rails – the command output in the Rails console: No description of the output?

I am using rails console and some models. I am running something:

Model.find(:all ).each do |x| p x.name end This is fine, it allows me to see all the values ​​of a specific column, but after

October 6, 2021By Simo Ruby Command, control, Description, No need, Output, rails, ruby, stationLeave a Comment

VB.NET – Get the index of deleted projects from the binding list

I can get the index of the items added to the BindingList. When I try to get the index, if I delete the item I get an error

This is my code

Edit: The answer in C# is also welcome… Any

October 6, 2021By Simo Visual Basic binding, delete, Get, index, List, project, VB, VB.NETLeave a Comment

VB.NET – Close Excel.exe process

The following code works, but the excel.exe process still runs, even if I exit Excel. I am using Office 2013 and reference the correct import of Office.Interop.Excel What did I miss

Sub demo(

October 6, 2021By Simo Visual Basic close, excel, Excel.exe, EXE, process, VB, VB.NETLeave a Comment

Posts navigation

Page 1 … Page 11 Page 12 Page 13 … 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