上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 26 下一页
摘要: http://www.uml.org.cn/sjms/201211023.asp http://shusheng007.top/2021/09/07/999/ 阅读全文
posted @ 2017-09-13 10:52 田坤坤 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 今天遇到这个问题头都大了,百度上也没找到解决方案,就自己在哪里沉思。。。。。。。。。。。。。。。。 终于皇天不负有心人,被我解决了! 这是调用ChildRelations.Add(“名字”,“父级”,”子级“)的时候用错了对象,应该用父级表的对象,用子级表就会报这个错误! 阅读全文
posted @ 2017-09-12 17:26 田坤坤 阅读(152) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/ningyuanhuo/article/details/42291303 阅读全文
posted @ 2017-09-12 13:06 田坤坤 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1、引用System.Configuration.DLL 2、引用命名空间System.Configuration和System.Web.Configuration 3、上代码 // 使用指定的虚拟路径将 Web 应用程序配置文件作为 System.Configuration.Configurati 阅读全文
posted @ 2017-09-08 11:14 田坤坤 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 废话不多说,直接上代码。 1、typeof(类名):它是一个运算符 eg_1:Type type = typeof(int) ; eg_2:public class Student { Type type = typeof(Student) ; ........................... 阅读全文
posted @ 2017-09-07 11:46 田坤坤 阅读(197) 评论(0) 推荐(0) 编辑
摘要: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html#jdk-6u14-oth-JPR 你去访问这个页面 拖到下面就会看到你要的JDK版本了 这是JDK的官 阅读全文
posted @ 2017-09-06 16:39 田坤坤 阅读(462) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/86493.htm 阅读全文
posted @ 2017-09-06 16:15 田坤坤 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Areas/p/5556780.html 阅读全文
posted @ 2017-09-06 16:14 田坤坤 阅读(109) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Draw 阅读全文
posted @ 2017-09-04 16:20 田坤坤 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 所有与配置文件相关的类:(粗体为一般情况下使用到的类,其它类功能可能在很复杂的情况下才使用到。) 1、ConfigurationManager,这个提供用于打开客户端应用程序集的Configuration对象。2、WebConfigurationMaManager,这个提供用于打开web应用程序集的 阅读全文
posted @ 2017-09-01 10:36 田坤坤 阅读(425) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 26 下一页