上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 98 下一页
摘要: phpexcel导出excel换行问题解决方法 直接 $objPHPExcel->getActiveSheet()->setCellValue($k1 . $i,"而非问\n未访问\n范文芳违法"); \n就可以换行 切记 必须要用双引号( 单引号识别不了\n) 还有一点很重要 \n确定没有转义 阅读全文
posted @ 2020-03-06 15:16 newmiracle宇宙 阅读(2004) 评论(0) 推荐(0)
摘要: python模拟鼠标点击教程 注意下面方法 在python3.6版本可行 (其他版本支不支持暂时不清楚) 根据您的平台,您需要以下python模块才能运行PyUserInput: Linux - Xlib(python-xlib) Mac - Quartz,AppKit Windows - pywi 阅读全文
posted @ 2020-03-04 13:44 newmiracle宇宙 阅读(6420) 评论(0) 推荐(0)
摘要: jquery地区选择插件 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable= 阅读全文
posted @ 2020-03-03 13:32 newmiracle宇宙 阅读(1535) 评论(0) 推荐(0)
摘要: 微信小程序转uniapp教程(汇总) 1 先看这个https://ask.dcloud.net.cn/article/35786 2 还有事件 bind改成@ 比方说bindtap 改成@tap 3条件编译 可以看 https://uniapp.dcloud.io/platform?id=api-% 阅读全文
posted @ 2020-02-29 22:07 newmiracle宇宙 阅读(1466) 评论(0) 推荐(0)
摘要: 微信小程序图片显示方式 如果图片要全部铺满显示 等比例缩小 居中显示 那就用 aspectFill 多余的两边会自动裁剪 如果图片不用全部铺满 等比例缩小 居中显示 示 那就用 aspectFit 多余的两边留白 阅读全文
posted @ 2020-02-29 13:20 newmiracle宇宙 阅读(1171) 评论(0) 推荐(0)
摘要: css3 用混合模式要注意的问题 .p2_2 { width: 78.133%; height: 2.795rem; background: url('/uploadpic/xiangmu/zhongyibaoming/images/2/p2_2.png') no-repeat, url(/dahu 阅读全文
posted @ 2020-02-26 12:06 newmiracle宇宙 阅读(206) 评论(0) 推荐(0)
摘要: win7 u盘系统安装教程 http://ushendu.yunkoubei.net/ 下载增强版 然后安装 然后写入U盘 写入完成了 格式转换就能转成ntfs 然后把win7 ghost 放到u盘里 就可以了 安装方法 阅读全文
posted @ 2020-02-24 12:19 newmiracle宇宙 阅读(189) 评论(0) 推荐(0)
摘要: egret 自定义类的方法 class Jingling extends egret.Bitmap{ name; public constructor(){ super(); } } let icon: Jingling = this.createBitmapByName("egret_icon_p 阅读全文
posted @ 2020-02-23 20:25 newmiracle宇宙 阅读(277) 评论(0) 推荐(0)
摘要: javascript 实现双指放大缩小旋转图片 1 先记录 屏幕上 的手指数量 (记录方法 按下+1 松开-1) 2 记录每个手指的在屏幕上的坐标 每个手指的touchid不一样 用数组存就行 shouzhis[touchid]= x,y 3 如果屏幕上有2个手指 1 缩放按照2个手指的距离来计算 阅读全文
posted @ 2020-02-23 17:31 newmiracle宇宙 阅读(2206) 评论(0) 推荐(0)
摘要: php curl请求返回NULL解决方法 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 直接加这个就能返回了 阅读全文
posted @ 2020-02-22 21:01 newmiracle宇宙 阅读(2906) 评论(1) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 98 下一页