会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Sky__liu
博客园
首页
新随笔
联系
订阅
管理
2020年4月4日
js_常用方法_时间戳转时间
摘要: //传入时间戳function getLocalTime(nS) { return new Date(parseInt(nS) * 1000).toLocaleString() } //--> 执行结果:2020年4月4日 17:30:43 //传入时间戳 function getLocalTime
阅读全文
posted @ 2020-04-04 17:35 Sky__liu
阅读(293)
评论(0)
推荐(0)
2019年8月14日
收集优秀文章
摘要: https://www.cnblogs.com/wj-1314/p/11225768.html
阅读全文
posted @ 2019-08-14 16:11 Sky__liu
阅读(146)
评论(0)
推荐(0)
2019年8月2日
漏洞库查询链接
摘要: http://www.nsfocus.net/index.php?act=sec_bug 安全漏洞
阅读全文
posted @ 2019-08-02 14:27 Sky__liu
阅读(164)
评论(0)
推荐(0)
2019年3月3日
解 酷_工工_狗_短信轰炸,[兴趣来源于之前看到某一个帖子的短信轰炸]
摘要: 说明: 本人因为学习,刚好想到了此酷..,所以有任何违法的事情 或者其它,请联系本人,,删除本贴,特此公开:,,本人能力有限,不愿承担任何风险 源由: 前些天,看到首页有推 一个帖子名为[某短信轰炸]的例子,所以我也跟着酷狗了来看一发,此注册的例子 工具: js调试工具 抓包工具 谷哥浏览器 1 :
阅读全文
posted @ 2019-03-03 23:05 Sky__liu
阅读(297)
评论(0)
推荐(0)
常用的js加密
摘要: https://github.com/hellobajie/AES-of-JavaScript 此为js的 AES加密方式,两个加密文档,可当做扣js必备
阅读全文
posted @ 2019-03-03 22:22 Sky__liu
阅读(481)
评论(0)
推荐(0)
2019年1月22日
前端框架开始学习Vue(三)
摘要: 初步安装、与搭建 https://www.cnblogs.com/yanxulan/p/8978732.html 如何搭建一个vue项目 安装 nodejs,,, npm i == npm install 默认安装当前目录下package.json内的【‘devDependencies’,‘depe
阅读全文
posted @ 2019-01-22 19:20 Sky__liu
阅读(177)
评论(0)
推荐(0)
2019年1月14日
django_rest framework 接口开发(二)
摘要: 1 a. 认证 - 仅使用: from django.views import View from rest_framework.views import APIView from rest_framework.authentication import BasicAuthentication ...
阅读全文
posted @ 2019-01-14 16:35 Sky__liu
阅读(266)
评论(0)
推荐(0)
django_rest framework 接口开发(一)
摘要: 1 restful 规范(建议) 基于FbV def order(request): if request.method=="GET": return HttpResponse('得到订单') if request.method=="POST": return ...
阅读全文
posted @ 2019-01-14 16:34 Sky__liu
阅读(830)
评论(0)
推荐(0)
2019年1月5日
前端框架开始学习Vue(二)
摘要: 1 根据关键字实现数组的过滤 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="css3.3.7/bootstrap.cs
阅读全文
posted @ 2019-01-05 18:00 Sky__liu
阅读(266)
评论(0)
推荐(0)
2019年1月3日
前端框架开始学习Vue(一)
摘要: MVVM开发思想图(图片可能会被缩小,请右键另存查看,图片来源于网络) 定义基本Vue代码结构 1 v-text,v-cloak,v-html命令 默认 v-text没有闪烁问题,但是会覆盖元素中原本的内容,插值表达式只会替换自己的占位符, <!DOCTYPE html> <html> <head>
阅读全文
posted @ 2019-01-03 20:35 Sky__liu
阅读(892)
评论(0)
推荐(0)
下一页
公告