小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 137 下一页

2010年1月3日

Fundamental Solution to Pell's Equation

摘要: From Wikipedia, Pell's equation is any Diophantine equation of the form where n is a nonsquare integer and x and y are integers. We can calcul... 阅读全文

posted @ 2010-01-03 13:19 王峰炬 阅读(167) 评论(0) 推荐(0)

2009年12月25日

SQL操作全集

摘要: SQL操作全集 下列语句部分是Mssql语句,不可以在access中使用。 SQL分类: DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE) DML—数据操纵语言(SELECT,DELETE,UPDATE,INSERT) DCL—数据控... 阅读全文

posted @ 2009-12-25 20:11 王峰炬 阅读(96) 评论(0) 推荐(0)

2009年12月22日

php iis 加载 mssql

摘要: php要操作mssql 需要配置 加载ntwdblib.dll 扩展1,IIS服务器请设置php环境配置文件(php.ini),添加extension=php_mssql.dll,将php/目录下的ntwdblib.dll文件拷贝到操作系统 sysytem32 下,如:c:/WINDOWS/sys... 阅读全文

posted @ 2009-12-22 14:32 王峰炬 阅读(120) 评论(0) 推荐(0)

业务用例向系统用例转换方法的一个讨论

摘要: 最近收到一封网友来信,询问关于业务用例向系统用例转换的问题。觉得这个问题比较有意义,涉及到了业务用例向系统用例转换的策略以及评判方法,特发表上来,并感谢rainyhuang网友: rainyhuang的来信: Dear CoffeeWood, 你好,看过你的文章使我对OOA有了更深... 阅读全文

posted @ 2009-12-22 14:28 王峰炬 阅读(193) 评论(0) 推荐(0)

2009年12月19日

WINDOWS 2003服务优化批处理

摘要: rem WINDOWS 2003服务优化批处理 @pause @rem Application Experience Lookup Service @rem 在应用程序启动时为应用程序处理应用程序兼容性查找请求。 sc config AeLookupSvc start= AUTO ... 阅读全文

posted @ 2009-12-19 15:06 王峰炬 阅读(113) 评论(0) 推荐(0)

Windows Xp 优化配置文件

摘要: Windows Xp 优化文件 的一段BAT代码 @echo off title Windows Xp 优化文件! :start cls color 0c MODE con: COLS=50 LINES=27 echo Windows Xp 优化文件! echo ... 阅读全文

posted @ 2009-12-19 15:03 王峰炬 阅读(201) 评论(0) 推荐(0)

Inno Setup version 5.1.11+ Chinese messages 中文消息提示文件

摘要: ; *** Inno Setup version 5.1.11+ Chinese messages 中文消息提示文件 *** ; ; To download user-contributed translations of this file, go to: ; http://www.jrs... 阅读全文

posted @ 2009-12-19 10:46 王峰炬 阅读(383) 评论(0) 推荐(0)

2009年12月17日

如果这样生活

摘要: 如果我们这样生活 每天八点准时开始工作 午饭在工作室凑合 晚饭同样如此解决 工作到晚上十点钟 那么我们将有十二个小时 学习、工作 如果我们中午不凑合 那将花费二个半小时的时间 十二点到下午二点半 吃饭、午休 如果我们晚上不凑合 那将花费一个半小时的时间 六点到七点半 吃饭、... 阅读全文

posted @ 2009-12-17 20:10 王峰炬 阅读(129) 评论(0) 推荐(0)

2009年12月15日

Select n numbers from 1 to m with all of array 'all' and none of array 'none'

摘要: How to select n numbers from 1 to m with all of array 'all' and none of array 'none'? Try the following codes,please. Sub getall(ByVal m As Long, B... 阅读全文

posted @ 2009-12-15 22:07 王峰炬 阅读(117) 评论(0) 推荐(0)

2009年12月7日

setupdll在CAB安装过程中的一些处理方法

摘要: 一)获取屏幕分辨率 在CAB安装过程中,可以利用setupdll来做一些初始化的工作,极大的方便了我们的开发。但是在setupdll中使用GetSystemMetrics函数获取屏幕分辨率的时候,出现了问题。640x480的分辨率取出来成了320x240,800x480成了400x240...真是... 阅读全文

posted @ 2009-12-07 13:07 王峰炬 阅读(90) 评论(0) 推荐(0)

上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 137 下一页

导航