-
Word 图表目录生成办法 第一步:对图进行自动编号 自动编号可以通过 Word 的 " 题注 " 功能来实现。 1、 按文档格式要求,第一章的图编号格式通常为 " 图 1 - ×" 。 2、 将图插入文档后,选中新插入的图,在菜单条上选择 “ 插入 ”—“ 引用 ”—“ 题注 ” 。 新建一个标签 " 图 1 - " ,编号格式为阿拉伯数字(如果不是点击 " 编号 " 修改),位置为所选项目下方,单击...
-
http://www.alanthorn.net good site for Dx and Gaming develop with C++.
-
听 张楚的《姐姐》,还是在大学。 听 许巍的,他还没有现在这么有名。 这个夏初的端午节,杭州西湖音乐节,杭州西溪龙舟。 带儿子去西溪看龙舟,小子眼睛都快掉出来了。兴奋的不肯回家,回了家还不肯睡觉,第二天还在说龙舟在哪里:)! “孤独的人是可耻的……” 我曾也抱着 _...._ " ...
-
Recently,I met a question as below: One is DLL: CString GetString() { return _T(“test”); } One is application to call this DLL’s api: CString strTest = GetString(); in deconstructor,app will crash. inline CString::~CString() // free any attached...
-
aisnote bug bug 1: sqlite3 的文件路径不支持中文! fixed.20090326 Bug 2: notemgr 里的查找 UE improve : 第二次弹出的时候,应该重置 tag 的 combobox 。 点击 find 的时候要判断是否是 tag find bug 3: new note 的回车响应。现在要按 ctrl + 回车才能换行。 20090326:全部改为 ctrl + enter bug 4: notesMgr Today button need to...
-
background: 1.what is Jabber,go to here: http://www.jabber.org It is now a part of Cisco. 2.Xmpp,xmpp client,psi,gtalk,TLS,etc.If you dont know what is it ?please let Google tell you. 3.Download gloox from http://camaya.net/gloox I used the Latest...
-
As we know,Windows Common Control: ListView support virtual listView.A good sample you can downloaded here: http://www.codeguru.com/cpp/controls/listview/advanced/article.php/c4151 Now I just noted some tips for how to use this feature in Windows Application...
-
(上图只有在2.3中有) 运用 Aisnote的 休息提醒,让你的眼睛得到彻底的放松,缓解你的用眼疲劳,尤其是MM和青少年。 打开 菜单--设置---窗口 在左边选择: 提醒与动漫 然后在 右边启用 休息提醒,选择一个你喜欢的动漫,设置好间隔时间,比如:45分钟。aisnote会自动在45分钟后提醒你,并播放你选择的动漫。图形并茂,very good!赶紧试试吧!!! 爱护眼睛,用AisNote
-
The latest version of AisNote is V2.2,please use below URL to download. http://bbs.aisnote.com/files Now AisNote have Chinese Version and English Version. From 2005,aisnote users begin more and more.now the 3.0 version will be update soon.In this version...
-
Convert Chinese to Ansii string 7 int main ( int argc , char * argv []) 8 { 9 printf ( "Hello World!\n" ); 10 11...
-
20081011 add new tools I got from WWW or other friendes recommend.All can be Googled. 1.Coolplayer:a light-weight MP3 player in Windows.It's opensource. 2.CDex: CDex is a CD-Ripper, extracting digital audio data from an Audio CD. The application supports...
-
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} try { ...
-
Today I have to re-setup my PC.And when I finished the setup.I setup the office2007 first.Then go to setup VC6.To my supprise that VC 6 setup processing stopped in the "Searching the instatlled component". 在“安装程序正在搜索已安装的组件”处就不动了 I googled some...
-
Problem:winks can not be playing,llyFlash.exe is crashed.Aisnote is still work normally. Now the issue reported by aisnote user. When update to the latest Adobe Flash Player,the aisnote winks will not be playing normally. I will investigate this issue...
-
I just used WTL to wrap a groupbox class.The prototype is below: class CMyRadioButton : public CWindowImpl<CMyRadioButton,CButton, CControlWinTraits > // groupbox is a type of button. { //the message handler is below: BEGIN_MSG_MAP(CMyRadioButton...