原创 RasGetCredentials

DWORD RasGetCredentials( _In_ LPCTSTR lpszPhonebook, _In_ LPCTSTR lpszEntry, _Inout_

原创 RasGetConnectStatus

DWORD RasGetConnectStatus( _In_ HRASCONN hrasconn, _Inout_ LPRASCONNSTATUS lprasconnstatus ); 說明 該函數用

原创 RasGetCountryInfo

DWORD RasGetCountryInfo( _Inout_ LPRASCTRYINFO lpRasCtryInfo, _Inout_ LPDWORD lpdwSize ); 說明 該函數用於從Window

原创 RasGetConnectionStatistics

DWORD RasGetConnectionStatistics( _In_ HRASCONN hRasConn, _Inout_ RAS_STATS *lpStatistics ); 說明 獲取指定連接的累積統計

原创 RasGetErrorString

DWORD RasGetErrorString( _In_ UINT uErrorValue, _Out_ LPTSTR lpszErrorString, _In_ DWORD cBufSize ); 說明

原创 RasGetCustomAuthData

DWORD RasGetCustomAuthData( _In_ LPCWSTR pszPhonebook, _In_ LPCWSTR pszEntry, _Out_ BYTE *pbCustom

原创 RasGetEapUserData

DWORD RasGetEapUserData( _In_ HANDLE hToken, _In_ LPCTSTR pszPhonebook, _In_ LPCTSTR pszEntry, _O

原创 Android模擬點擊方式總結

adb shell 不用root,連上電腦就能使用,響應時間慢(>200ms) AccessibilityService 不用root,能跨進程,只能點擊安卓原生控件 MotionEvent 不用root,不能跨進程,只能點擊安卓

原创 Ubuntu安裝php7調試組件xdebug

打開鏈接:https://xdebug.org/wizard.php 將執行phpinfo()得到的頁面全部複製到文本框進去,點擊“Analyse my phpinfo() output”自動生成安裝指引。 以下內容是針對我的機器

原创 WIN10右鍵菜單添加“在CMD打開”命令

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_here] “ShowBasedOnVelocityId

原创 windows下git bash中文字符被轉義,不能正常顯示解決辦法

$ git config --global core.quotepath false

原创 RasSetCustomAuthData

DWORD RasSetCustomAuthData( _In_ LPCWSTR pszPhonebook, _In_ LPCWSTR pszEntry, _In_ BYTE *pbCustomAuthData,

原创 RasGetEapUserIdentity

DWORD RasGetEapUserIdentity( _In_ LPCSTR pszPhonebook, _In_ LPCSTR pszEntry, _I

原创 RasGetEntryProperties

DWORD RasGetEntryProperties( _In_ LPCTSTR lpszPhonebook, _In_ LPCTSTR lpszEntry, _Inout_ LPRASENT

原创 RasSetEapUserData

DWORD RasSetEapUserData( _In_ HANDLE hToken, _In_ LPCTSTR pszPhonebook, _In_ LPCTSTR pszEntry, _In_ BYTE