会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JokerQ-
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2018年4月5日
Django随笔
摘要: 入门 小Demo设计介绍 本示例完成“图书-英雄”信息的维护,需要存储两种数据:图书、英雄 图书表结构设计: 表名:BookInfo 图书名称:btitle 图书发布时间:bpub_date 英雄表结构设计: 表名:HeroInfo 英雄姓名:hname 英雄性别:hgender 英雄简介:hcon
阅读全文
posted @ 2018-04-05 21:47 JokerQ-
阅读(214)
评论(0)
推荐(0)
编辑
原生爬虫小Demo
摘要: 输出
阅读全文
posted @ 2018-04-05 14:20 JokerQ-
阅读(835)
评论(0)
推荐(0)
编辑
2018年4月3日
SVN
摘要: 1.安装VisualSVN服务端 branches:分支 在版本1发布之后 ,不应该直接修改trunk,应该在branches分支中修改 (后期可以把分支和到主干) tags:书签 trunk:主干 应放在主干里 每个人一个账号 账号记录操作数据 trunk 右键 --> copy URL to c
阅读全文
posted @ 2018-04-03 20:38 JokerQ-
阅读(142)
评论(0)
推荐(0)
编辑
2018年4月2日
Python的正则表达式与JSON
摘要: Python的正则表达式需要导入re模块 菜鸟教程:http://www.runoob.com/python/python-reg-expressions.html 官方文档:https://docs.python.org/3.6/library/re.html 一译中文:https://yiyib
阅读全文
posted @ 2018-04-02 22:00 JokerQ-
阅读(278)
评论(0)
推荐(0)
编辑
2018年3月30日
类库 方法 模块等
摘要: 列表操作 1. isinstance()判断类型 例: isinstance('helo',str) True 同时可以用元组判断是否满足其中一个 例:insinstance('helo',(int,str,float)) True 2.range()函数 生成序列 range(0,10) 生成 0
阅读全文
posted @ 2018-03-30 19:21 JokerQ-
阅读(108)
评论(0)
推荐(0)
编辑
笔记
摘要: 1.python进制表示 0b**:二进制 例: 0b10 2 0o**:八进制 0o10 8 0x:16禁止 0x10 16 其他进制转换为二进制 bin()方法 其他进制转换为八进制 oct()方法 其他进制转换为十六进制 hex()方法 其他进制转换为十进制 int()方法 2. 3/2 1.
阅读全文
posted @ 2018-03-30 19:18 JokerQ-
阅读(120)
评论(0)
推荐(0)
编辑
2018年3月22日
自动补全Typeahead
摘要: 采用 Typeahead (Bootstrap-3-Typeahead-master)
阅读全文
posted @ 2018-03-22 14:51 JokerQ-
阅读(199)
评论(0)
推荐(0)
编辑
2018年3月21日
P2P文件上传
摘要: 采用uploadify上传 官网:http://www.uploadify.com/ (有H5版本和flash版本,H5收费,所以暂时用flash) uploadify的重要配置属性(http://www.uploadify.com/documentation/): 1.auto:是否选择之后立刻上
阅读全文
posted @ 2018-03-21 16:45 JokerQ-
阅读(470)
评论(0)
推荐(0)
编辑
2018年3月19日
阿里云短信服务Java版
摘要: 短信服务管理平台 https://dysms.console.aliyun.com/dysms.htm java短信发送API https://help.aliyun.com/document_detail/55284.html?spm=5176.10629532.106.1.614b1cbe9Vb
阅读全文
posted @ 2018-03-19 14:02 JokerQ-
阅读(458)
评论(0)
推荐(0)
编辑
2018年3月18日
通过Spring Mail Api发送邮件
摘要: 转自:http://blog.csdn.net/smcwwh/article/details/7095027 1.实现类代码 配置文件 测试类
阅读全文
posted @ 2018-03-18 20:02 JokerQ-
阅读(148)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
下一页
公告