Visual Studio 2015 说明 For the latest documentation on C#, visit the C# Guide on docs.microsoft.com. readonly 关键字是可以在字段上使用的修饰符。 当字段声明包括 readonly 修饰符时,该 ...
点击右侧的修改按钮,对应的input中的disabled和readonly得属性修改 Jquery的api中提供了对元素应用disabled和readonly属性的方法,在这里记录下,感兴趣的朋友可以练练手了 Jquery的api中提供了对元素应用disabled和readonly属性的方法,在这里 ...
分类:
Web程序 时间:
2018-01-18 13:27:08
阅读次数:
192
Shell默认情况下是不会超时自动登出的,但有时需要让它一段时间后在没有操作的情况下自动退出终端。1、创建文件/etc/profile.d/autologout.sh:? ? ? # vim /etc/profile.d/autologout.sh? ? ? TMOUT=10? ? ? readonly TM
分类:
系统相关 时间:
2018-01-17 16:44:05
阅读次数:
201
资料查找https://www.cnblogs.com/tdws/p/5836122.html https://www.cnblogs.com/lori/p/5794454.html private static readonly ConnectionMultiplexer _sentinel; s ...
1. 概述 Apache Kylin?是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。它能在亚秒内查询巨大的Hive表。 2. 内容 在集成Kylin到CDH Hadoop环境中时,发现新版 ...
分类:
其他好文 时间:
2018-01-13 16:53:55
阅读次数:
744
1、需求 在代码中经常会遇到需要把对象复制一遍,或者把属性名相同的值复制一遍。 比如: Student s = new Student() { Age = 20, Id = 1, Name = "Emrys" }; 我们需要给新的Student赋值 Student ss = new Student ...
项目用到handsontable 插件 根据官网 API写的handsontable初始化, 数据展示, ajax请求, 参数封装, Controller参数接受 全局容器 handsontable 的初始化 1 function onIniHandsonTable(data) { 2 $('#ho ...
分类:
其他好文 时间:
2018-01-10 17:36:38
阅读次数:
668
2.1.using关键字有什么用?什么是IDisposable? using可以声明namespace的引入,还可以实现非托管资源的释放,实现了IDisposiable的类在using中创建,using结束后会自动调用该对象的Dispose方法,释放资源。using其实等价于try……finally ...
分类:
Web程序 时间:
2018-01-07 14:10:19
阅读次数:
221
github地址:https://github.com/jiliuliu/FoundationOC ...
分类:
其他好文 时间:
2018-01-06 14:22:34
阅读次数:
148
<div class="uploader"> <input type="text" class="filename" readonly="readonly"/> <input type="button" name="file" class="button" value="导入"/> <input t ...
分类:
其他好文 时间:
2018-01-04 16:23:45
阅读次数:
122