http://blog.csdn.net/yerenyuan_pku/article/details/72808000 上文我们使用FastDFS-Client进行了简单的文件上传操作测试,淘淘商城项目中添加商品时上传图片的功能还没实现,如下图所示。本文将花大量笔墨来教大家如何实现图片上传这个功能。 ...
分类:
Web程序 时间:
2017-06-05 16:49:57
阅读次数:
563
1.fatal: remote origin already exists.错误 如果输入$ Git remote add origin git@github.com:github帐号名/项目名.git 提示出错信息:fatal: remote origin already exists. 解决办法 ...
分类:
其他好文 时间:
2017-06-05 10:16:42
阅读次数:
130
题目: Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve ...
分类:
其他好文 时间:
2017-06-05 10:16:00
阅读次数:
111
sql2=" UPDATE sigining_contract SET accumulated_amount='%d',accumulated_pay='%d',discount=(contract_amount-'%d') where contract_origin='%s'"%(JT,PT,PT ...
分类:
其他好文 时间:
2017-06-04 20:09:19
阅读次数:
176
概念:CORS是一个W3C标准,全称是"跨域资源共享"(Cross-origin resource sharing)。它允许浏览器向跨源服务器,发出XMLHttpRequest请求,从而克服了AJAX只能同源使用的限制。 现象:如请求出现:Response to preflight request ...
You need to construct a string consists of parenthesis and integers from a binary tree with the preorder traversing way. The null node needs to be rep ...
分类:
其他好文 时间:
2017-06-04 12:48:58
阅读次数:
214
笨笨长期以来一直使用Origin软件画图和处理数据,但Origin软件没有编程语言的接口。笨笨开发CChart的一个潜在的目标。是想实现Origin软件的功能。当然这是一个不可能达到的目标。Origin软件的功能太强了。笨笨仅仅能膜拜。 下节课将介绍CChart内置的数据处理功能,这是笨笨向Orig ...
分类:
其他好文 时间:
2017-06-03 20:06:41
阅读次数:
130
pillow安装 pillow是python image库 知识介绍 slug slug:用于生成一个有意义(valid, meaninful)URL 参考(http://stackoverflow.com/questions/427102/what-is-a-slug-in-django) 比如: ...
分类:
Web程序 时间:
2017-06-03 12:50:29
阅读次数:
268
在GitBush中向已经存在的Repository提交README.md改动。命令例如以下: touch README.md git init git add README.md git commit -m "first commit" git remote add origin git@githu ...
分类:
其他好文 时间:
2017-06-02 14:01:47
阅读次数:
198