from urllib import requestimport jsonimport timeimport reurl = ["https://movie.douban.com/celebrity/1032800/movies?start=0&format=pic&sortby=time&","h ...
分类:
其他好文 时间:
2018-08-11 23:20:21
阅读次数:
197
#include<pic.h>#define uchar unsigned char#define uint unsigned int#define add 0xaa__CONFIG(0xc3e4);__CONFIG(0xffff);#define DS1302 RC2 //定义关掉DS1302时钟 ...
分类:
其他好文 时间:
2018-08-01 11:47:53
阅读次数:
158
调整图片亮度: Sub 调整全部图片亮度() ' ' 调整全部图片亮度 宏 ' ' Application.ScreenUpdating = False Dim a As Integer Dim pic As InlineShape Dim aBorder As Border a = ActiveD... ...
分类:
编程语言 时间:
2018-07-29 14:18:42
阅读次数:
173
FilePath:='d:/pic/demo.jpg' *判断文件是否存在 file_exists ('/bin/cc', FileExists) if(FileExists) *读取图片 read_image(Image,FilePath) *写入图片,第三个参数是填充值 write_image( ...
分类:
其他好文 时间:
2018-07-23 17:18:46
阅读次数:
811
/** * 图片平均分割 * $h = 23, $w = 8 * 保存:web/upload_pic/Cut */ public function actionCutPng() { $filename = dirname(dirname(dirname(dirname(__FILE__)))).'\... ...
分类:
Web程序 时间:
2018-07-16 18:29:22
阅读次数:
210
目标:汽车之家https://car.autohome.com.cn/pic/series/153-1-p5.html ...
分类:
其他好文 时间:
2018-07-15 19:51:26
阅读次数:
200
相对地址与绝对地址 网页上引入或链接到外部文件,需要定义文件的地址,常见引入或链接外部文件包括以下几种: 这些地址分为相对地址和绝对地址: 相对地址 相对于引用文件本身去定位被引用的文件地址,以上的例子都是相对地址,相对地址的定义技巧: “ ./ ” 表示当前文件所在目录下,比如:“./pic.jp ...
分类:
Web程序 时间:
2018-07-13 17:44:31
阅读次数:
174
PIC:Peripheral Interface Controller。 FPGA:Field Programmable Gate Array。 关于二者: 区别: FPGA是逻辑门器件,可以配置成为并行逻辑模块。FPGA最大优点是并行处理。例如构建一百个与非门,FPGA可以在一个周期同时完成信号输 ...
分类:
其他好文 时间:
2018-06-23 10:35:18
阅读次数:
176
我选用的是byte[] +@Lob 刚开始采用的java.sql.Blob,将上传的图片getBytes()后,通过Hibernate.getLobCreator(HibernateSessionFactory.getSession()).createBlob(new byte[] (pic.get ...
分类:
数据库 时间:
2018-06-21 21:09:45
阅读次数:
196