Skip to content

Instantly share code, notes, and snippets.

View agron911's full-sized avatar

Cheng-Huan Tsai (Agron) agron911

View GitHub Profile

ASP.net 語法

四大語法

  • Select
  • insert
  • delete
  • update
select * from member where USER_ID ='john'
select * from member where address like N'金門%'

cisco ptracer

  • 下載cisco ptracer:

1.連mikrotik教室網路

http://192.168.60.133/smallko/ptracer.zip

2.連無線網路

GCC

產生組合語言

$ gcc -S sum.c -o sum.s

將組合語言轉換為目的碼 (Object Code)

INTERNET EMULATER AND ANALYSIS

進入mininet

*links
*net
*link h1 r1 up //可以利用了解網路連結狀態

開啟主機

Asp.net in Visual Studio


在瀏覽器執行中遇上

'/' 應用程式中發生伺服器錯誤。 指定的引數超出有效值的範圍。 參數名稱: site 描述: 在執行目前 Web 要求的過程中發生未處理的例外狀況。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

解決的方法:

@agron911
agron911 / 0219.md
Last active March 7, 2019 06:50
2019-internet simulate

UBUNTU BASIC INSTRUCTION

基本指令

Install EVE-ng & ubuntu 16.04

ubuntu 更換root密碼

sudo passwd root

After you installed ubuntu

@agron911
agron911 / Install GUI for centos7.md
Created December 23, 2018 17:54
圖形化介面

必須先root, 首先安裝X(X Window System)

#yum groupinstall "X Window System"

可以檢查我們已經安裝的軟體以及可以安裝的軟體

#yum grouplist

開始安裝我們需要的圖形介面軟體,使用GNOME

@agron911
agron911 / 2018-Linux-lessons.md
Last active December 23, 2018 17:58
運行 yum 出現 Cannot find a valid baseurl for repo: base/7/x86_64

在安裝圖形化介面

#yum groupinstall "X Window System"
**ERROR: Cannot find a valid baseurl for repo: base/7/x86_64

這代表網線沒有通

更改ONBOOT=YES

@agron911
agron911 / Test filename
Created December 23, 2018 14:08
Create A Test Gist
This is a test for first time to use gist.