分类 计算机学习 下的文章

Studio

進入uipath安裝目錄,管理員權限打開cmd
1.離線反激活
uipath.licensetool.exe info,記錄licensecode
uipath.licensetool.exe deactivation-request,反激活請求 獲取token1
https://activate.uipath.com/ ,使用token1完成反激活
2.離線激活
uipath.licensetool.exe activation-request -l licensecode ,激活請求 獲取token2
https://activate.uipath.com/ ,換取激活token3
uipath.licensetool.exe activate-offline -I token3,使用token3激活

"--disable-web-security --user-data-dir=""d:\temp\chrome_dev"" --disable-features=UserEducation --simulate-outdated-no-au=""Tue, 31 Dec 2099 23:59:59 GMT"" --test-type --hide-crash-restore-bubble --restore-last-session=false"

"--incognito“ 沙盒模式 不能用

  1. 常用方法

    #Header
    *斜體*
    **粗體**
    ***粗斜體***
    >引用
    超鏈接[notes](url)
    圖片[notes](url)
    代碼塊  反引號
    1. 2. 3. 列表
    - 無序列表
    段落用空行
    換行   
    分割線  ***  ---  _
    轉義   \
    html用法
    表格
  2. 實例
  • img:
    notes
  • 代碼塊:

    #python
    def hello(): 
        print("hello world!")
  • 表格

    nameagetel
    king2233
  • html

    1.<span style="color:red; font-size:32px">html span</span>
    2.<pre>hello world!          wa</pre>
    3.<code>print("hello world!")</code>

    html span

    hello world!          wa

    print("hello world!")




  1. 注意事項