MFCVisual Studio 2008CString 的 Format
中不能这样存在str.Format(_T("Cool(\%)")); 或者str.Format(_T("Cool(%)"));
即format非CString类型值时不能带%改:str = (_T("Cool(\%)"));
分类:
其他好文 时间:
2014-06-16 00:10:27
阅读次数:
234
先把修改commit掉,然后生产修改patch给提交代码的同事,具体操作步骤如下:
修改代码的同事:
git format-patch al821_xxx origin/al821_xxx
会生成:0001-HQ00656135-xxx-al821_xxx.patch这样的patch文件
把这个patch给提交代码的同事
提交代码的同事,执行:
git am 0001-HQ006561...
分类:
其他好文 时间:
2014-06-15 20:13:56
阅读次数:
159
Today we will learn how to get depth data from a kinect and what the format of the data is
kinect code
kinect Initialization
To get the depth data from the kinect, simply change the arg...
分类:
编程语言 时间:
2014-06-15 08:04:16
阅读次数:
640
PDF(Portable Document Format)文件格式是Adobe公司开发的电子文件格式。这种文件格式与操作系统平台无关,这一特点使它成为在Internet上进行电子文档发行和数字化信息传播的理想文档格式。越来越多的电子图书、产品说明、公司文告、网络资料、电子邮件开始使用PDF格式文件。PDF格式文件目前已成为数字化信息事实上的一个工业标准。...
分类:
其他好文 时间:
2014-06-13 21:45:04
阅读次数:
452
string sqldatabase =
string.Format(dr["sql"].ToString(), drpat["PATIENT_ID"].ToString()); string
tablename = dr["SQL_NAME"].ToString(); DataT...
分类:
其他好文 时间:
2014-06-13 20:20:27
阅读次数:
239
今天,我在写C#代码时,突然发现一个最熟悉的陌生人 ——
string.Format。在写C#代码的日子里,与它朝夕相伴,却没有真正去了解它。只知道在字符串比较多时,用它比用加号进行字符串连接效率更高(当然也更方便)。可是却从来没有问过为什么?在生活中也有类似的现象,与你朝夕相处、你最熟悉的人,你往...
分类:
其他好文 时间:
2014-06-13 18:54:23
阅读次数:
304
取得当前时间用 now() 就行。在数据库中格式化时间 用DATE_FORMA T(date,
format) .根据格式串format 格式化日期或日期和时间值date,返回结果串。 可用DATE_FORMAT( ) 来格式化DATE 或DATETIME
值,以便得到所希望的格式。根据forma....
分类:
数据库 时间:
2014-06-13 18:26:32
阅读次数:
338
##RECORD,help me remember ###Make Lazy Version
Installer 1、Write this LazyVersion Installer DMG to a RAW empty disk 2、Use
Clover l...
分类:
其他好文 时间:
2014-06-13 15:27:01
阅读次数:
349
Partition ListGiven a linked list and a valuex,
partition it such that all nodes less thanxcome before nodes greater than or
equal tox.You should pres...
分类:
其他好文 时间:
2014-06-12 06:18:55
阅读次数:
562