- 博客(164)
- 资源 (1)
- 收藏
- 关注
原创 关于waveOutOpen初始化
CE系统waveOutOpen使用方法,在MSDN上面已经说得很清楚了。最近注意到某些设备,初始化方法有些不同。差别在其中一个参数,用指针传递结构体WAVEFORMATEX。在某些设备上,需要传递由硬件厂家自定义的结构体,而且wFormatTag需要使用硬件厂家自定义的数值。我们跟客户联系时候,客户提供的信息不完整,而且提供的示范代码存在错误,代码集成到我们的软件中,不出声音。
2016-11-04 10:20:06
835
原创 qt creator
qt creator调试linux设备上面的程序,是通过调用gdb实现的。对于gdb的版本有要求,不能太旧。近期的qt creator要求gdb至少是7.3。参考qtcreator源码gdbengine.cpp,函数GdbEngine::handleShowVersion。
2016-08-15 11:41:36
466
原创 neosmart pevents存在错误
代码url打开WFMO宏定义以后,调用WaitForMultipleEvents,下面的代码能走到。我向作者报告了错误,作者认为调用方法不正确。我把测试代码发给作者,作者无回应。bool RemoveExpiredWaitHelper(neosmart_wfmo_info_t_ wait){ int result = pthread_mutex_t
2016-05-11 15:11:23
885
转载 定位多线程内存越界问题实践总结
http://www.cnblogs.com/djinmusic/archive/2013/02/04/2891753.html
2015-11-30 15:51:24
1111
转载 libpng Simplified API 解説
http://katze.hatenablog.jp/entry/2013/07/13/002817http://serenegiant.com/blog/?p=1233
2015-11-27 09:59:35
834
转载 gcc 编译错误 Value too large for defined data type
vmware中通过hgfs共享的源码,用某些版本的gcc编译时候报告错误。Value too large for defined data type用stat命令检查源码文件发现源码的inode值比较大,举例281474980977064。gcc的版本信息如下。gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linar
2015-11-18 15:24:51
3675
转载 ubuntu 14 on vmware
安装桌面。apt-get updateapt-get install ubuntu-desktop安装open vm toolapt-get install open-vm-tools可以参考下面的内容Installing VMware tools on an Ubuntu guesthttps://help.ubuntu.com/community/VMw
2015-11-18 11:13:58
533
转载 windows 10 technical preview
http://www.youkuaiyun.com/article/2015-07-14/2825208-windows10-Edge-microsoft
2015-07-16 14:59:54
789
转载 NTFS的加密文件功能
XP SP2系统EFS的加密算法有4种。DES DESX DES3 AES。加密的算法是怎么配置的?网上关于EFS的资料不多。但毕竟现在的开源的时代,好多原本是封闭的东西,都逐步公开。Encrypting File System for Windows 2000www.kumanov.com/docs/internet/Hack%20Proof%20W2k%20Sever/prog
2015-03-20 09:38:33
1792
转载 进程间通信之共享内存
共享内存相关的函数shm_open、shm_unlink。Linux系统中可用,Android系统上不支持。函数shm_open的作用是打开一个特殊的文件,返回file descriptor,这个fd可以与mmap一同使用。 http://comments.gmane.org/gmane.comp.gnu.apl.bugs/1377 Elias Mårtenson | 2 Ju
2015-03-06 11:12:10
1050
转载 苹果公司要求 2015年2月1日起 新提交的APP必须支持64位系统
https://developer.apple.com/news/?id=10202014a 64-bit and iOS 8 Requirements for New AppsOctober 20, 2014Starting February 1, 2015, new iOS apps uploaded to the App Store must i
2014-11-03 09:56:56
1469
转载 browser support for font
RF1001: 各浏览器对 '@font-face' 规则支持的字体格式不同,IE 支持 EOT 字体,Firefox Safari Opera 支持 TrueType 等字体www.w3help.org/zh-cn/causes/RF1001
2014-05-12 14:06:32
929
转载 GPGSV 格式分析及错误分析 (2013-02-20 14:55:35)
http://blog.sina.com.cn/s/blog_9e2e5d14010170ih.html使用蓝点共享回老家导航,上千里地导航正常,但是回程中出现一个小问题,报GPGSV语句解析异常,其中只提示一次,因此没有重视,但是有用户反应他的也出了同样问题了。并发来截图因此我开始重视这个问题,并着手解决这个问题,出错的语句内容如下 GPGSV,3,3
2014-05-08 14:18:46
11715
转载 xcode 5 does not have gcc
https://developer.apple.com/library/ios/releasenotes/developertools/rn-xcode/xc5_release_notes/xc5_release_notes.html#//apple_ref/doc/uid/TP40001051-CH2-SW2Note: LLVM-GCC is not included in
2014-03-21 10:06:01
1104
转载 risky to save money in bank
http://news.sina.com.cn/s/2006-05-25/13319025158s.shtml500元存30年 利息仅涨百余元
2013-08-07 11:29:11
673
原创 if i don't close handle after a process created, how much memory will leak?
在WINCE系统上,取决于应用的dll依赖性复杂程度 如果dll个数多 10个 之间有依赖性 平均每个dll导出50个函数,可能泄露达到1MB。如果只有2~3个dll,而且不互相依赖,可能泄漏只有100K左右。
2013-06-26 14:32:04
569
转载 zhong yu gong si
http://www.ruanyifeng.com/blog/2010/06/how_to_keep_someone_with_you_forever.html
2013-06-14 19:23:32
753
转载 ios 想找资料挺麻烦
http://newosxbook.com/index.phpios 上 gettid怎么实现?mac get thread idhttp://stackoverflow.com/questions/1540603/mac-iphone-is-there-a-way-to-get-a-thread-identifier-without-using-objec
2013-05-30 18:13:47
1214
翻译 Statistical Formulas For Programmers
http://www.evanmiller.org/statistical-formulas-for-programmers.html记得大学时候 孙平老师 讲过这些
2013-05-24 21:28:00
562
转载 How to Get WiFi From a Mile Away
http://www.ehow.com/how_8728558_wifi-mile-away.html?utm_source=sm-disqus&utm_medium=test322How to Get WiFi From a Mile AwayRead more: How to Get WiFi From a Mile Away | eHow.com http://www.eho
2013-04-21 17:44:09
680
转载 ancient scripts
http://www.ancientscripts.com/chinese.htmlsimplified chinese has political undertones, and it is not widely accepted.Tradition runs deep in Chinese culture, and the fact that the simplifie
2013-04-21 17:43:17
614
转载 build open office
http://blog.youkuaiyun.com/oldmtn/article/details/8607422http://blog.youkuaiyun.com/oldmtn/article/details/8604512编译整个OpenOffice最好分配15G的磁盘空间。Index of /pub/apache/incubator/ooo/3.4.1/sourcemirror
2013-04-19 10:52:10
706
原创 GetThreadCallStack may not work
在一个CE 7 的硬件上调用后失败,last error 为无效参数。我传送的参数没有发现问题,怀疑这个函数可能被裁减。另外一个CE7硬件上面只能抓取当前进程内的线程。子进程的线程,调用堆栈仍然抓取失败。是不是CE7上面有权限的限制?
2013-03-26 11:44:47
900
原创 索菱
最近发现问题 程序 CPU占用率高 100% 把其它程序也锁死。程序里面有两个thread可能造成问题。屏幕描绘 高优先级发声 系统会创建 高优先级 线程。
2013-03-15 19:30:17
1081
1
原创 comment on google play
google play 上面还挺麻烦的。要求在手机/平板上下载apk。一点不了解用户实际的情况。国内多数人的设备上,网络连接又慢又贵又不稳定。不过给人装apk,倒是能赚钱了。
2013-03-01 11:02:45
482
转载 libunwind
http://blog.youkuaiyun.com/sourthstar/article/details/7996017gcc C++ exception handling depends on libunwind?
2013-02-26 14:24:38
5550
转载 4G·云导航 五大功能 云播报功能 是欧华的最大亮点之一
http://auto.hexun.com/2012-06-26/142846131.html2012 6月25日欧华公司发布了最新的产品4G·云导航,“云播报、定位防盗、语音导航、车载电话、云中心服务”这五大功能成为最大亮点。云播报、语音导航、车载电话把以往车载主机的新闻信息、导航和电话功能通过语音方式表现出来,而云播报功能,则更为简单,存储起来的新闻通过语音读出来。这
2013-01-17 18:55:49
1195
转载 wps linux
有人说linux移植很简单。wps的移植那?http://linux.wps.cn/http://bbs.wps.cn/thread-22324147-1-1.htmlhttp://bbs.wps.cn/thread-22332253-1-1.html
2013-01-15 15:55:00
559
转载 back trace
网上什么都可能变化。保存链接短期内有效。http://stackoverflow.com/questions/6923041/can-i-catch-sigsegv-and-other-signals-in-a-multi-threaded-pthreads-app-and-prihttp://www.gnu.org/software/libc/manual/html_node/Backt
2013-01-11 10:13:47
566
转载 microblogs
http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9746935/Teachers-sacrificed-themselves-to-save-their-pupils.htmlhttp://tweets.seraph.me/user/%E8%B5%B5%E5%85%B4%E5%8D%8E_%E6%82%A0%E6%82%A0
2013-01-06 18:58:37
1572
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人