摘要:
每次打开飞信都会提示要升级,是不是很讨厌啊? 其实是可以通过小小的更改把它禁用掉的,方法如下: 1、进入"C:\Documents and Settings\***\Application Data\Fetion"(***是你的当前用户名), 2、将“LiveUpdate”文件夹里面的两个文件"ServerVersion.xml” “LiveU... 阅读全文
摘要:
1,该链表为单向链表 2,一个指向将被删除的节点的指针p 3,无表头表尾指针几天前去Oracle笔试,看到这个题目,觉得根本不好做。回来搜到答案发现自己大学真是白上了,知识都学死了。记录以警示。[代码]http://topic.csdn.net/t/20050822/10/4222698.html 阅读全文
摘要:
Index ArchitectureIndex architectures can be classified as clustered or unclustered. UnclusteredAn Unclustered index is structured in a way that doesn't correspondto the order of the actual data recor... 阅读全文
摘要:
文章作者:Slyar 文章来源:Slyar Home (www.slyar.com) 转载请注明,谢谢合作。今天数据结构课讲树的存储和遍历,老师讲的很简单,也没什么代码要发...唯一看到一个比较重要的东西,总结一下算法好了。这种题一般有二种形式,共同点是都已知中序序列。如果没有中序序列,是无法唯一确定一棵树的,证明略。一、已知二叉树的前序序列和中序序列,求解树。1、确定树的根节点。树根是当前树中所... 阅读全文
摘要:
1. Install SQL Server 2000 Sp4.2. Install SQL Server Driver for JDBC, then set the CLASSPATH. Install JRE 1.5+ maybe needed.3. Enable port 1433 on firewall. Enable TCP of your SQL Server maybe needed 阅读全文