Arwen's Website
  • Home
  • Archives
  • Categories
  • Tags
  • About
  •   
  •   
Shiny-NameSpace Error

Shiny-NameSpace Error

Failed to Deploy Shiny SeverAfter installing all required the packages, the shiny still reports “loading namespace” error, i.e., su: ignoring –preserve-environment, it’s mutually exclusive with –logi
2023-02-14
#Error Collection #R
Python - `Mulitiprocessing`- Pool

Python - `Mulitiprocessing`- Pool

What is the __name__ variable?
2022-12-03
#Python #Concurrency
Python - if__name__ == '__main__'

Python - if__name__ == '__main__'

What is the __name__ variable?__name__ is a built-in variable which evaluates to the name of the current module. Thus it can be used to check whether the current script is being run on its own or bein
2022-12-01
#Python
Linux - FTP Connection - ECONNREFUSED

Linux - FTP Connection - ECONNREFUSED

Failed to connect the sever through FileZilla The error information: 1ECONNREFUSED - 连接被服务器拒绝 Follow 小明同学YYDS’s solution https://blog.csdn.net/maoyuanming0806/article/details/78539655
2022-11-29
#Error Collection #Linux
Linux - Create and Delete User + Change Permission

Linux - Create and Delete User + Change Permission

As a root/admin user, manage other user account and accessing permision. Create a new user account Add a new user called test 1$ sudo adduser test Type and retype password of the new user Forc
2022-11-29
#Linux #Server Management
Linux - Mount New Hard Drive

Linux - Mount New Hard Drive

GUI: install ubuntu-desktopworking as “root” user 12345$ sudo su$ sudo apt update && apt upgrade$ sudo apt install ubuntu-desktop$ sudo apt install slim$ sudo service slim start https://www.m
2022-11-15
#Linux #Server Management
Python - Build Your Own Package

Python - Build Your Own Package

ModuleA module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended. [1] Within a module, the module’s name (as a string) is available
2022-08-23
#Python
Python - Method

Python - Method

MethodWhat is method?A Python method is a label that you can call on an object; it is a piece of code to execute on that object. [1] The difference between method and functionA method in python is sim
2022-08-22
#Python
Python-Geocoding-with-Amap-API

Python-Geocoding-with-Amap-API

2020-12-10
(CAUTION) Unexpected High Bill Amount When Using googlemaps in Python

(CAUTION) Unexpected High Bill Amount When Using googlemaps in Python

I am really grateful that I have the warmest support from my advisor and friends during this hard time.最下方有本文的“马保国全文背诵版”,感谢阿Q精神,差点丢了1w3,但是没失去快乐。(You can find the Chinese version of my experience for
2020-12-08
#Python #API
12

Search