#! python3 # encoding: UTF-8 import os,docx from PIL import Image, ImageDraw from PIL import ImageFont os.chdir('C:\\Users\\Administrator\\Python35-32... ...
分类:
编程语言 时间:
2017-06-08 01:28:49
阅读次数:
244
#! python3 # Import modules and write comments to describe this program. import zipfile, os from PIL import Image from PIL import ImageFile #os.chdir(... ...
分类:
编程语言 时间:
2017-06-07 00:41:38
阅读次数:
217
#! python3 # resizeAndAddLogo.py - Resizes all images in current working directory to fit # in a 300x300 square, and adds catlogo.png to the lower-rig... ...
分类:
编程语言 时间:
2017-06-06 23:34:57
阅读次数:
329
笔者最终实现的效果如下: 参考答案下载地址 以下题目全部使用jQuery来做 当点击“加载数据”按钮时根据提供的数据通过jQuery动态创建表格数据填充该表格。数据见data.txt文件。效果如图: 当点击“设置样式与事件”按钮时实现如下图效果: 效果说明: a) 设置表头背景图片为bg.png,及 ...
分类:
Web程序 时间:
2017-06-03 12:41:10
阅读次数:
201
2、查询“生物”课程比“物理”课程成绩高的所有学生的学号; 思路: 获取所有有生物课程的人(学号,成绩) - 临时表 获取所有有物理课程的人(学号,成绩) - 临时表 根据【学号】连接两个临时表: 学号 物理成绩 生物成绩 然后再进行筛选 select A.student_id,sw,ty from ...
分类:
数据库 时间:
2017-05-31 16:37:26
阅读次数:
302
1.创建表结构和数据 /* Navicat Premium Data Transfer Source Server : localhost Source Server Type : MySQL Source Server Version : 50624 Source Host : localhost ...
分类:
数据库 时间:
2017-05-28 16:10:32
阅读次数:
262
1.题目老男孩教育每日一题-第58天-请描述下面列出的http状态码的含义状态码:2003014034045005025035042.参考答案3.统计信息今天是每日一题陪伴大家的第58天,期待你的进步。对于题目和答案的任何疑问,请在博客评论区留言。往期题目索引http://lidao.blog.51cto.com/3388056/1..
分类:
Web程序 时间:
2017-05-27 18:05:19
阅读次数:
177
1.题目老男孩教育每日一题-2017年5月24日-脑洞神探之tmp目录的下的备份文件突然没了,谁来背锅?2.参考答案1.运维干的2.开发干的3.系统干的,系统安装了一个命令tmpwatch,定期删除文件。在Centos/RHEL/Fedora系统下存在清理机制(Ubuntu下没有,我的系统是CentOS6)yum-yinstall..
分类:
其他好文 时间:
2017-05-27 18:00:24
阅读次数:
148
1.题目老男孩教育每日一题-2017年05月23日-一个100M的磁盘分区,写入0.5K的文件,或写入1M的文件,分别可以写多少个?为什么?2.参考答案一个100M的磁盘分区,写入0.5K的文件,或写入1M的文件,分别可以写多少个?为什么?错误解答:很容易计算1K的个数:100*1000=100000个,1M..
分类:
其他好文 时间:
2017-05-23 21:31:17
阅读次数:
181
1.题目老男孩教育每日一题-2017年5月22日-命令风暴:变量a=’a/b/c’如何截取得到c2.参考答案系统环境[root@shell~]#uname-r2.6.32-504.el6.x86_64
[root@shell~]#cat/etc/redhat-releaseCentOSrelease6.6(Final)
[root@shell~]#a=‘a/b/c‘方法1-cut[root@shell~]#echo$a|cut-c5..
分类:
其他好文 时间:
2017-05-22 21:23:50
阅读次数:
410