Happy New Year!
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页
摘要: 1、域名查询接口采用HTTP,POST,GET协议:调用URL:http://panda.www.net.cn/cgi-bin/check.cgi参数名称:area_domain 值为标准域名,例:hichina.com调用举例:http://panda.www.net.cn/cgi-bin/che 阅读全文
posted @ 2020-11-02 15:44 义美-小义 阅读(1146) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xhbspark/article/details/89929458 阅读全文
posted @ 2020-10-29 16:35 义美-小义 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 2020年9月12日实测可行,本专栏不定期更新最新的方法。 可以借助优酷自带的解码器进行kux转码成mp4,以下方法能转1080P及4K非独播的剧,大家可以新建一个文本文档然后把以下文字复制进去然后另存为bat,这个bat只要在kux所在目录运行就可以将所有kux自动转换成mp4,1G视频基本上几秒 阅读全文
posted @ 2020-10-27 10:02 义美-小义 阅读(1313) 评论(0) 推荐(0) 编辑
摘要: 表全部数据 1 查询people_no重复的记录 select * from people where people_no in (select people_no from people group by people_no having count(people_no) > 1); 2 查询pe 阅读全文
posted @ 2020-10-26 10:09 义美-小义 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 保障类型? 联合查询 两个表select UI.id,UI.notes,SC.id,SC.notes from renter UI right join house SC on UI.notes=SC.notes 联表查询的语句 select UI.id as renterid,UI.notes a 阅读全文
posted @ 2020-10-26 10:07 义美-小义 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://healen.github.io/xui/#/docs/col 阅读全文
posted @ 2020-10-23 09:35 义美-小义 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 需求: 在父组件的一个事件可以改变子组件中的 openData 的值变为 true。 废话不多说,直接上代码: 父级页面: <template> <div> <div @click="changeChild">按钮改变子组件数据</div> <children ref="childrenDom">< 阅读全文
posted @ 2020-10-16 10:42 义美-小义 阅读(2769) 评论(0) 推荐(0) 编辑
摘要: gitbook http://gitbook.hushuang.me/ 阅读全文
posted @ 2020-10-13 14:34 义美-小义 阅读(105) 评论(0) 推荐(0) 编辑
摘要: /** * 2019年8月10日 13:42:50 * @小义 xiaoyi * 封装全局 公用方法 组件 * */ /** * 方法一 * 处理10位时间戳 返回格式 2019-08月10日13:55:34 * */ const timestampToTime = (timestamp)=> { 阅读全文
posted @ 2020-10-13 09:42 义美-小义 阅读(176) 评论(0) 推荐(0) 编辑
摘要: var xData = function() {//获取近12月日期 var dataArr = []; var data=new Date(); var year=data.getFullYear(); data.setMonth(data.getMonth()+1)//获取到当前月份,设置月份 阅读全文
posted @ 2020-10-13 09:03 义美-小义 阅读(1222) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页
返回顶部小火箭
世界很公平,想要最好,就一定得付出!
x
github主页