摘要: 在页面通过链接引用css <link rel="stylesheet" href="{{url_for('static',filename='css/index.css')}}"> 图片,js同理。 阅读全文
posted @ 2017-10-30 19:56 wskxy 阅读(172) 评论(0) 推荐(0)
摘要: <view class='contaicer'> <button size="mini">按钮</button> <button type='warn'>按钮</button> <button plain='true'>按钮</button> <button disabled='true'>按钮</ 阅读全文
posted @ 2017-10-17 20:17 wskxy 阅读(161) 评论(0) 推荐(0)
摘要: <view> <view>{{clickMsg}}</view> <view class='view-item' bindtap='clickMe' id='view0'>点击view0</view> <view class='view-item' bindtap='clickMe' id='vie 阅读全文
posted @ 2017-10-17 19:57 wskxy 阅读(171) 评论(0) 推荐(0)
摘要: <view class="bc"> <view> <text bc_text>demo</text> </view> <view class="bc_2"> <view>行排列</view> <view style="display:flex; flex-direction:row;"> <view 阅读全文
posted @ 2017-10-17 11:07 wskxy 阅读(6089) 评论(0) 推荐(1)
摘要: .net+mvc的百度编辑器ueditor 一、下载百度编辑器:http://ueditor.baidu.com/website/download.html 选择.net版本 二、解压后在mvc项目中创建ueditor文件夹,并把解压内容复制到里面 三、编辑视图 1、控制器内容 [HttpGet] 阅读全文
posted @ 2017-10-02 22:00 wskxy 阅读(321) 评论(0) 推荐(0)
摘要: 1.修改网页头 用独自的py文件getheaders,随机返回header getheaders文件 阅读全文
posted @ 2017-08-20 14:27 wskxy 阅读(187) 评论(0) 推荐(0)
摘要: 1、查看源代码 2、查看是否是ajax异步加载(抓包) 阅读全文
posted @ 2017-08-14 17:36 wskxy 阅读(277) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-12 21:44 wskxy 阅读(134) 评论(0) 推荐(0)
摘要: 知识详解: cgi:通用网关接口,网络脚本的解析 python cgi 自带有cgi轻量级服务器,我们通过cgi命令可以开启该服务器 python2 python -m CGIHTTPServer python2 python -m http。server --cgi 1、 创建根目录oldcgi 阅读全文
posted @ 2017-07-28 21:19 wskxy 阅读(224) 评论(0) 推荐(0)
摘要: .py 脚本 .pyc 导入临时文件 .pyw 图形化的Python文件 Python 常用的几种图形化 1、pywin: python基于Windows的图形化,可以实现键盘钩子之类的使用功能 2、pyqt : python基于qt平台跨平台的图形,也是python最成熟的图形化 3、wxpyth 阅读全文
posted @ 2017-07-24 21:41 wskxy 阅读(251) 评论(0) 推荐(0)