上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
  2017年9月28日
摘要: config.php配置 $config['sess_driver'] = 'files';//以文件存储session $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 7200; $config['s 阅读全文
posted @ 2017-09-28 16:34 程序小院 阅读(427) 评论(0) 推荐(0) 编辑
  2017年9月22日
摘要: ubuntu 命令行sudo apt-get update W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public k 阅读全文
posted @ 2017-09-22 09:08 程序小院 阅读(238) 评论(0) 推荐(0) 编辑
  2017年9月21日
摘要: 之前的安装ubuntu桌面版的之后安装yum,vim等会遇到一些问题, 比如:Ubuntu 14.04下如何更换更新源(更新为163源) 解决: http://jingyan.baidu.com/article/925f8cb8f3af25c0dde05681.html 这个要注意版本哦 阅读全文
posted @ 2017-09-21 17:52 程序小院 阅读(457) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get purge vim-commonsudo apt-get updatesudo apt-get upgradesudo apt-get install vim 阅读全文
posted @ 2017-09-21 17:44 程序小院 阅读(827) 评论(0) 推荐(0) 编辑
  2017年9月20日
摘要: 首先需要下载VMware Workstation 下载地址:http://pan.baidu.com/s/1qXS0rhi 秘钥:bbpn 我的环境是ubuntu-14.10-desktop-amd64 下载地址:http://pan.baidu.com/s/1o8qQQIu 秘钥:tfpt VMw 阅读全文
posted @ 2017-09-20 14:07 程序小院 阅读(343) 评论(0) 推荐(0) 编辑
  2017年9月14日
摘要: # coding:utf-8# 绘制七段数码管,显示当前时间import timeimport turtle as tt # 绘制间隔def drawGap(): tt.penup() tt.fd(3) # 绘制单段数码管def drawLine(draw): drawGap() if(draw): 阅读全文
posted @ 2017-09-14 13:06 程序小院 阅读(992) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 –*-import turtleimport math def draw_polygon(aTurtle, size=50, n=3): for i in range(n): aTurtle.forward(size) aTurtle.left(360.0/n 阅读全文
posted @ 2017-09-14 13:05 程序小院 阅读(933) 评论(0) 推荐(0) 编辑
  2017年9月5日
摘要: 首先第一步需要安装memcached扩展 安装方法这里就不叙述了 application/config/memcached.php配置 阅读全文
posted @ 2017-09-05 10:49 程序小院 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 1 开发环境搭建 1.1 简介 使用虚拟机作为代码运行环境,本地使用pycharm进行代码编辑,使用远程调试功能进行debug。 1.1 安装centos虚拟机环境: 1、操作系统: 2、网络配置: 1.2 本地环境安装git 1.3 pycharm配置git 4.点击pycharm菜单:Pycha 阅读全文
posted @ 2017-09-05 10:06 程序小院 阅读(2519) 评论(0) 推荐(0) 编辑
  2017年8月21日
摘要: <!DOCTYPE><html><head><title>实现复选框的单选效果</title></head><body><form method=post action=""><input type="checkbox" name="aa" onclick="bb(this)"><input typ 阅读全文
posted @ 2017-08-21 17:17 程序小院 阅读(257) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页