一周的学习,这周最大的收获是JS里json格式的运用和抽象化思想,例如:var book=[{id:1,bookname:"软件开发",writer:"Tom",type:"编程技术",time:"1999-2-30",price:50,picture:"a.jpg"}, {i...
分类:
Web程序 时间:
2015-06-07 18:44:20
阅读次数:
138
实现的功能是在打开一个文件然后把文件的图形信息绘制在picture控件上。问题描述:我把绘制的操作放在了窗口中onpaint()函数里,打开文件后发送一个wm_paint的消息,发现picture控件的绘图内容只显示了一瞬间。窗口中中有picture控件和其它的一些按钮控件静态文本控件等,调试的时候...
分类:
编程语言 时间:
2015-06-07 18:36:29
阅读次数:
135
问题:
开始直接用输入的数作为宽和高,但实际上要多出两行边框,所以要加一个2。
还有题目要求最后要输出一个空行没有注意到。
Picture
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 19789 Accep...
分类:
编程语言 时间:
2015-06-04 13:50:05
阅读次数:
134
Problem Description
A triangle field is numbered with successive integers in the way shown on the picture below.
The traveller needs to go from the cell with number M to the cell with num...
分类:
其他好文 时间:
2015-05-30 18:18:12
阅读次数:
96
Problem Description
Ignatius bought a land last week, but he didn't know the area of the land because the land is enclosed by a parabola and a straight line. The picture below shows the area. Now g...
分类:
其他好文 时间:
2015-05-28 18:08:04
阅读次数:
121
DescriptionMr. Young wishes to take a picture of his class. The students will stand in rows with each row no longer than the row behind it and the lef...
分类:
其他好文 时间:
2015-05-28 17:47:11
阅读次数:
366
描述 Please look the picture carefully. Then I'll give you two integers and your task is output the third one.
Please never doubt the picture.
输入The first line is a number T(1
Each case contain...
分类:
其他好文 时间:
2015-05-27 14:03:14
阅读次数:
159
update 表名 set 字段名=replace(字段名,’要替换的内容’,’替换后的内容’)eg:修改scenario表中的picture字段中的ip地址。1 UPDATE scenario2 SET picture = REPLACE(picture, '10.10.4.43','10.10....
分类:
数据库 时间:
2015-05-26 12:15:49
阅读次数:
378
① Categories:种类表相应字段:CategoryID :类型ID;CategoryName:类型名;Description:类型说明;Picture:产品样本② CustomerCustomerDemo:客户类型表1相应字段:CustomerID:客户ID;CustomerTypeID:客...
分类:
数据库 时间:
2015-05-26 10:33:40
阅读次数:
212
没有上传文件时输出 req.files.picture{ fieldName: 'picture', originalFilename: '', path: 'upload/5157-mukcpk', headers: { 'content-disposition': 'form-da...
分类:
Web程序 时间:
2015-05-23 14:12:58
阅读次数:
110