摘要:write your own operating system tutorial
lesson 1: the boot sector
in this lesson we’ll learn about the contents of the boot sector so that we can learn to write our own boot program.
when th......
摘要:
ado.net 中引入了数据库连接池的概念,其实默认我们在连接数据库的时候已经用了数据库连接池。比如
sqlconnection conn = new sqlconnection();conn.connectionstring = "integrated security=sspi;initial catalog=pubs";conn.connectionstring......
xml文件处理的好工具--产生xml文档篇 【推荐阅读:
(转载)异步IO、APC、IO完成端口、】暂无
摘要:我使用的是zend studio 3.51,找了很多资料总算把这个问题解决了,其实很简单,只是没有想到会是字体的原因。打开软件,选择菜单栏——“tools”—“preferneces”—“color&fonts”—当前“scheme name......