上一页 1 ··· 93 94 95 96 97
摘要: 1 这里指定 FTP用户登录以后的文件夹 useradd -d /alidata/www/wwwroot -s /sbin/nologin pwftp 设置完 ftp登录应该能看到效果 默认访问路径就是/alidata/www/wwwroot2 passwd pwftp 给pwftp设置密码如果不能 阅读全文
posted @ 2019-11-12 12:24 newmiracle宇宙 阅读(316) 评论(0) 推荐(0) 编辑
摘要: jquery判断css3动画是否完成的方法 //添加css3动画 <pre> $('.p1title01, .p1title02').addClass('shake animated').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd o 阅读全文
posted @ 2019-11-12 12:13 newmiracle宇宙 阅读(576) 评论(0) 推荐(0) 编辑
摘要: video标签播放视频 移动端不能自动播放 必须点击后才能播放 html5 video播放完切换画面方案方法一<pre><!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Title</title><script src 阅读全文
posted @ 2019-11-12 12:11 newmiracle宇宙 阅读(2071) 评论(0) 推荐(0) 编辑
摘要: 1 先找到/wordpress/wp-content/themes/twentysixteen 这个对应的主题2 然后修改footer.php 注释下面的<pre><!--<a href="<?php /*echo esc_url( __( 'https://wordpress.org/', 'tw 阅读全文
posted @ 2019-11-12 12:10 newmiracle宇宙 阅读(399) 评论(0) 推荐(0) 编辑
摘要: groupby后不能 orderby解决方法 select * from comment group by user_id; + + + + + + | id | user_id | content | addtime | lastmodify | + + + + + + | 1 | 1 | 评论1 阅读全文
posted @ 2019-11-12 12:08 newmiracle宇宙 阅读(1652) 评论(0) 推荐(0) 编辑
摘要: PHP高效率写法 1.尽量静态化: 如果一个方法能被静态,那就声明它为静态的,速度可提高1/4,甚至我测试的时候,这个提高了近三倍。当然了,这个测试方法需要在十万级以上次执行,效果才明显。其实静态方法和非静态方法的效率主要区别在内存:静态方法在程序开始时生成内存,实例方法在程序运行中生成内存,所以静 阅读全文
posted @ 2019-11-12 12:07 newmiracle宇宙 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 博客园新手设置方法 下面3个设置的地方 注意一定要切换到旧版操作 新版BUG太多 设置设置签名 <div id="AllanboltSignature"> <p id="PSignature" style="border-top: #e0e0e0 1px dashed; border-right: 阅读全文
posted @ 2019-11-12 11:13 newmiracle宇宙 阅读(116) 评论(0) 推荐(0) 编辑
摘要: unity3d Sentinel key not found (H0007)解决方法 unity3d Sentinel key not found (H0007)解决方法step1:删除C:\ProgramData\下的SafeNet Sentinel 文件 step2:在cmd 进入到unity的 阅读全文
posted @ 2019-11-12 11:05 newmiracle宇宙 阅读(10406) 评论(0) 推荐(0) 编辑
摘要: 先看个简单的代码 attribute 的变量名字不能该 都是绑定shader的 从底部传过来的 这句话的意思就是 设置顶点着色器 这个c就是获取图片中每个像素的颜色 最后赋值颜色 rbga 你懂的 最后讲个深入点的 可以发现上半是灰色的 因为uv控制了总而言之 就是设置颜色。。gl_FragColo 阅读全文
posted @ 2019-11-12 10:17 newmiracle宇宙 阅读(3517) 评论(0) 推荐(0) 编辑
摘要: 把shadertoy 搬到cocoscreaor的方法 // Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. // Note: Current format version is experiment, the format may be 阅读全文
posted @ 2019-11-12 10:13 newmiracle宇宙 阅读(345) 评论(0) 推荐(0) 编辑
上一页 1 ··· 93 94 95 96 97