上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 36 下一页
摘要: 原始图象 调整后的第一张: 调整后的第二张: 阅读全文
posted @ 2022-02-03 17:40 艾孜尔江 阅读(70) 评论(0) 推荐(0)
摘要: ![](https://img2022.cnblogs.com/blog/1991547/202202/1991547-20220203173552031-427372668.png) ![](https://img2022.cnblogs.com/blog/1991547/202202/1991547-20220203173559793-249910422.png) 阅读全文
posted @ 2022-02-03 17:36 艾孜尔江 阅读(35) 评论(0) 推荐(0)
摘要: fsutil file createnew D:\ProgrameData.newfile 4096000000 阅读全文
posted @ 2022-02-03 10:34 艾孜尔江 阅读(195) 评论(0) 推荐(0)
摘要: :: 艾孜尔江·艾尔斯兰撰稿 chcp 65001 @echo off ::将下方的路径更换为自己的路径即可 set WeChat_Location="D:\软件安装根目录(C盘转存)\微信\WeChat\WeChat.exe" set /p count=How many Wechats do yo 阅读全文
posted @ 2021-11-14 14:58 艾孜尔江 阅读(672) 评论(0) 推荐(0)
摘要: 方式一 找到你误提交之前的版本号; git revert -n 版本号 (版本号通过'git log'命令查看,复制你想要回滚的目标版本号); git commit -m YOUR_COMMIT_MSG 提交代码到本地仓库; git push -f origin master 提交/推送代码到远程仓 阅读全文
posted @ 2021-10-01 22:32 艾孜尔江 阅读(664) 评论(0) 推荐(0)
摘要: A abstraction layer,抽象层 access,获取,存取 acoustic coupler,声音耦合器 Active Directory,活动目录 Acyclic Dependencies Principle,非循环依赖原则(ADP) acyclic digraph,有向无环图 Ad 阅读全文
posted @ 2021-09-28 15:52 艾孜尔江 阅读(1635) 评论(0) 推荐(0)
摘要: 笔者在使用CNBlogs的VS Code插件撰写博客时发现,其使用非常方便,但是也不乏诸多问题: 无法下载标题中含有特定符号的博文,比如含有“++”这种符号标题的博文就无法下载成功; 在碰到无法下载的博文时,不会跳过这个博文,而是在这个博文处中断,这篇博文之后的博文都无法下载了; 无法直接通过粘贴的 阅读全文
posted @ 2021-09-16 14:02 艾孜尔江 阅读(110) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; public class MyClass { struct Name{ public string FirstName; public string LastName; public string Get 阅读全文
posted @ 2021-08-14 19:33 艾孜尔江 阅读(178) 评论(0) 推荐(0)
摘要: <html lang="en"> <head> <meta charset="UTF-8"> <title>登录</title> <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1 阅读全文
posted @ 2021-08-08 17:26 艾孜尔江 阅读(1759) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-08-07 20:39 艾孜尔江 阅读(241) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 36 下一页