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

Tag: How to Write

Flex – How to write MXML to attach a listener to a custom ActionScript class

For example, the following M XML script attaches a listener to the Button class:

I have a custom action script class that triggers an event when the value is updated and I want to be able to

October 20, 2021By Simo Flex ActionScript, additional, arrival, class, definition, Flex, How to Write, listener, MXMLLeave a Comment

Bash scripting “[!: Not found” error, and how to write or declare

Edit:
This is my updated code:

#!/bin/sh
files=`ls`
if [$# -ne 1 -o -f $1 ]
then
echo “Usage: $0 ”
exit 1
fi
if [! -e $1 ]
then
echo “$1 not found”
exit 1
elif [-d $1 ]then
cd $1
for f

October 18, 2021By Simo Unix and, BASH, Declaration, error, How to Write, scriptingLeave a Comment

How to write a C function that is binding to open a file handle in RUST?

I have played with writing library bindings in Rust, and it’s not difficult. However, now, I’m stuck: I’m trying to write a binding for librsync, and it’s Some functions expect you to pass an open

October 17, 2021By Simo Os Theory Bind, file, function, handle, How to Write, need, open, RustLeave a Comment

iPhone – How to write a correct readOONLY attribute?

I have two questions about how to create correct read-only attributes in Objective-C 2.0.

This is my original method, we Call it solution 1:

@interface ClassA{
@private
NSMutableArray

September 23, 2021By Simo iPhone correct, How to Write, iPhone, one, Properties, ReadonlyLeave 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