1. 添加Reflection 引用 2. 利用Assembly动态创建窗体 ...
thinkjs学习-this.assign传递数据和ajax调用后台接口 ...
分类:
Web程序 时间:
2017-09-03 12:26:45
阅读次数:
1557
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V... ...
分类:
编程语言 时间:
2017-09-02 23:21:27
阅读次数:
197
Iterator: 迭代器接口,是Collection接口的父接口。Implementing this interface allows an object to be the target of the "foreach" statement. 也就是说,所有的Collection集合对象都具有f ...
分类:
编程语言 时间:
2017-08-31 18:03:54
阅读次数:
227
1.选择linux+android studio是最优 2.在window下搭android studio也很方便。提示sdk找不到的时候先别管,装好AS后再去configuration。 3.4g的电脑运行as真的很卡。遇到:system process isn't running 这种警告。工具 ...
分类:
移动开发 时间:
2017-08-31 16:12:47
阅读次数:
146
记得在学校的时候, 老师为了开拓我们的眼界, 给我们上了一堂有关反射的用法,随后给我们现场演示了一个宿主插件的例子. 虽然后来我没有在实际的项目中用到这个知识点,但是我觉得这个是一个不错的东西. 自己定义一个宿主,然后对外提供接口, 大家按照统一的接口规范来,这样就能大家一起开发,完善该插件. 我这 ...
分类:
其他好文 时间:
2017-08-31 12:32:39
阅读次数:
255
RMS服务:基于文件的内容进行保护和定义,需要部署RMS服务器O365中支持基于Azure的ADRMS服务激活RMS服务在SharePoint和Exchange中激活IRM服务,在终端的Office软件中使用“限制访问”功能排错工具:Office365Support
andRecoveryAssistanttool(https://diagnostics.outlook.co..
分类:
其他好文 时间:
2017-08-29 13:02:47
阅读次数:
236
String.prototype.getParms=function(name){ var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i'); if(this.match(reg)) return this.match(reg)[2]; ... ...
分类:
其他好文 时间:
2017-08-26 19:54:10
阅读次数:
148
windows10安装Anaconda+TensorFlow(CPU)+keras+Pycharm ...