1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using System.Net; 6 using System.IO;
7 8 nam...
分类:
其他好文 时间:
2014-05-19 11:14:32
阅读次数:
369
C(Quantity Center)是一款不错的测试管理工具,最近把公司的操作系统从Windows
XP升级到Windows 7之后,发现登录到QC
Server的Addin页面,很多客户端组件不能正常下载,从而导致整个QC不能使用。通过Google找到了解决方案(http://www.sqafor...
if
(System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath))
&& System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(...
分类:
其他好文 时间:
2014-05-19 11:04:02
阅读次数:
217
问题描述,以前做的程序迁移到vs2013后出现500.22问题。HTTP 错误 500.22
- Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。最可能的原因: 此应用程序在
system.web/httpModules 节中定义配置。可尝试的...
分类:
其他好文 时间:
2014-05-19 10:38:58
阅读次数:
276
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 静态成员{ class Program { static void
Main(string...
分类:
其他好文 时间:
2014-05-19 10:38:16
阅读次数:
263
1、css样式1.fpage{text-align:center;clear:both;padding-top:10px;}2.fpage
a{font-size:14px;border:1pxsolid#ccc;padding:3px;box-shadow:0px0px3px#bbb;}3.fpa...
分类:
Web程序 时间:
2014-05-19 10:27:42
阅读次数:
376
Broadcast Receiver 的使用 1、Broadcast Receiver简介
2、Broadcast Receiver接收系统自带的广播 3、自定义广播 一、Broadcast Receiver简介 Android中的四大组件是
Activity、Service、Broadc...
分类:
移动开发 时间:
2014-05-19 10:14:25
阅读次数:
365
最近的项目一直是传统的asp.net
webform和mysql的结合,遇到了mysql.data.dll注册的问题,官方的ado.net
connector发布了两个版本,一个是win下的,一个是mono用的,在注册该dll的时候遇到了这种问题,记录下来备忘吧
分类:
数据库 时间:
2014-05-19 10:07:26
阅读次数:
505
private void C_txt(string str){ string strname
= "D:\\" + System.DateTime.Now.ToString("yyyymmddhhmmss") + ".txt"; StreamWriter
swWordChange = n...
分类:
其他好文 时间:
2014-05-19 09:53:50
阅读次数:
188
1、当有大量数据需要计算、显示在界面或者调用sleep函数时,容易导致界面卡死,可以采用多线程加委托的方法解决using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;usi...
分类:
编程语言 时间:
2014-05-19 09:47:53
阅读次数:
340