会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zyip
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
70
下一页
2023年1月9日
Power BI 示例
摘要: 获取 Power BI 示例 - Power BI | Microsoft Learn 客户盈利率示例 PBIX 人力资源示例 PBIX 采购分析示例 PBIX 零售分析示例 PBIX 销售和市场营销示例 PBIX 供应商质量分析示例 PBIX
阅读全文
posted @ 2023-01-09 15:56 zyip
阅读(79)
评论(0)
推荐(0)
2022年12月21日
wpsjs / wps addin
摘要: npm install -g wpsjs wpsjs create HelloWps cd HelloWps npm update --save-dev wps-jsapi wpsjs debugwpsjs buildwpsjs publish //package.jsonadd two rules
阅读全文
posted @ 2022-12-21 09:48 zyip
阅读(549)
评论(0)
推荐(0)
2022年12月20日
nodejs post 基于fetch
摘要: function sleep(interval:number) { return new Promise( resolve => { setTimeout(resolve, interval) }) } async function _query (name: any, id: any) { //a
阅读全文
posted @ 2022-12-20 11:17 zyip
阅读(299)
评论(0)
推荐(0)
nodejs 执行sql
摘要: import sql from 'mssql' async function query(sqlTxt:string){ let config = "Server=localhost,1433;Database=db1;User Id=sa;Password=sa;Trusted_Connectio
阅读全文
posted @ 2022-12-20 11:14 zyip
阅读(184)
评论(0)
推荐(0)
nodejs 拦截接口数据
摘要: import puppeteer from 'puppeteer' const browser = await puppeteer.launch({headless: false}) const page = await browser.newPage() await page.setDefault
阅读全文
posted @ 2022-12-20 11:13 zyip
阅读(172)
评论(0)
推荐(0)
nodejs读取excel
摘要: // import puppeteer from 'puppeteer' // https://github.com/SheetJS/sheetjs import reader from 'xlsx' const file = reader.readFile('D:\\doc\\名单.xlsx',
阅读全文
posted @ 2022-12-20 11:10 zyip
阅读(449)
评论(0)
推荐(0)
nodejs 调用adb拨号
摘要: async function exec (adbCmd:string) { let adbPath = 'D:\\prog\\adb\\windows\\adb.exe' let cmdMsg = await new Promise((resolve, reject) => { const chil
阅读全文
posted @ 2022-12-20 11:08 zyip
阅读(114)
评论(0)
推荐(0)
airtest adb发送短信
摘要: # dev = connect_device("Android:///") connect_device("Android:///") dev = device() phone = '13800138000' msg = 'hello world' def sendMsg(phone, msg):
阅读全文
posted @ 2022-12-20 11:06 zyip
阅读(78)
评论(0)
推荐(0)
2022年12月11日
adb 拨号
摘要: adb shell service call phone 1 s16 10000 adb shell am start -a android.intent.action.CALL -d tel:10000 多设备时指定设备 adb -s AKGR9K2328903606 shell am start
阅读全文
posted @ 2022-12-11 15:28 zyip
阅读(286)
评论(0)
推荐(0)
2022年8月8日
umi max自定义布局
摘要: import { defineConfig } from '@umijs/max'; export default defineConfig({ antd: { }, access: {}, model: {}, initialState: {}, request: {}, layout: fals
阅读全文
posted @ 2022-08-08 17:47 zyip
阅读(3730)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
70
下一页
公告