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

Author: Simo

Matplot 3D image

import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
import numpy as np

fig = plt.figure()
ax = Axes3D(fig)
X = np.arange(-4, 4, 0.25)
Y = np.arange(-4, 4, 0.25)
X, Y =

October 9, 2021By Simo Rom 3d, image, Matplot, paintingLeave a Comment

iOS – UITableView reloaddata does not reload

I am confused why reloadData does not reload the tableview. It does not call numberOfRowsInSection…

The fetchedResultsController does get the new data after saving the new data to the core

October 9, 2021By Simo IOS IOS, Re-loading, ReloadData, UITABLEVIEWLeave a Comment

When saved, Xcode will hang about 10 seconds.

I just installed XCode 4.2 and I’m running Lion 10.7.2. The problem is that when I try to save the file, it usually saves the previous one or two normally. Then, when I try When saving, XCode will

October 9, 2021By Simo IOS 10 seconds, About, Clock, hang, To save, will, XcodeLeave a Comment

【leetcode】83-Remove Duplicates from Sorted List

problem

Remove Duplicates from Sorted List

The basic usage of linked list is investigated.

code

/**
* Definition for singly-linked list.
* struct ListNode {
* int val;

October 9, 2021By Simo Rom Duplicates, leetcode, List, remove, sortedLeave a Comment

Update Xcode 8 after running, you will output a bunch of things in the print station (Xcode 8 log output problem)

When using Xcode 8 to run the project, you will find the following strange log output on the print station:
2016-09-19 10:43:44.001757 Demo[7100:171568] subsystem: com.apple.UIKit, category : HIDEv

October 9, 2021By Simo IOS 8th, One Pile, Output, print, problem, running, Things, type, Update, Xcode, Ying, ZhiLeave a Comment

Polo the Penguin and XOR Operation

Polo the Penguin and XOR operation CodeForces-288C

Little penguin Polo likes permutations. But most of all he likes permutations of integers from 0 to n, inclusive.

< span style="font-s

October 9, 2021By Simo Rom bit, computing, operation, Penguin, Polo, thinking, XORLeave a Comment

Can iOS applications control the phone?

My mother’s deaf. I usually use the TTY service to talk to her. She has a TTY phone at home. I have checked the iOS TTY and all it says is just connecting the cable to the iPhone to Use physical TT

October 9, 2021By Simo IOS application, can, control, IOS, PhoneLeave a Comment

Create a Hybrid project using Sencha Touch: (1) Sencha Touch Environment

1. Environment:

Computer environment: ubuntu kylin 15.04

jre, version 1.7

explorer,chrome

ruby:2.1,sudo apt-get install ruby2.1

touch framework: http://cdn.sencha.com/

October 9, 2021By Simo Hybrid create, environment, First, Hybrid, project, Sencha, Touch, UsingLeave a Comment

How to detect the end of the gesture? (IOS)

In my application, I use UIPinchGestureRecognizer, UIRotationGestureRecognizer and UIPanGestureRecognizer at the same time to zoom, rotate and move the image.

Method gestureRecognizer: should

October 9, 2021By Simo IOS end, How to detect, IOS, while gestureLeave a Comment

How to deal with the FCM notification on custom OS phones such as OPPO, VIVO, MIUI?

I implemented FCM push notification in Android App.
I got all notification JSON in the data payload. I “not added” the’notification’ tag on the api. Therefore, in all states (foreground/background

October 9, 2021By Simo Rom Custom, etc., FCM, How to, Miui, mobile phone, Notification, OPPO, OS, Processing, VivoLeave a Comment

Posts navigation

Page 1 … Page 213 Page 214 Page 215 … Page 590
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 2026 • ThemeCountry Powered by WordPress