Fork me on GitHub
上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 参考: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 都一样* 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 下载 nmap nmap -sS -Pn localhost netstat -ano | findstr 需要查看的端口号 打开任务管理器查看该程序是否需要 停止 taskkill -PID 1068 -F 阅读全文
posted @ 2022-06-02 15:45 都一样* 阅读(79) 评论(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 都一样* 阅读(131) 评论(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 都一样* 阅读(1566) 评论(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 都一样* 阅读(735) 评论(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 都一样* 阅读(8294) 评论(0) 推荐(0) 编辑
摘要: 安装好系统后我们先使用 网线进行连接 使用ssh 工具连接 cd /etc/wpa_supplicant/ wpa_passphrase "网络名称" "密码" > wpa_supplicant.conf # interfaces配置 vim /etc/network/interfaces # 输入 阅读全文
posted @ 2021-02-09 23:36 都一样* 阅读(643) 评论(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 都一样* 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 首先我们去GitHub 将文件拉取下来 github 地址: https://github.com/open-dingtalk/pierced win10 : ding -config=./ding.cfg -subdomain=Hayes 6 # Hayes 是域名前缀 后边是端口号 http:/ 阅读全文
posted @ 2020-10-08 13:03 都一样* 阅读(2334) 评论(0) 推荐(0) 编辑
摘要: IIS 部署(就不说了) 进程被占用 但是我们很多时候会遇到 更新dll 文件的时候进程被占用 的情况 自己调试还好 可以停一下当前部署的项目 ,开发过程中替换也是费时间 所以 我是使用命令的方式 # mv /* /f/项目部署文件/注塑/Plugin net stop w3svc # IIS停止 阅读全文
posted @ 2020-07-01 18:40 都一样* 阅读(298) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页