上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 340 下一页
摘要: https://www.jianshu.com/p/6d1ef9f43cdc 阅读全文
posted @ 2018-01-12 14:26 星辰之力 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 下载:http://code.google.com/p/gifview/downloads/list 简介:android中现在没有直接显示gif的view,只能通过mediaplay来显示,且还常常不能正常显示出来,为此写了这个gifview,其用法和imageview一样 使用方法: 1-把Gi 阅读全文
posted @ 2018-01-12 11:36 星辰之力 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 博客地址:https://luhaoaimama1.github.io/2017/07/31/rxjava/ 阅读全文
posted @ 2018-01-12 11:23 星辰之力 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 一。从gitlab上clone代码到本地pycharm (一)。gitlab上找到创建项目的连接地址,分两种: 1. http连接方式: http://10.22.1.72/derekchen/cxg.git 2. ssh连接方式: git@10.22.1.72:derekchen/cxg.git 阅读全文
posted @ 2018-01-12 11:20 星辰之力 阅读(506) 评论(0) 推荐(0) 编辑
摘要: Django框架十分简单易用,适合搭建个人博客网站。网上有很多教程,大多是关于命令行操作Django,这里分享一些用最新工具进行Django开发过程,主要是PyCharm太强大,不用有点可惜。 第一次写技术开发类的博文,可能抓不到重点,详略也可能失衡,感谢支持。 环境&工具:Windows serv 阅读全文
posted @ 2018-01-11 10:03 星辰之力 阅读(1303) 评论(0) 推荐(0) 编辑
摘要: 一、数据库操作 1、创建model表 基本结构 from django.db import models class userinfo(models.Model): #如果没有models.AutoField,默认会创建一个id的自增列 name = models.CharField(max_len 阅读全文
posted @ 2018-01-11 09:49 星辰之力 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 现象: Forbidden (403)CSRF verification failed. Request aborted.HelpReason given for failure:CSRF token missing or incorrect.In general, this can occur w 阅读全文
posted @ 2018-01-10 18:58 星辰之力 阅读(19754) 评论(0) 推荐(0) 编辑
摘要: object.__str__(self) Called by the str() built-in function and by the print statement to compute the “informal” string representation of an object. Th 阅读全文
posted @ 2018-01-10 16:14 星辰之力 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 学习Django中:试着着写一个用户注册登录系统,开始搞事情 O(∩_∩)O哈哈~ Ubuntu python 2.7.12 Django 1.10.4 IDE:Pycharm Bootstrap(其实没怎么用~~) 新建项目:(我是直接用pycharm直接生成的) 使用终端: (创建项目)djan 阅读全文
posted @ 2018-01-10 15:37 星辰之力 阅读(6384) 评论(0) 推荐(0) 编辑
摘要: 问题背景: 使用pycharm创建完成django项目(项目名称为:mydjangopro,app名称为my_blog) , 本想登录后台直接输入地址:http://127.0.0.1:8000/admin后,登录页面出现了,随便(username:admin,password:admin)输入了账 阅读全文
posted @ 2018-01-10 14:49 星辰之力 阅读(608) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 340 下一页