1.写了ToDoDataContext类,实现数据存储 在实例化类中,忘记检查 数据库
是否已存在,导致一直报错: “System.Data.SqlServerCe.SqlCeException”类型的未经处理的异常在
Microsoft.Phone.Interop.ni.dll 中发生...
分类:
其他好文 时间:
2014-05-20 00:27:40
阅读次数:
365
第一步:建立所有页面的基类PageBase.csusing System;using
System.Data;using System.Configuration;using System.Web;using
System.Web.Security;using System.Web.UI;using...
分类:
其他好文 时间:
2014-05-19 22:20:12
阅读次数:
368
英文原文:10 Articles Every Programmer Must Read
作为一名 Java 程序员和软件开发人员,那些每个程序员都应该知道的 XXX
的文章教会了我不少东西,它们提供了某个特定领域的一些实用的并且有深度的信息,这些东西通常很难找到。在我学习的过程中我读到过许多非...
分类:
其他好文 时间:
2014-05-19 22:06:41
阅读次数:
399
1.异常提示:"image_content" is not translated in
zh-rCN,
zh-rTW2.错误原因:根据报错提示,是说我没有对string文件做国际化翻译操作,但是我报错的项目并没有做国际化,所以并没有values-zh-rCN和values-zh-rTW两个文件夹,最...
分类:
其他好文 时间:
2014-05-19 22:04:44
阅读次数:
317
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 继承{ class Program { static void
Main(string[]...
分类:
其他好文 时间:
2014-05-19 21:40:41
阅读次数:
347
项目目录--src--testTable--image--active.gif||_Task.class方法1:通过项目目录访问。Stringa=System.getProperty("user.dir");//得到项目目录StringactiveString=a+"\\src\\testTable...
分类:
编程语言 时间:
2014-05-19 21:38:35
阅读次数:
508
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 异常1{ class Program { static void
Main(string[...
分类:
其他好文 时间:
2014-05-19 20:39:32
阅读次数:
309
http://javarevisited.blogspot.sg/2014/05/10-articles-every-programmer-must-read.htmlBeing
a Java programmer and Software developer, I have learned a l...
分类:
其他好文 时间:
2014-05-19 20:38:15
阅读次数:
529
public static string checkStr(string html) {
System.Text.RegularExpressions.Regex regex1 = new
System.Text.RegularExpressions.Regex...
分类:
Web程序 时间:
2014-05-19 20:31:20
阅读次数:
385
Socket 编程时,单机最多可以建立多少个 TCP 连接,受到操作系统的影响。Windows
下单机的TCP连接数受多个参数影响:最大TCP连接数[HKEY_LOCAL_MACHINE \System \CurrentControlSet
\Services \Tcpip \Parameters]...