I read this book in the weekend, and decided to put the book on my nightstand. It's a short and funny book, clear insight and good stories, strongly r ...
分类:
其他好文 时间:
2016-05-01 23:13:34
阅读次数:
458
第一个RTT工程 1. 配置工程 选择芯片STM32F103C8(其包含该芯片的Flash及SRAM介绍); Jlink SW模式 output->Debug info/Browse info,可以直接定位函数和变量。 2. 修改LED相关GPIO。 3. 核对串口。 RTConfig.h中定义串口 ...
分类:
其他好文 时间:
2016-05-01 11:06:28
阅读次数:
478
DataTable table = new DataTable(); StringWriter sw = new StringWriter(); string tabltitle = "客户名称,电话号码,导入时间,分组编号,透传号码,预测状态";//excel表头 sw.WriteLine(tab ...
分类:
其他好文 时间:
2016-04-28 13:59:05
阅读次数:
141
#yumgroupinstall"Developmenttools"
#cd/etc/yum.repos.d/
#cp-prv../yum.repos.d{,.orig}
#vimdag.repo
#catdag.repo
[dag]
name=DagRPMRepositoryforRedHatEnterpriseLinux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
gpgkey=http://dag.w..
分类:
Web程序 时间:
2016-04-27 11:03:42
阅读次数:
238
C#追加文件 StreamWriter sw = File.AppendText(Server.MapPath(".")+"\\myText.txt"); sw.WriteLine("追逐理想"); sw.WriteLine("kzlll"); sw.WriteLine(".NET笔记"); sw. ...
分类:
移动开发 时间:
2016-04-20 13:13:00
阅读次数:
255
1. 下载源码: http://valgrind.org/downloads/valgrind-3.9.0.tar.bz2 2. 加压缩: mkdir sw cd sw tar zxf valgrind-3.9.0.tar.bz2 3. 修改代码: cd valgrind-3.9.0/ vim co ...
分类:
其他好文 时间:
2016-04-18 20:38:32
阅读次数:
266
原文作者链接:http://bbs.ednchina.com/BLOG_ARTICLE_3026376.HTM 大家知道,JLINK有2种调试模式:JTAG和SWD(串行模式)。 JTAG是常用模式,大家都熟悉、不废话了;如果使用SW模式,需要(只需要)4根连线,连接方式如下: 图中, PIN 1 ...
分类:
其他好文 时间:
2016-04-18 13:29:44
阅读次数:
2522
一、下载地址 官网:http://balsamiq-mockups.apponic.com/ 下载链接:http://dlsw.baidu.com/sw-search-sp/soft/9f/15146/MockupsForDesktop.1418809139.exe 二、注册码 Name: pers ...
分类:
其他好文 时间:
2016-04-17 11:27:30
阅读次数:
137
TortoiseSVN客户端: 在工作复本的根目录上右键->TortoiseSVN->重新定位(Relocate),然后修改URL, linux平台: svn sw --relocate svn://old_ip/目录 svn://new_ip/目录 在Myeclipse中找到现实svn资源库,将地 ...
分类:
其他好文 时间:
2016-04-17 10:19:43
阅读次数:
122
模态对话框和非模态对话框 模态对话框 CDialog dlg; dlg.DoMode(); 非模态对话框 CDialog *pDlg; pDlg->Creat(IDD_DLG,this); pDlg->Show(SW_SHOW); 在使用OnOk()函数退出程序的时候,对话框并没有真正的销毁而是隐藏 ...
分类:
编程语言 时间:
2016-04-16 12:24:32
阅读次数:
145