posted @ 2017-04-16 23:11
宁静消失何如
阅读(101)
推荐(0)
摘要:
程序练习 请闭眼写出以下程序。 程序:购物车程序 需求:
阅读全文
posted @ 2017-03-10 09:41
宁静消失何如
阅读(134)
推荐(0)
摘要:
第一步 安装好 python3.或者2.x 安装 git 进入dos 输入 cd .atom/packages atom页面上找到插件 atom.io 目的,需要找到插件在git上的下载地址。 最后安装: git clone 例如:https://github.com/JoelBesada/acti
阅读全文
posted @ 2017-02-16 23:33
宁静消失何如
阅读(693)
推荐(0)
摘要:
使用shutdown命令shutdown -l 注销 shutdown -s 关机 shutdown -r 重启 shutdown -h 休眠shutdown -a 取消系统关闭shutdown -f 强制关闭正在运行的程序shutdown -t 设置倒计时(按秒计算)默认为30用法:如定时关机,一
阅读全文
posted @ 2017-02-10 13:53
宁静消失何如
阅读(308)
推荐(0)
摘要:
pycharm 修改新建文件时的头部模板 默认为__author__=‘...‘ [省略号是默认你的计算机名] 修改这个作者名的步骤: 依次点击:File->Settings->Editor->File and Code Templete 点击右侧Templates选项卡,会有一些格式文件新建时的模
阅读全文
posted @ 2017-01-07 22:58
宁静消失何如
阅读(4418)
推荐(0)
摘要:
做一个软件仓库代码如下 mount /dev/sr0 /mnt /将虚拟光驱 挂在 /mnt中 vi /etc/yum.repos.d/local.repo /打开挂载的目录 按 【insert】键 进行输入: [local] name=local baseurl=file:///mnt enabl
阅读全文
posted @ 2017-01-05 21:09
宁静消失何如
阅读(1352)
推荐(0)
摘要:
import 引用别的代码 例如:
阅读全文
posted @ 2017-01-05 19:56
宁静消失何如
阅读(91)
推荐(0)
摘要:
如何定义变量 大学 及定义变量 PI = 3.14.5926 备注注解 首行加上 # -*- coding: utf-8 -*-可以编写汉字 1.# 单行注释 2.''' 多行 注释 '''
阅读全文
posted @ 2017-01-02 12:01
宁静消失何如
阅读(117)
推荐(0)
摘要:
用户名:EMBRACELicense key: LICENSE BEGIN 14203-120420100000107Iq75C621P7X1SFnpJDivKnX6zcwYOYaGK3euO3ehd1MiTT"2!Jny8bff9VcTSJk7sRDLqKRVz1XGKbMqw3G LICENSE
阅读全文
posted @ 2017-01-02 11:35
宁静消失何如
阅读(127)
推荐(0)
摘要:
think like a computer scientist 2016.1寒假的任务 2016.1.2 fighting !
阅读全文
posted @ 2017-01-02 11:08
宁静消失何如
阅读(73)
推荐(0)