上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页

2020年7月21日

docker

摘要: #Concept Image: An image is a read-only template with instructions for creating a Docker container. Container:A container is a runnable instance of an 阅读全文

posted @ 2020-07-21 16:32 荷树栋 阅读(122) 评论(0) 推荐(0)

2020年7月16日

flutter

摘要: #Using flutter in china Linux 或 Mac export PUB_HOSTED_URL=https://pub.flutter-io.cn export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn Wind 阅读全文

posted @ 2020-07-16 12:28 荷树栋 阅读(113) 评论(0) 推荐(0)

2020年7月8日

Windows commands

摘要: #DNS IP address >nslookup address #checking the hyper-V state: bcdedit Windows Boot Loader identifier {current} device partition=C: path \WINDOWS\syst 阅读全文

posted @ 2020-07-08 13:32 荷树栋 阅读(157) 评论(0) 推荐(0)

2020年7月3日

Understanding Reed Relay Terminology (RT)

摘要: https://www.pickeringrelay.com/reed-relay-terminology/ The relay industry has evolved with a set of its own nomenclature that describes the products a 阅读全文

posted @ 2020-07-03 15:03 荷树栋 阅读(277) 评论(0) 推荐(0)

2020年6月23日

Linux Drivers

摘要: #Device Types Character: This is for an unbuffered I/O with a rich range of functions and a thin layer between the application code and the driver. It 阅读全文

posted @ 2020-06-23 15:50 荷树栋 阅读(185) 评论(0) 推荐(0)

2020年6月11日

How to check the last commit is matched with version

摘要: When release a version, we want to check the version number whether match. so we define some rules to follow to avoid mistakes. 1. VERSION file locate 阅读全文

posted @ 2020-06-11 12:21 荷树栋 阅读(212) 评论(0) 推荐(0)

2020年6月4日

Django

摘要: #env in VS Code #create the working folderc:\web #install the virtual envsudo apt-get install python3-venv # If needed #setup the env in local folderp 阅读全文

posted @ 2020-06-04 10:54 荷树栋 阅读(148) 评论(0) 推荐(0)

2020年6月1日

IAR Embedded Workbench files to be version controlled (RT)

摘要: https://www.iar.com/support/tech-notes/ide/which-files-should-be-version-controlled/ Introduction When you use a version control system you need to ha 阅读全文

posted @ 2020-06-01 13:38 荷树栋 阅读(277) 评论(0) 推荐(0)

2020年4月13日

ftp shell

摘要: The ftp shell is to auto login to the ftp server and put the file, just an example ftp -in10.54.143.3 <<EOF user username password binary cd /var/ put 阅读全文

posted @ 2020-04-13 17:04 荷树栋 阅读(123) 评论(0) 推荐(0)

vs code

摘要: # a paper about how to increase the performance https://betterprogramming.pub/5-tips-to-boost-the-performance-of-your-vs-code-editor-ff28dda68d9b #bac 阅读全文

posted @ 2020-04-13 17:02 荷树栋 阅读(299) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页

导航