首页
学习
活动
专区
工具
TVP
发布

iOSDevLog

专栏作者
305
文章
499925
阅读量
54
订阅数
简介
通过互联网进行学习意味着在无限的混乱信息丛林中游泳,在快速变化的创新领域更是如此。
iOSDevLog
2022-05-26
6310
树莓派4B 开启串口登陆
烧录镜像 Raspberry Pi OS – Raspberry Pi Operating system images – Raspberry Pi OS (64-bit) 📷 📷 串口登录 sudo raspi-config 3 Interface Options Configure connections to peripherals 📷 I6 Serial Port Enable/disable shell messages on the serial connection 📷
iOSDevLog
2022-04-24
6560
Python 数据科学实用指南
本指南探讨了允许你使用 Python 执行数据分析的最佳实践和基础知识。在本指南中,你将学习如何使用 Jupyter notebook 和 Python 库(如 Pandas , Matplotlib 和 Numpy )轻松、透明地探索和分析数据集。
iOSDevLog
2022-01-20
1.6K0
SceneKit 场景编辑器-为您的AR体验构建3D舞台
为了能够在应用程序中添加3D模型,我们需要一个3D渲染器框架。在本节中,我们将了解SceneKit的场景编辑器。这是一个很好的空间,可以帮助您可视化3D模型,编辑它,播放动画,模拟物理等。
iOSDevLog
2022-01-20
5.4K0
基础 Python
嗨,我是 Virgilio ,你可能已经认识我了。 欢迎来到你进入数据科学的第一步!
iOSDevLog
2022-01-20
6270
第一回:Matplotlib初相识
Miniconda wget -c <https://repo.anaconda.com/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh> bash Miniconda3-py39_4.10.3-Linux-x86_64.sh Jupyter conda install jupyter Matplotlib conda install matplotlib Server jupyter notebook --generate-config vi .jupyt
iOSDevLog
2021-11-24
2190
Git prev & next
When you are doing a talk with a demo in several steps, it can be practical to have a git repository with a commit for each step. During the demo, when you want to go to the next step, all you have to do is moving to the next commit. But, except if you know the sha1 of this commit, it can be tricky to do that without interrupting your talk. I have two git aliases to suggest for this task (in ~/.gitconfig):
iOSDevLog
2020-11-12
7490
AutoTools: autoconf, automake, libtools
A dataflow diagram for the autoreconf utility
iOSDevLog
2020-11-12
9130
Linux From Scratch
LFS: http://www.linuxfromscratch.org/lfs/
iOSDevLog
2020-09-27
2.1K0
Git忽略已经提交过一次文件Git忽略文件
也就是添加之后从来没有提交(commit)过的文件,可以使用.gitignore忽略该文件
iOSDevLog
2020-07-03
2.2K0
wpa_supplicant 的配置说明文件 wpa_supplicant.conf
通过从客户端认证中退出,windows下的认证储存可以被使用,并且私人密匙可以通过以下格式配置: cert://substring_to_match hash://certificate_thumbprint_in_hex
iOSDevLog
2020-06-11
7.5K0
LFS、BLFS、ALFS、CLFS 的区别
Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
iOSDevLog
2020-06-11
1.2K0
Wi-Fi 总结
Wired Equivalency Protection,一种Wi-Fi连接的安全标准,类似的安全标准还包括下面的WPA,WPA2。它可以使用64/128bit的ASCII/HEX(0-9,A-F)的Password,它的密钥是由Password和一个IV(初始化向量)组成,加密算法是stream cipher RC4,并使用 CRC-32校验和确保完整性。加密解密过程如下:AP发送的数据包(包括IV和加密过的数据)–>无线客户端收到此数据包–>提取其中的IV,用于和本地的Password形成密钥–>解密数据包。它有两种鉴权方式:Open System, Shared Key.
iOSDevLog
2020-06-09
1.8K0
手撕编译原理:汇编语言不会编
NASM Installation of NASM wget -c http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.xz tar -xf nasm-2.14.02.tar.xz cd nasm-2.14.02 ls ./configure --prefix=/usr && make sudo make install version $ nasm -v NASM version 2.14.02 compiled on Ju
iOSDevLog
2020-06-03
8610
Wi-Fi p2p & ap 共存
ap mode 通用应用在无线局域网成员设备(即客户端)的加入,即网络下行。它提供以无线方式组建无线局域网WLAN,相当际WLAN的中心设备。
iOSDevLog
2020-05-28
3.5K0
《30天自制操作系统》读书笔记
JE: jump if equal INT: 是软件中断指令 HLT: interrupt 是让CPU停止动作的指令, 是让CPU进入待机状态 JC: 是“jump ifcarry”的缩写,意思是如果进位标志(carry flag)是1的话,就跳转。 JNC: Jump ifnot carry” JAE: “Jump if above or equal” JBE: jump if below orequal
iOSDevLog
2020-05-27
5160
Transporter 上传慢解决方案
解决使用 Transporter 上传 ipa 到 App Store 时,有时间会卡住或者非常慢。
iOSDevLog
2020-03-20
2.1K0
从 0 开始学游戏开发
游戏行业一直是公认的“吸金”行业。对于热爱游戏的人,能够开发出一款自己的游戏,绝对是一件很酷很有格调的事。游戏行业的高回报,也吸引着越来越多的人跃跃欲试。
iOSDevLog
2020-01-15
1.3K0
2020-01-03 时间管理:
作者: 吉姆·兰德尔 出版社: 上海交通大学出版社 副标题: 如何充分利用你的24小时 原作名: The Skinng on Time Management:How to Maximize your 24-hour Gift 译者: 舒建广 出版年: 2012-1-1 页数: 215 定价: 20.00元 装帧: 平装 丛书: 简单有趣的个人管理丛书 ISBN: 9787313076571
iOSDevLog
2020-01-15
5210
Kindle 无 USB 传书
Kindle 的 USB 接口连接到 macOS 上面,能充电,却不能显示 U 盘。
iOSDevLog
2020-01-02
6260
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档