首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
Andrew_Ryan
掘友等级
software developer
|
IBM
Read Book
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
32
文章 32
沸点 0
赞
32
返回
|
搜索文章
Andrew_Ryan
software developer @IBM
·
1月前
关注
gradle set up
C:\Users\Administrator.gradle\gradle.properties C:\Users\Administrator.gradle\init.gra...
0
评论
分享
Andrew_Ryan
software developer @IBM
·
2月前
关注
Chisel 工具使用教程
Chisel 是一个快速的 TCP/UDP 隧道工具,通过 HTTP 传输并使用 SSH 加密,支持服务器和客户端模式。本文基于 main.go 代码,详细介绍其使用方法。...
1
评论
分享
Andrew_Ryan
software developer @IBM
·
2月前
关注
rust read 100G large file
```rust /** * Main function that demonstrates memory mapping a large file and accessi...
2
评论
分享
Andrew_Ryan
software developer @IBM
·
3月前
举报
git常见骚操作与小技巧
1. 查看提交历史
git log --oneline
一行一个提交,清晰明了。
2. 撤销操作
撤销add:git reset
撤销commit但保留更改:git reset --soft HEAD^
撤销commit和更改:git reset --hard HEAD^
展开
赞过
分享
评论
1
Andrew_Ryan
赞了这篇文章
Zuckjet
前端开发
·
11月前
关注
React Native 全新架构来了(译)
React Native 0.76 现已在 npm 上以全新架构默认发布! 在 0.76 版本的发布博客中,我们分享了此版本包含的一系列重大更改。在本文中,我们将概述全新架...
47
9
分享
Andrew_Ryan
software developer @IBM
·
5月前
关注
android use adb instsll cacerts
``` # 查看 SELinux 状态 adb shell "su -c 'getenforce'" # 如果输出为 Enforcing,将其设置为宽容模式 adb she...
2
评论
分享
Andrew_Ryan
software developer @IBM
·
6月前
关注
Rust 实现mnist数据集标签分类模型
--- theme: lilsnake highlight: night-owl --- ```rust use burn::{ data::{ d...
2
评论
分享
Andrew_Ryan
software developer @IBM
·
7月前
关注
13 Best Exercise For Heel Pain
Introduction: Exercise For Heel Pain is essential for strengthening the muscles, tendo...
0
评论
分享
Andrew_Ryan
software developer @IBM
·
7月前
关注
11 Plantar Fasciitis Exercises for Fast Heel Pain Relief
Looking for plantar fasciitis exercises to get rid of heel pain? Stretching exercises ...
0
评论
分享
Andrew_Ryan
software developer @IBM
·
7月前
关注
vscode export and import extension list
extensions.txt install.sh install.ps1 alibaba-cloud.tongyi-lingma anthhub.fjson cloris...
0
评论
分享
Andrew_Ryan
software developer @IBM
·
8月前
关注
wsl install archlinux from .vhdx file
wsl --import Arch H:\ArchLinux\home R:\ext4.vhdx --vhd wsl --set-version Arch 2 sudo n...
2
评论
分享
Andrew_Ryan
software developer @IBM
·
8月前
关注
endavoros or archlinux Wifi Not Working Solution
下载 https://mirrors.tuna.tsinghua.edu.cn/archlinux/core/os/x86_64/linux-firmware-202412...
0
评论
分享
Andrew_Ryan
software developer @IBM
·
9月前
关注
SQL Server XML 查询示例
在关系数据库的世界中,SQL Server 一直以其强大的功能脱颖而出。SQL Server 中经常被忽视但极其有用的特性之一是其处理 XML 数据的能力。在本篇博客中,我...
0
评论
分享
Andrew_Ryan
software developer @IBM
·
9月前
关注
深入了解 Rust 核心开发团队:这些人如何塑造了世界上最安全的编程语言
Rust,这个以安全、速度和并发著称的编程语言,已经在全球范围内赢得了极大的关注。作为当前技术圈内的热门语言,Rust不仅提供了出色的内存安全性和高性能,而且为开发者带来了...
5
评论
分享
Andrew_Ryan
software developer @IBM
·
9月前
关注
C++:内存不安全的“老顽固”
在编程的世界里,C++ 是一头巨兽,它的力量无可匹敌。它让你可以直接与硬件对话,掌控每一字节的内存。然而,这种力量并非没有代价。C++ 的自由是一把双刃剑,它赋予了你无限的...
1
评论
分享
Andrew_Ryan
software developer @IBM
·
9月前
关注
Sql Server Xml Query Examples
Explore practical SQL Server XML query examples focusing on character encoding validat...
4
评论
分享
Andrew_Ryan
software developer @IBM
·
9月前
关注
arch linux install 中文输入法
```sh yay -S fcitx5-im fcitx5-rime ``` ``` yay -S fcitx5-input-support ``` ![image.png...
3
评论
分享
Andrew_Ryan
software developer @IBM
·
10月前
关注
CTF 理论题
(1分) 在Linux系统中,如果文件权限设置为“777”,则任何用户都可以读取、写入和执行该文件。 正确 错误 2. (1分) 代码为php文件可以起到网站木马的效果。 ...
0
评论
分享
Andrew_Ryan
software developer @IBM
·
10月前
关注
vscode all versions download urls
--- highlight: tomorrow-night --- ```sh https://update.code.visualstudio.com/1.20.0/wi...
1
评论
分享
下一页
个人成就
文章被点赞
60
文章被阅读
65,074
掘力值
2,173
关注了
7
关注者
7
收藏集
6
关注标签
146
加入于
2020-12-05