Arduino程序上传不成功 显示系统找不到指定文件 错误信息显示是 avrdude: ser_open(): can't open device "\\.\COM1": 系统找不到指定的文件。 avrdude: stk500_recv(): programmer is not responding ...
分类:
移动开发 时间:
2017-06-08 12:06:48
阅读次数:
435
什么是PHP? php是Hypertext Preprocessor的缩写,php是一种内嵌 HTML的脚本语言。PHP的独特语法混合了c,java和perl及PHP式的新语法。这门语言的的目标是让网页开发人员快速的写出动态的网页。 什么是PHPer? PHP programmer,指编写PHP的程 ...
分类:
Web程序 时间:
2017-06-08 00:21:06
阅读次数:
200
第九章 项目经理 9.1 PM是啥 1、Product Manager:产品经理——正确的做产品。 2、Project Manager:项目经理——正确的做流程。 3、Program Manager:微软的职位名称。 9.2 微软PM的来历 MP(Master Programmer)和SP(Slav ...
分类:
其他好文 时间:
2017-06-04 09:47:44
阅读次数:
179
1.Stack Overflow:http://stackoverflow.com/ .一个著名的IT技术的问答站点。全然免费。程序猿必知。2.programmer:程序猿3.enthusiast:狂热者。来自Stack Overflow对站点的介绍: Stack Overflow is a que ...
分类:
其他好文 时间:
2017-05-30 15:59:33
阅读次数:
215
本文主要是对平时工作和Ulrich Drepper的《What Every Programmer Should Know About Memory》中软件性能优化方法的总结归纳,主要为了方便日后快速查看和检查,不涉及方法具体细节。本文涉及的软件性能优化手段包括cache、TLB、预取、多线程、总线带 ...
分类:
其他好文 时间:
2017-05-27 17:03:11
阅读次数:
331
本人最近正好在学习http://Lynda.com的Python课程。Lynda上面确实有Python系列课程的,以我的学习经验,Lynda的课程质量惊艳,对于刚入门或者工作一段时间的同学来说,绝对是绝佳的材料。但是http://lynda.com是收费的,每月34.99美金的,本人在淘宝上买了一个 ...
分类:
编程语言 时间:
2017-05-20 21:54:24
阅读次数:
306
#include #include #include #include #include #include main() { int fd,size,FileLen = 0,cur = 0; char s [ ]="Linux Programmer!",buffer[100]; //fd=open(... ...
分类:
其他好文 时间:
2017-05-11 17:08:10
阅读次数:
207
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's ...
分类:
其他好文 时间:
2017-05-08 23:21:02
阅读次数:
303
EEPROM的参数需要再烧录程序时保留,做试验测试是否能够保留 1、在ST Visual Develop中硬件仿真手动修改EEPROM的值。 2、在ST Visual Programmer中读取EEPROM的值,发现能够读取值和设置的值一致。 3、在ST Visual Programmer中修改EE ...
分类:
其他好文 时间:
2017-05-03 11:38:13
阅读次数:
159
Problem Description PM Room defines a sequence A = {A1, A2,..., AN}, each of which is either 0 or 1. In order to beat him, programmer Moor has to cons ...
分类:
其他好文 时间:
2017-05-01 09:51:01
阅读次数:
176