2020年9月30日 星期三

Cisco 3702i Web GUI does not work + CCA

 https://community.cisco.com/t5/wireless-and-mobility/cisco-cap3702i-web-gui-does-not-work/td-p/3874532


 

How to take ownership of files and folders

1.    Open File Explorer.

2.    Browse and find the file or folder you want to have full access.

3.    Right-click it, and select Properties.

4.    Click the Security tab to access the NTFS permissions.

5.    Click the Advanced button.

6.    On the "Advanced Security Settings" page, you need to click the Change link, in the Owner's field.

更多項目...

2016928



How to take ownership of files and folders on Windows 10 ...

 

 

First things first, make sure you have the latest version of java installed.

 

If that doesn't work, a lot of users find success by modifying a configuration file in the path,

C:\Program Files\Cisco Systems\Cisco Network Assistant\startup\startup.properties

using a text editor like notepad and change this specific line, from

"JVM_MAXIMUM_HEAP=1024m" 

to

"JVM_MAXIMUM_HEAP=512m" 

 

 

 

 


2020年9月2日 星期三

excel interface with python , openyxl

 first need to install the openyxl


https://zhuanlan.zhihu.com/p/61234249


https://medium.com/@will.wang/%E6%92%A5%E9%96%8B-python-pip-site-packages-%E7%9A%84%E8%97%8D%E8%89%B2%E8%9C%98%E8%9B%9B%E7%B6%B2-90e398bb3785


1. install anaconda 

2.To install this package with conda run:

conda install -c anaconda openpyxl

https://anaconda.org/anaconda/openpyxl

2.1 出error , 

(base) C:\Users\ham>conda -V

conda 4.8.3

(base) C:\Users\homartin>conda install -c anaconda openpyxl

Collecting package metadata (current_repodata.json): done


3. follow https://automatetheboringstuff.com/chapter12/

4. python vlookup function of two excel by pandas