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

Category: Mobile

Mobile development refers to the program development of mobile phone software in the mobile Internet industry. The basic development languages are C, C++, JAVA, J2ME, etc. The mobile phone operating platforms involved include Symbian, WindowsMobile, Android, IPhone, OPhone, Linux, etc. The software development of these mobile phone operating system platforms is collectively referred to as mobile development.

Swift – weak self in Didset

I rarely see people using [weak self] in didSet. Is there a reason?

I tried to use [weak self] in the didSet of the variable:

var data: Dictionary! {// [1]
didSet {[2]
self?.layoutSub

October 10, 2021By Simo Swift Didset, Medium, Mi, Self, Weak, WeiLeave a Comment

Silverlight – Caliburn Element Formula

While trying to learn the source code of the GameLibrary sample application, I saw a line like this:

ConventionManager.AddElementConvention (Rating.ValueProperty, “Value”, “ValueChanged”); Ch

October 10, 2021By Simo Silverlight Caliburn, Elements, Formulations, SilverlightLeave a Comment

Silverlight – Whether the WCF service using BasichttpBinding creates a new connection for each request?

I have a Silverlight client that calls WCF services on the IIS Web server. It uses the default basicHttpBinding settings to call. My client code has the option to use the “Update Service Reference”

October 10, 2021By Simo Silverlight BasichttpBinding, connection, create, each, New, one, Request, service, Silverlight, use, WCF, whetherLeave a Comment

Swift’s use of closed bag

The simplest way to write closures, here is the format {(parameters) -> return type in
statements
}
Examples

//let append = {(str1 aa:String ,Str2 bb: String)-> String in error, the c

October 10, 2021By Simo Swift closing, middle, SWIFT, usageLeave a Comment

Automatic tab in Silverlight 3

I need to be able to automatically tab from a control to the “next control” in an SL3 application. For example, the TextBox is limited to 3 characters-when typing the third character, the focus It

October 10, 2021By Simo Silverlight automatic, card, Medium, options, SilverlightLeave a Comment

SWIFT: How to use PreProcessor Flags to implement API keys?

In Objective-C, static string constants are sometimes used to define alternate API keys (for example, the RELEASE and DEBUG keys to distinguish analysis packages, such as MixPanel, Flurry or Crashl

October 10, 2021By Simo Swift API, Debug, Flags, How, key, Preprocessor, SWIFT, UsedLeave a Comment

SWIFT Basic Syntax – Data Type

Common Swift data types value type enum Optional structure (Struct) Bool, Int, Float, Double, Character String, Array, Dictionary, Set reference type class class

Sw The use of ift’s

October 10, 2021By Simo Swift data, foundation, SWIFT, Syntax, typeLeave a Comment

WPF – Silverlight error: AG_E_UNKNOWN_ERROR

When running my Silverlight project, I get an AG_E_UNKNOWN_ERROR. The project is ported from WPF and I can collect it on the web, I think it is invalid with my XAML The content is about

Edit

October 10, 2021By Simo Silverlight AG, error, Silverlight, Unknown, WPFLeave a Comment

Quickly try question mark

I see the following in the code I maintain:

func parse(values: NSMutableDicationary) {
let data = try? JSONSerialization.data(withJSONObject: values, options: JSONSerialization.WritingOption

October 10, 2021By Simo Swift ask questions, Quick, tryLeave a Comment

Silverlight – How to limit the value of the slider change event?

I have a slider and the value change forces a fairly strict calculation, so I want to limit it to trigger actual events, such as 50ms passing, when the user finishes sliding it.

Although I ha

October 10, 2021By Simo Silverlight change, Event, How, limited, Silverlight, slider, valueLeave a Comment

Posts navigation

Page 1 … Page 19 Page 20 Page 21 … Page 77
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