公告版位
沒有痛苦 就沒有收穫
若內容對你有幫助,可以留言讓我知道哦~
有問題想要諮詢可以請至這裡連絡我哦 =>不會就放這邊
- Jan 20 Wed 2021 23:35
【軟體工具】dump ACPI table Tool
- Jan 20 Wed 2021 23:33
【CodeType】union 8bit 和 4byte寫法
#include <stdio.h> union{ int myint; struct { char char4; char char3; char char2; char char1; } myChars; }myUnion; union{ char mychar; struct { unsigned bit0 :1; unsigned bit1 :1; unsigned bit2 :1; unsigned bit3 :1; unsigned bit4 :1; unsigned bit5 :1; unsigned bit6 :1; unsigned bit7 :1; }bits; }cc; int main() { myUnion.myint = 0x11223344; printf("1=%x\n", myUnion.myChars.char1); printf("2=%x\n", myUnion.myChars.char2); printf("3=%x\n", myUnion.myChars.char3); printf("4=%x\n", myUnion.myChars.char4); //yourUnion.yourSplitInterger = 0x1234; cc.bits.bit0 = 1; return 0; }
- Jan 20 Wed 2021 23:27
【Spec.】 posted & non posted transaction
posted & non posted transaction
就其中posted 與non-posted transaction來說可以看PCI中的講解
PCI 總線規定了兩類數據傳送方式,分別是Posted 和Non-Posted 數據傳送方式。其中使用Posted 數據傳送方式的總線事務也被稱為Posted 總線事務;而使用Non-Posted 數據傳送方式的總線事務也被稱為Non-Posted 總線事務。
- Jan 20 Wed 2021 23:27
【Spec.】Virtual-Key Codes
Constant/value |
Description |
---|---|
VK_LBUTTON |
- Jan 20 Wed 2021 23:26
【windows10】使用傳統的「相片檢視器」
- Jan 20 Wed 2021 23:26
【Office】Word點超連結不變色
-
在 [設計] 索引標籤的 [變體] 群組中,選取能開啟色彩變化庫的向下箭號
-
從下拉式功能表中,選取色彩,然後按一下 [自訂色彩] 功能表的底部。
[建立新的佈景主題色彩] 對話方塊隨即開啟。
- Jan 20 Wed 2021 23:24
【PHP】判斷是否帳號註冊過了
<?php
if(isset($_POST["action"])&&($_POST["action"]=="join")){
- Jan 20 Wed 2021 23:24
【網站】資料庫抓單一資料 PHP+MySQL
<?php
// 建立 MySQL 資料庫的連線
$connection = mysql_connect('localhost', 'root', '123');
- Jan 20 Wed 2021 23:23
【網站】NO-IP設定
1.2 先註冊NO-IP
3.填寫下列資料
4.填寫完後請按「I Accept, Create my Account」
- Jan 20 Wed 2021 23:22
【windows】要如何知道Windos IIS版本?
找到的資料有
在[我的電腦]按右鍵選[管理]
在[電腦管理]頁面的下方點擊[網際網路資訊服務IIS管理員]的圖示
- Jan 20 Wed 2021 23:18
【Python】語法總整理
- Jan 20 Wed 2021 23:17
【Python】關於open 的write換行多一行
- Jan 20 Wed 2021 02:41
【Python】使用Python把資料上傳到google excel
- Jan 20 Wed 2021 02:38
【Batch Script】BAT路徑語法範例
- Jan 20 Wed 2021 02:28
【軟體工具】把照片快速製作成影片的軟體 - 4kslideshowmaker
- Jan 20 Wed 2021 02:26
【Office】Excel內選取批量圖片的方法
- Jan 20 Wed 2021 02:15
【windows10】哪個程式占用我的資料夾或檔案導致無法刪除或移動
不知道哪個程式占用我的資料夾或檔案導致無法刪除或移動,使用系統perfmon 來解決方法
當要刪除資料夾或是重新命名時跳出有人在使用此資料夾
卻很頭痛到底是誰在佔用,我們可以使用以下方法
- Jan 16 Sat 2021 15:55
【MACBOOK】資料夾顯示方式調整 設定初始值
- Jan 15 Fri 2021 15:07
【電路工具】線上版的電路模擬器 - everycircuit
- Dec 19 Sat 2020 18:23
【感測器】HX71重量感測器資料
spec.
http://cdn.sparkfun.com/datasheets/Sensors/ForceFlex/hx711_english.pdf
https://www.dfrobot.com.cn/images/upload/File/20131205193132g4ec38.pdf