以下資料是給我自己做個以後查詢使用。 手動清除EPCS內的資料步驟: 1. 先開啟 Nios II 1X.X Command Shell 2. 下指令 nios2-flash-programmer -e --base=0x1800 --erase-all --override=c:/nios2-fl ...
分类:
移动开发 时间:
2016-10-02 19:19:48
阅读次数:
228
Description Xenia the programmer has a tree consisting of n nodes. We will consider the tree nodes indexed from 1 to n. We will also consider the firs ...
分类:
其他好文 时间:
2016-09-30 00:44:57
阅读次数:
201
2. typedef unsigned char *byte_pointer; void show_bytes(byte_pointer start, size_t len) { int i; for (i=0;i<len;i++) printf(" %.2x",start[i]; printf(" ...
分类:
其他好文 时间:
2016-09-23 23:16:18
阅读次数:
123
写之前,得先反思一下:总以为大神同事的高冷是一种与大家格格不入的节奏,可是当自己遇到的问题难以解决的时候,大神同事一下子就让问题迎刃而解,于是,满眼的敬佩之感:一定努力当一个像大神同事一样的programmer! 进入正题: 一直以来工作中,使用的都是nodejs中的thinkjs框架,基本上做的也 ...
分类:
Web程序 时间:
2016-09-22 19:43:46
阅读次数:
764
If you ask any Python programmer to tell about the strengths of Python, he will quote brevity and high readability as the most influencing ones. In th ...
分类:
编程语言 时间:
2016-09-21 10:15:05
阅读次数:
205
WebForm 4.5 开发中,很多控件默认Enable了 Unobtrusive ValidationMode(所谓Unobtrusive Validation,就是一种隐式的验证方式)的属性(和jquery的引用相关),但并未对其进行赋值, Programmer必须手动对其进行设置。比如,在进行 ...
分类:
移动开发 时间:
2016-09-20 11:52:52
阅读次数:
179
搬运自http://blog.csdn.net/programmer_at/article/details/49203241 当前TCP/IP协议存在哪些问题?如何改进? 当时没有回答好,然后提到了NDN可以针对TCP/IP做出改进,但是在行家面前就漏 洞百出,一是对TCP/IP网络理解不够深入,另 ...
分类:
其他好文 时间:
2016-09-15 06:22:48
阅读次数:
637
今天在下載FPGA程式到自己設計的板子遇到了這個問題。 Error (209040): Can't access JTAG chain Error (209012): Operation failed Info (209061): Ended Programmer operation at Wed ...
分类:
数据库 时间:
2016-09-09 10:06:47
阅读次数:
805
Sometimes running program in Unix will fail without any debugging info or warnings because of the laziness of programmer.. So if need to find the righ ...
分类:
数据库 时间:
2016-09-06 19:45:34
阅读次数:
227
什么是PHP? php是Hypertext Preprocessor的缩写,php是一种内嵌 HTML的脚本语言。PHP的独特语法混合了c,java和perl及PHP式的新语法。这门语言的的目标是让网页开发人员快速的写出动态的网页。 什么是PHPer? PHP programmer,指编写PHP的程 ...
分类:
Web程序 时间:
2016-09-05 10:39:55
阅读次数:
162