会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
L先森
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2016年7月17日
渗透测试资源
摘要: 在线资源:渗透测试资源:Metasploit Unleashed 链接地址 - 免费攻防安全metasploita课程PTES 链接地址 - 渗透测试执行标准OWASP 链接地址 - 开源Web应用安全项目Shellcode开发:Shellcode Tutorials 链接地址 - 如何写shell
阅读全文
posted @ 2016-07-17 09:55 JsonLu
阅读(470)
评论(0)
推荐(0)
2016年7月4日
Weex 标签控件
摘要: 1.滚动组件 2.输入框 type:text, password, url, email, tel etc,W3C标准 value:默认值 placeholder:占位符 disabled:一个布尔属性表明交互的表单控件不可用。特别是,点击事件不会派遣禁用控件 autofocus:一个布尔属性允许指
阅读全文
posted @ 2016-07-04 00:05 JsonLu
阅读(4825)
评论(0)
推荐(0)
2016年7月3日
weex APIs
摘要: 1.通过这个$vm()上下文访问这些api在脚本的方法 1.1 $(id) 已过时, 使用 $vm . 1.2 $el(id) 返回元素引用的特定的id 1.3 $getConfig() 获取当前全局环境变量和配置信息 config(object): the object of config. bu
阅读全文
posted @ 2016-07-03 20:10 JsonLu
阅读(394)
评论(0)
推荐(0)
在Weex中定制自定义组件
摘要: 1.配置自定义组件 2.注册组件
阅读全文
posted @ 2016-07-03 17:14 JsonLu
阅读(1956)
评论(0)
推荐(0)
2016年7月2日
weex-toolkit打包
摘要: 需要2.15.1及以上的npm支持 运行终端,查看版本 如果版本低于2.15.1,需要更新 安装weex-toolkit weex命令使用方法 示例 1.预览.we文件内容 2.转换单个js包 3.转换.we目录为.js目录 4.在官方示例中看自己的测试 5.启动本地服务
阅读全文
posted @ 2016-07-02 16:59 JsonLu
阅读(2222)
评论(2)
推荐(0)
2016年6月28日
RSA签名验签
摘要: import android.util.Base64; import java.security.KeyFactory; import java.security.PrivateKey; import java.security.PublicKey; import java.security.spec.PKCS8EncodedKeySpec; import java.security.spec...
阅读全文
posted @ 2016-06-28 09:32 JsonLu
阅读(2172)
评论(0)
推荐(0)
2016年6月26日
Weex 样式
摘要: 1.盒型 width height padding padding-left padding-right padding-top padding-bottom margin margin-left margin-right margin-top margin-bottom border border
阅读全文
posted @ 2016-06-26 18:07 JsonLu
阅读(755)
评论(0)
推荐(0)
Weex 初始
摘要: 1.一旦数据和模板绑定,数据的变化会立即体现在前台的变化 2.样式类 3.事件 效果图 4.动画
阅读全文
posted @ 2016-06-26 17:10 JsonLu
阅读(1720)
评论(0)
推荐(0)
2016年6月25日
Weex 学习教程
摘要: 一、环境搭建 1.安装Node,官网下载(http://nodejs.org/) 2.查看npm安装版本,终端输入:npm -v版本不能低于2.15.1 3.安装weex-toolkit,终端输入:npm install -g weex-toolkit 至此,环境已经搭建完成; 二、使用 1.使用H
阅读全文
posted @ 2016-06-25 22:46 JsonLu
阅读(7832)
评论(2)
推荐(0)
MAC快捷键
摘要: 全屏捕捉……………………桌面(.PDF文件)……Command + Shift + 3 (win+shift+3)屏幕部分画面………………..桌面(.PDF文件)……Command + Shift + 4 (win+shift+4)窗口、图标………………….桌面(.PDF文件)……1. Comman
阅读全文
posted @ 2016-06-25 20:43 JsonLu
阅读(560)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告