摘要: 打卡打卡001 阅读全文
posted @ 2018-03-18 21:59 billhsu 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ https://lug.ustc.edu.cn/wiki/mirrors/help/aosp 参考 下载tar包,约44G (8.01),解压后进行repo sync 报错 manifest文件夹中出现没 阅读全文
posted @ 2018-03-07 21:37 billhsu 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://bbs.chinaunix.net/thread-4155429-1-1.html 目测问题是因为有的字符不在gb2312中,导致iconv找不到 从GB2312、GBK 到 GB18030,这些编码方法是向下兼容的,即同一个字符在这些方案中总是有相同的编码,后面的标准支持更多的字符 阅读全文
posted @ 2018-02-28 20:47 billhsu 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 专注学习,内在提升 找到 ai 相关的工作 好好养娃 。。。再列 相信专注的力量,just do it!no hesitate! 阅读全文
posted @ 2018-01-04 21:35 billhsu 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 学习和成长一样是快乐并痛苦的过程,好好体验,听骨骼生长的声音 勇敢生长,加油 2018! 阅读全文
posted @ 2017-12-31 17:21 billhsu 阅读(76) 评论(0) 推荐(0) 编辑
摘要: model和数据库交互,创建的类都是 所谓的表 migration 迁移 即将 model 类 映射到数据库中的表结构 1.没有id 类继承 models.Model,否则无法映射 2.数据类型models.CharFild DateTimeField 3.创建好 model之后,开启服务 pyth 阅读全文
posted @ 2017-12-08 00:46 billhsu 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 1.创建 安装virtualenvwrapper之后 执行 mkvirtualenv venv002 2.直接切换到 /hom/xu/.virtualenvs目录下,切到bin source activate 就可以把这个新建venv002的环境激活 3.安装django pip install d 阅读全文
posted @ 2017-12-08 00:01 billhsu 阅读(104) 评论(0) 推荐(0) 编辑
摘要: windows 上用pycharm 开发项目 部署和调试在 linux上 主要参考:https://www.cnblogs.com/snsdzjlz320/p/7117122.html1.python interpret的设置 打开 PyCharm,依次点开 File → Settings → Pr 阅读全文
posted @ 2017-12-07 23:21 billhsu 阅读(161) 评论(1) 推荐(0) 编辑
摘要: 使用完全的linux环境进行相关测试和开发 1.mkvirtualenv test 没有mkvirtualenv,安装之,提示执行sudo apt install python-mkvirtualenv 实际操作,安装pip后使用pip安装mkvirtualenv,这里没有用权限 http://bl 阅读全文
posted @ 2017-12-05 23:38 billhsu 阅读(83) 评论(1) 推荐(0) 编辑
摘要: sudo apt-get update --fix-missing sudo apt-get install maas http://192.168.31.34:5240/MAAS 删除不必要的软件 http://blog.csdn.net/skykingf/article/details/4526 阅读全文
posted @ 2017-12-03 18:22 billhsu 阅读(143) 评论(1) 推荐(0) 编辑