03 2011 档案

摘要:VBA Programming for Microsoft Office Project Versions 98 Through 2007 Rod GillMicrosoft Project MVP 那个有电子版本阿?Share一下啊。。。。 阅读全文 »
posted @ 2011-03-31 22:41 pccai 阅读(360) 评论(0) 推荐(0) 编辑
摘要:首先介绍下运行环境: Windows 2008 R2 ENT + Sharepoint Server 2010独立安装方式,成功安装MOSS 2010并走完配置向导后,继续安装Project Server 2010,之后运行配置向导,到达最后一步创建示例数据库失败: 03/21/2011 23:20:58 4 INF Entering function Entering ProvisionDefaultPWASite03/21/2011 23:20:58 4 INF Retrieved PSI Service Application: Project Server Service Appl 阅读全文 »
posted @ 2011-03-22 00:17 pccai 阅读(1313) 评论(0) 推荐(0) 编辑
摘要:最近在项目中用到的,实在没有兴趣去写成Windows Service方式,只能最简单的Console方式了!再在特定条件下启动后能够后台执行或者最小化到任务栏而不会挡在屏幕中央!基本思路是P/Invoke方式: 1 using System; 2 using System.Runtime.InteropServices; 3 using System.Threading; 4 5 6 class TestClass 7 { 8 static void Main(string[] args) 9 {10 try11 {12 new TestClass();13 }14 catch (Except 阅读全文 »
posted @ 2011-03-08 22:05 pccai 阅读(13311) 评论(2) 推荐(2) 编辑
摘要:IIS6常见的性能调优方案中设置进程自动回收时间就是一种方法,用代码同样可以实现之,或者在什么样的时间有选择性的回收指定的应用程序池: 使用C#代码操作的就是上图中的回收工作进程,单位分钟,默认好像是1740分钟吧,没有意义: using System.DirectoryServices; //先引用此命名空间,IIS7据说已经是有新的API private void button1_Click(object sender, EventArgs e) { string method = this.comboBox1.Text; //Start开启 Recycle回收 Stop 停止 strin 阅读全文 »
posted @ 2011-03-08 20:56 pccai 阅读(3683) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示