会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pyfreshman
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2016年1月4日
利用 Django REST framework 编写 RESTful API
摘要: http://blog.laisky.com/p/django-rest/
阅读全文
posted @ 2016-01-04 17:58 pyfreshman
阅读(189)
评论(0)
推荐(0)
2015年12月24日
IntelliJ IDEA14如何配置tomcat
摘要: http://doc.okbase.net/frank1234/archive/121479.html
阅读全文
posted @ 2015-12-24 10:51 pyfreshman
阅读(143)
评论(0)
推荐(0)
2015年12月22日
linux 下配置mysql区分大小写(不区分可能出现找不到表的情况)怎么样使用yum来安装mysql
摘要: Linux 默认情况下,数据库是区分大小写的;因此,要将mysql设置成不区分大小写在my.cof 设置 lower_case_table_names=1(1忽略大小写,0区分大小写)检查方式:在mysql控制台中输入如下命令show variables like 'lower%';linux下查找...
阅读全文
posted @ 2015-12-22 18:27 pyfreshman
阅读(471)
评论(0)
推荐(0)
Linux下Tomcat的安装配置 去掉应用名称
摘要: http://blog.csdn.net/zhuying_linux/article/details/6583096/Tomcat下为每个Web应用配置不同的访问端口http://www.linuxidc.com/Linux/2012-06/62032.htm去掉项目应用名称:
阅读全文
posted @ 2015-12-22 10:45 pyfreshman
阅读(262)
评论(0)
推荐(0)
django post方法不能提交
摘要: def login(request): if request.method == 'GET': c = {} c.update(csrf(request)) return render_to_response("login.html", c) e...
阅读全文
posted @ 2015-12-22 09:36 pyfreshman
阅读(985)
评论(0)
推荐(0)
2015年12月18日
modals-methods 模态框 使用说明文档
摘要: http://v3.bootcss.com/javascript/#modals
阅读全文
posted @ 2015-12-18 15:37 pyfreshman
阅读(161)
评论(0)
推荐(0)
jquery validate form 异步提交
摘要: jQuery取得select选中的值jQuery("#select1 option:selected").text();相信很多人都用过jquery validate插件,非常好用,并且可以通过下面的语句来自定义验证规则// 电话号码验证jQuery.validator.addMethod("isP...
阅读全文
posted @ 2015-12-18 13:43 pyfreshman
阅读(667)
评论(0)
推荐(0)
美图
摘要:
阅读全文
posted @ 2015-12-18 13:00 pyfreshman
阅读(160)
评论(0)
推荐(0)
2015年12月16日
log在线生成器 html中如何设置浏览器中标题前的logo
摘要: 制作logo的地址:http://www.logomaker.com.cn/设置网站logo的方法在标签之间输入示例:1 2 3
阅读全文
posted @ 2015-12-16 10:07 pyfreshman
阅读(1451)
评论(0)
推荐(0)
2015年12月14日
解决django关于图片无法显示的问题
摘要: http://python.usyiyi.cn/django/index.htmlhttp://m.blog.csdn.net/blog/qingyuanluofeng/44877399http://www.idjango.com/content/15/[原]手把手教你:解决django关于图片无法...
阅读全文
posted @ 2015-12-14 23:35 pyfreshman
阅读(15799)
评论(4)
推荐(4)
上一页
1
2
3
4
5
6
7
8
下一页
公告