摘要: --1、临时表(DECLARE @details Table()) DECLARE @details Table(DTaskDetailsId [uniqueidentifier] NOT NULL,--任务id DAdvertCompanyFloorId [uniqueidentifier] NO 阅读全文
posted @ 2021-01-25 15:14 lanofsky 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 地址:https://github.com/openai/whisper安装python,控制台运行python进入交互式 Python 解释器,表示安装成功。git clone https://github.com/openai/whisper.git手动安装ffmpeg,配置环境变量ffmpeg 阅读全文
posted @ 2024-01-10 14:40 lanofsky 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1、//Excel函数,当前行ROW()的前一列(COLUMN()-1)的值是时间戳,显示时间戳对应的转日期格式。秒。=TEXT((INDIRECT(CHAR((COLUMN()-1)+64)&ROW())+8*3600)/86400+70*365+19,"yyyy/mm/dd hh:mm:ss") 阅读全文
posted @ 2023-09-26 16:52 lanofsky 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 微信小程序Picker模糊查询组件 pickerSelect.js Component({ options: { // 在组件定义时的选项中启用多slot支持 multipleSlots: true }, /** * 组件的属性列表 */ properties: { // 父组件传递过来的数据列表 阅读全文
posted @ 2023-09-19 17:07 lanofsky 阅读(189) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript" src="W:/code/PetsMall/PetsMall/trunk/PetsMall20220 阅读全文
posted @ 2022-09-13 16:55 lanofsky 阅读(30) 评论(0) 推荐(0) 编辑
摘要: create database SampleTestingSysDBgouse SampleTestingSysDBgoEXEC sp_addlinkedserver@server='oldDB',--被访问的服务器别名@srvproduct='',@provider='SQLOLEDB',@dat 阅读全文
posted @ 2022-07-26 12:21 lanofsky 阅读(42) 评论(0) 推荐(0) 编辑
摘要: /** * 生命周期函数--监听页面初次渲染完成 */ onReady: function () { var that = this; //获取元素 var query = wx.createSelectorQuery(); query.select("#navbar").boundingClien 阅读全文
posted @ 2022-05-10 15:09 lanofsky 阅读(271) 评论(0) 推荐(0) 编辑
摘要: using PetsMall.Common; using PetsMall.Model.Entites; using System; using System.Collections.Generic; using System.Linq; namespace CommonUtil { /// <su 阅读全文
posted @ 2022-01-11 19:31 lanofsky 阅读(52) 评论(0) 推荐(0) 编辑
摘要: GDI绘图帮助类 GDIHelper using System; using System.Collections.Generic; using System.Drawing; using System.Linq; namespace CommonUtil.GraphicsDrawString { 阅读全文
posted @ 2021-10-13 10:23 lanofsky 阅读(73) 评论(0) 推荐(0) 编辑
摘要: //upd20240306-saveTxt-formatTime-formSubmitRedrict-copyText-arrayToTable-signData-ReSetWebSocket-IsPointInPoly-GetCenterPointInPoly-autoIframeWidth//- 阅读全文
posted @ 2021-09-30 15:55 lanofsky 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 【ng】【js】【笔记】angularJs常用 1、select尽量用ng-options,不用ng-repeat <select class="form-control" ng-model="pstm.ExtractionSampleTypeId" ng-options="typeItem.Ext 阅读全文
posted @ 2021-09-29 17:03 lanofsky 阅读(55) 评论(0) 推荐(0) 编辑