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

Tag: setup

React-native – RnFetchBlob requires the main queue settings

When using RNFetchBlob with React Native, I see a yellow warning screen:

Module RNFetchBlob requires main queue setup since it overrides
constantsToExport but doesn’t implement requiresMainQ

October 20, 2021By Simo React master, Native, need, queue, React, rnfetchblob, setupLeave a Comment

Jetty’s HTTPCLIENT setup agent

void customizeHttpClient(HttpClient httpClient) throws URISyntaxException {
URI proxyURI = new URI(“http://proxyhost:proxyport”);
AuthenticationStore auth = httpClient.getAuthenticationStore();<

October 13, 2021By Simo Jetty Agent, httpclient, jetty, setupLeave a Comment

Raspberry Pie Connect WiFi Set Static IP

Set static ip under wifi connection of Raspberry Pi
save the burden of network cable, but ip under wifi connection may change, so you can set a static ip.

sudo nano /etc/dhcpcd.conf, add the

October 11, 2021By Simo Wireless connection, IP, Party, Raspse, setup, static, WiFiLeave a Comment

Android Sets the path to ImageView

ImageView is a frequently used component in Android programs, which displays an image on the screen.

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

October 7, 2021By Simo Android Android, ImageView, path, setupLeave a Comment

VB.NET – Background color of the form

Private Sub HScrollBar1_Scroll(ByVal sender As Object, _
ByVal e As ScrollEventArgs) _
Handles HScrollBar1.Scroll
Me.BackColor = HScrollBar1.Value
End Sub How to set the BackColor of the form? H

October 6, 2021By Simo Visual Basic Background, color, form, setup, VB, VB.NETLeave a Comment

Inno-Setup – Innosetup Uninstall Ask News – Pascal Coding

I created an installer for some of my games, and I want the uninstaller to be able to ask me if I want to save my game files.
Things like this: when I execute uninstall. The exe asked me’Do you wa

October 5, 2021By Simo Delphi Coding, inno, Innosetup, inquiry, Message, PASCAL, setup, UninstallLeave a Comment

Inno-setup – Add a registry key using functions in Innosetup

How to use the value in the function to add a registry key in innosetup. I want to set
the IsServer value in the registry as the return value of InstallAsServer

[Code]
[Registry]
Root: HKLM;

October 5, 2021By Simo Delphi inno, Innosetup, setup, SMELeave a Comment

MySQL table name is not case sensitive setting method

After mysql is installed under windows system, it is not sensitive to the case of table names by default, but under linux, some systems need to be set manually. Log in as root, open and modify /etc

October 4, 2021By Simo Mysql case sensitive, method, mysql, Name, setup, tableLeave a Comment

IGH DC settings

IgH setting DC interface description
The application program sets the DC cycle, offset and enable control word.
void ecrt_slave_config_dc(
ec_slave_config_t *sc, /< Slave configuration. */ uint16_

October 1, 2021By Simo Micro Services DC, IgH, setupLeave a Comment

c – How to use the command flag to set breakpoints on a future shared library

I am trying to use the –command flag to automate a gdb session. I am trying to set a breakpoint on a function in a shared library (Unix equivalent DLL). My cmds.gdb looks like This way:

set a

September 29, 2021By Simo C & C++ breakpoint, Command, future, how to use, logo, setup, shared libraryLeave a Comment

Posts navigation

Page 1 Page 2
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