会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Dragon.Spirit
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
下一页
2016年9月12日
微信公众平台接口API
摘要: 转自:http://blog.csdn.net/helencoder/article/details/50407905
阅读全文
posted @ 2016-09-12 17:54 Dragon.Spirit
阅读(3806)
评论(0)
推荐(1)
2014年1月5日
ubuntu 12.04 桌面版关闭图形界面
该文被密码保护。
阅读全文
posted @ 2014-01-05 17:37 Dragon.Spirit
阅读(3)
评论(0)
推荐(0)
2013年11月22日
Gnuradio 3.3.0源码编译与安装
该文被密码保护。
阅读全文
posted @ 2013-11-22 00:27 Dragon.Spirit
阅读(2)
评论(0)
推荐(0)
2013年6月26日
UmTRXv2
该文被密码保护。
阅读全文
posted @ 2013-06-26 00:46 Dragon.Spirit
阅读(1)
评论(0)
推荐(0)
2012年5月21日
Windows 临界区CRITICAL_SECTION,内核事件Event,互斥量Mutex,信号量Semaphore
摘要: http://www.cnblogs.com/vieri122/archive/2009/09/10/1564104.html Windows 临界区,内核事件,互斥量,信号量。 临界区,内核事件,互斥量,信号量,都能完成线程的同步,在这里把他们各自的函数调用,结构定义,以及适用情况做一个总结。 一. 临界区 CRITICAL_SECTION:适用范围:它只能同步一个进程中的线程,不能跨进程同步。一般用它来做单个进程内的代码快同步,效率比较高。相关结构:CRITICAL_SECTION _critical相关方法:// 初始化,最先调用的函数。一般windows编程都有类似初始化的方法I...
阅读全文
posted @ 2012-05-21 13:11 Dragon.Spirit
阅读(570)
评论(0)
推荐(0)
2011年11月26日
VC 实现 txt文件 导入数据库
摘要: /** 导入文本文件EXEC master..xp_cmdshell 'bcp dbname..tablename in c:\DT.txt -c -Sservername -Usa -Ppassword'/** 导出文本文件EXEC master..xp_cmdshell 'bcp dbname..tablename out c:\DT.txt -c -Sservername -Usa -Ppassword'或EXEC master..xp_cmdshell 'bcp "Select * from dbname..tablename"
阅读全文
posted @ 2011-11-26 12:52 Dragon.Spirit
阅读(330)
评论(0)
推荐(0)
2011年11月21日
VC控件ListCtrl的使用方法总汇
摘要: 以下未经说明,listctrl默认view 风格为report ------------------------------------------------------------------------------- 1. CListCtrl 风格 LVS_ICON: 为每个item显示大图标 LVS_SMALLICON: 为每个item显示小图标 LVS_LIST: 显示一列带有小图标的item LVS_REPORT: 显示item详细资料 直观的理解:windows资源管理器,"查看"标签下的"大图标,小图标,列表,详细资料 --------------
阅读全文
posted @ 2011-11-21 17:19 Dragon.Spirit
阅读(439)
评论(0)
推荐(0)
2010年3月1日
关于Table 'xxx' is marked as crashed and should be repaired的修改方法
摘要: myisamchk -c -r *.MYI重启mysql
阅读全文
posted @ 2010-03-01 18:29 Dragon.Spirit
阅读(130)
评论(0)
推荐(0)
2010年2月1日
sources.list
摘要: # # deb cdrom:[Debian GNU/Linux 4.0 r8 _Etch_ - Official i386 NETINST Binary-1 20090411-09:27]/ etch contrib main# deb cdrom:[Debian GNU/Linux 4.0 r8 _Etch_ - Official i386 NETINST Binary-1 20090411-0...
阅读全文
posted @ 2010-02-01 21:33 Dragon.Spirit
阅读(144)
评论(0)
推荐(0)
2010年1月2日
History for Y.C.W
该文被密码保护。
阅读全文
posted @ 2010-01-02 20:42 Dragon.Spirit
阅读(3)
评论(1)
推荐(0)
1
2
3
4
5
下一页
公告