Fork me on GitHub
上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: CodeSmith8 激活工具包 https://wwot.lanzouw.com/iNIWI0r7e5kj 阅读全文
posted @ 2023-03-27 12:02 都一样* 阅读(271) 评论(0) 推荐(0)
摘要: 解决dotnet 项目浏览器不安全提示 dotnet dev-certs - 生成自签名证书,以便在开发中使用 HTTPS。 dotnet dev-certs https --clean dotnet dev-certs https -t 更多命令参考 https://learn.microsoft 阅读全文
posted @ 2023-01-12 16:16 都一样* 阅读(453) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/lairui1232000/p/8964949.html /* detail表 记帐流水表 字段: qt_srMoney (money) 收入 qt_zcMoney (money) 支出 qt_date (datetime) 操作日期 qt_dk 阅读全文
posted @ 2022-11-11 15:24 都一样* 阅读(124) 评论(0) 推荐(0)
摘要: 下载 nmap nmap -sS -Pn localhost netstat -ano | findstr 需要查看的端口号 打开任务管理器查看该程序是否需要 停止 taskkill -PID 1068 -F 阅读全文
posted @ 2022-06-02 15:45 都一样* 阅读(135) 评论(0) 推荐(0)
摘要: const mock = require('mockjs'); // 引入mockjs const data = mock.mock({ "data|20": [{ "id": "@id", "name": "@cname", "phone": /^1[3578]\d{9}/, "ip": "@ip 阅读全文
posted @ 2022-05-15 18:04 都一样* 阅读(153) 评论(0) 推荐(0)
摘要: yarn和npm一样,默认安装的全局包和缓存都在C盘里:npm的在:C:\Users\Administrator\AppData\Roaming\npmyarn的在:C:\Users\Admin\AppData\Local\Yarn 打开cmd窗口,输入: yarn config set globa 阅读全文
posted @ 2022-05-15 16:40 都一样* 阅读(1909) 评论(0) 推荐(0)
摘要: 用于管理 Office 批量激活的工具 https://docs.microsoft.com/zh-cn/DeployOffice/vlactivation/tools-to-manage-volume-activation-of-office?redirectedfrom=MSDN 打开cmd ( 阅读全文
posted @ 2021-12-22 14:29 都一样* 阅读(778) 评论(0) 推荐(0)
摘要: 第一步 :下载 termux https://f-droid.org/packages/com.termux/ 第二步 :安装 termux 打开后安装 pkg install openssh 输入 sshd # 开启ssh 查看手机端ip 可以使用其他方法 ifconfig # 查询本地局域网ip 阅读全文
posted @ 2021-10-31 22:31 都一样* 阅读(10685) 评论(0) 推荐(0)
摘要: 安装好系统后我们先使用 网线进行连接 使用ssh 工具连接 cd /etc/wpa_supplicant/ wpa_passphrase "网络名称" "密码" > wpa_supplicant.conf # interfaces配置 vim /etc/network/interfaces # 输入 阅读全文
posted @ 2021-02-09 23:36 都一样* 阅读(729) 评论(0) 推荐(0)
摘要: 在 /etc/init.d 目录下建立 GetLocalip.py 文件 #coding: utf-8 import smtplib from email.mime.text import MIMEText from email.header import Header import socket 阅读全文
posted @ 2021-01-19 13:25 都一样* 阅读(535) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 11 下一页