上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: js获取时间戳的方法 转载脚本之家: https://www.jb51.net/article/77066.htm 转载博客园八英里: https://www.cnblogs.com/deepalley/p/10486714.html 阅读全文
posted @ 2021-09-24 09:01 liuyunhong 阅读(119) 评论(0) 推荐(0)
摘要: 今天花了一上午学习python,然后现在在研究做爬虫,结果发现python提示pip需要更高的版本,然后就研究了半天,解决方法如下: 一、检查版本: pip show pip 二、更新版本: python -m pip install --upgrade pip 翻译提示的内容: Could not 阅读全文
posted @ 2021-09-12 21:35 liuyunhong 阅读(2197) 评论(0) 推荐(0)
摘要: 以下为html代码: 放在body标签里面 <a>本站已经运行<a id="days">0</a>天</a> 以下为js代码: 放在html最后或者放在js里面 <script>var s1 = '2015-08-24';//设置为你的建站时间s1 = new Date(s1.replace(/-/ 阅读全文
posted @ 2021-09-08 21:23 liuyunhong 阅读(732) 评论(0) 推荐(0)
摘要: 可以的,只要协议相同,不过有的系统可能会出现不兼容, 常用的协议有:TCP/IP、Onvif、RTSP、RTP、H.265+等 转载:http://www.360doc.com/content/20/0321/20/47597997_900807466.shtml TP添加各种摄像头 补充:http 阅读全文
posted @ 2021-08-16 14:26 liuyunhong 阅读(4647) 评论(0) 推荐(0)
摘要: 个人博客系统Typecho情侣主题模板Cupid 转载:https://zcjun.com/3175.html 阅读全文
posted @ 2021-03-16 20:09 liuyunhong 阅读(340) 评论(0) 推荐(0)
摘要: 网页设计标准尺寸: 1、800*600下,网页宽度保持在778以内,就不会出现水平滚动条,高度则视版面和内容决定。2、1024*768下,网页宽度保持在1002以内,如果满框显示的话,高度是612-615之间.就不会出现水平滚动条和垂直滚动条。(在dw里面有设定好的标准值, 1024*768页面的标 阅读全文
posted @ 2021-03-11 20:09 liuyunhong 阅读(1692) 评论(0) 推荐(0)
摘要: 转自:https://www.xitongtiandi.net/wenzhang/xp/29290.html 阅读全文
posted @ 2021-02-27 10:32 liuyunhong 阅读(331) 评论(0) 推荐(0)
摘要: 转载:https://tbvv.net/posts/0101-breed.html 阅读全文
posted @ 2021-02-16 19:03 liuyunhong 阅读(1861) 评论(0) 推荐(0)
摘要: 转载博客园J'KYO: https://www.cnblogs.com/pejsidney/p/12361234.html 阅读全文
posted @ 2021-02-16 16:54 liuyunhong 阅读(1174) 评论(1) 推荐(0)
摘要: 转载php中文网:https://www.php.cn/php-ask-457710.html php pdo查询记录条数的方法:1、使用fetchAll函数查询,其语法如“$rows=$q->fetchAll();”;2、使用sql count函数,其语法如“$q=$db->query("SELE 阅读全文
posted @ 2021-02-11 15:49 liuyunhong 阅读(1262) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页