码迷,mamicode.com
首页 >  
搜索关键字:cts    ( 2631个结果
angular指令
1、*ngFor指令 2、属性绑定 3、属性绑定 4、组件之间的通信 父组件中传入 子组件接收 ...
分类:其他好文   时间:2017-07-04 20:10:00    阅读次数:140
RF安装autoitlibrary出错解决方法
本机python 和 RF均是安装的32位,但是机子是64位 1、安装win32 http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/ 2、安装autoitlv3 https://www.autoitscript.com ...
分类:其他好文   时间:2017-07-04 20:09:17    阅读次数:210
Three failed attempts of handling non-sequential data
The Progress of Products Classification Cause now we are considering to classify the product by two kinds of features, product images, and product tit ...
分类:其他好文   时间:2017-07-04 18:30:27    阅读次数:255
OBJECT_ID()的使用方法
数据库中每个对像都有一个唯一的ID值,用Object_name(id)可以根据ID值得到对像的名称,object_id(name)可以根据对像名称得到对象的IDobject_id()只能返回用户创建的对像的ID,像以sys开头的表都是系统表所以返回不了的 如下列: ...
分类:其他好文   时间:2017-07-04 14:55:03    阅读次数:111
扑克牌效果
JS部分 ...
分类:其他好文   时间:2017-07-04 00:03:57    阅读次数:255
DirectorySearcher.Filter 属性(转)
获取或设置一个值,该值的轻型目录访问协议 (LDAP) 格式筛选器字符串。 更多信息见:http://www.cnblogs.com/zhongweiv/archive/2013/01/05/ad_sync.html 属性值 Type: System.String LDAP 搜索筛选器字符串格式,例 ...
分类:其他好文   时间:2017-07-03 16:32:47    阅读次数:206
《CS:APP》 chapter 9 Vitrual Memory 笔记
Vitrual Memory In order to manage memory more efficiently and with fewer errors, modern systems provide an abstraction of main memory known as virtual ...
分类:移动开发   时间:2017-07-03 12:14:40    阅读次数:256
Item2: 遇到多个构造器形参时考虑使用构建器
Consider a builder when faced with many constructor parameters引言遇到多个构造器时要考虑用构建器(builder)重叠构造器(telescoping constructor)// Telescoping constructor patte... ...
分类:其他好文   时间:2017-07-03 10:15:14    阅读次数:210
Python_03
本节内容 集合操作 文件操作 字符编码与转码 函数 函数参数与局部变量 返回值 1、集合操作 集合是一个无序的,不重复的数据组合,它的主要作用如下: 去重,把一个列表变成集合,就自动去重了 关系测试,测试两组数据之前的交集、差集、并集等关系 常用操作 s = set([3,5,9,10]) #创建一 ...
分类:编程语言   时间:2017-07-02 10:21:39    阅读次数:227
使用plantuml生成uml图
主要包括以下三步: 一、到http://plantuml.com/download 下载plantuml.jar ,我将这个软件放置到home的/home/munication/WORKM/ProgramSelf/PlantUML/目录下面 二、使用顺手的编辑器,我用vim输入以下内容: 假如文件名 ...
分类:其他好文   时间:2017-07-02 10:07:27    阅读次数:1211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!