文章转自 https://www.cnblogs.com/zyj649261718/p/4110429.html 今天,在IIS上部署网站后,出现了下面错误: 只有在配置文件或 Page 指令中将 enableSessionState 设置为 true 时,才能使用会话状态。还请确保在应用程序配置的 ...
分类:
其他好文 时间:
2018-03-16 12:09:57
阅读次数:
389
一、ibator是一个ibatis的代码生成工具,它能根据数据表自动生成javabean、sqlmap。 ibator的官方地址是 http://ibatis.apache.org/ibator.html。 二、在eclipse中安装ibator插件步骤: 三、如何使用ibator: 配置文件aba ...
分类:
其他好文 时间:
2018-03-15 15:13:12
阅读次数:
1062
如果你用MVC写过程序,那么你应该知道ViewBag这个用于前后台的数据传递工具,那么你是否对ViewBag的用法感到过疑惑呢? 我们知道,在使用对象属性的时候要先申明(即这个对象的类中已经定义了这个属性)才能使用(此时VS的自动提示能弹出此类的所有属性),然而使用ViewBag时你会发现 View ...
分类:
Web程序 时间:
2018-03-02 12:33:39
阅读次数:
236
一、Variable类源码简介 二、Variable类和计算图 简单的建立一个计算图,便于理解几个相关知识点: requires_grad参数:是否要求导数,默认False,叶节点指定True后,依赖节点都被置为True .backward()方法:根Variable的方法会反向求解叶Variabl ...
分类:
其他好文 时间:
2018-02-14 23:16:40
阅读次数:
505
main.php中’components'=>[] 中添加如下代码: 添加.htaccess文件: ...
分类:
Web程序 时间:
2018-02-08 13:40:16
阅读次数:
240
铭文一级: Spark Streaming is an extension of the core Spark API that enables scalable, high-throughput, fault-tolerant stream processing of live data stre ...
分类:
其他好文 时间:
2018-01-28 11:24:12
阅读次数:
210
BOI'98 DAY 2 TASK 1 CONFERENCE CALL PROBLEM A telecom company would like to offer a three-party conference call service. This service enables three cu ...
分类:
其他好文 时间:
2018-01-21 13:52:51
阅读次数:
220
// Using a DependencyProperty as the backing store for TextH. This enables animation, styling, binding, etc... public static readonly DependencyProper ...
分类:
其他好文 时间:
2018-01-21 00:10:23
阅读次数:
148
一、准备工作anaconda程序的运行配置文件kickstart文件,root用户家目录下的anaconda.cfg即ks.cfg文件。CentOS6与CentOS7系统镜像文件软件/工具:httpd、tftp-server、dhcp、syslinux包二、安装软件包/工具,启用yuminstallPackages{httpd,tftp-server,dhcp,syslinux}配置dhcpd.c
分类:
其他好文 时间:
2018-01-13 18:51:59
阅读次数:
213
一、 这是前台需要的东西 <asp:TextBox ID="Textemail" runat="server" CssClass="noneinput" placeholder="请输入邮箱账号" onblur="email()"></asp:TextBox> <asp:Button ID="But ...