码迷,mamicode.com
首页 >  
搜索关键字:customize    ( 329个结果
MongoDB - The mongo Shell, Configure the mongo Shell
Customize the Prompt You may modify the content of the prompt by setting the variable prompt in the mongo shell. The promptvariable can hold strings a ...
分类:数据库   时间:2016-12-01 03:40:49    阅读次数:279
AX7: HOW TO USE TABLE METHOD EXTENSION CLASS
To create new methods on a table without customize you should use the Table method extension class. This class will be compiled as an extension of the ...
分类:其他好文   时间:2016-11-25 12:24:47    阅读次数:144
ctypes to load library in c/c++
cdll.LoadLibrary(...) restype (default is c_int) argtypes (what's the default? c_int?) customized data structure how ctypes wrap c/c++ functions? ...
分类:编程语言   时间:2016-10-25 18:41:16    阅读次数:167
TestDirector自定义管理:工程配置
一、工程配置 1.进入工程配置界面 2.点击“customize project entities”弹出自定义字段对话框。(这里有六个表,每个表中的字段分为系统字段(system fields)和用户自定义字段(user fields)),选择DefectàUser Fields节点,点击底部的ne ...
分类:其他好文   时间:2016-10-10 14:06:41    阅读次数:170
TestDirector自定义管理:用户配置
一、进入Customize 1.打开TD,点击TestDirector,进入登录界面,在TD登录页面右上角点击“CUSTOMIZE(自定义)”。 2.选择要登录的域和项目,输入用户帐号和密码,点击确定,进入用户配置界面。 二、用户配置 用户配置界面如下图: 1.点击“Change Password” ...
分类:其他好文   时间:2016-10-10 13:29:26    阅读次数:168
python 爬虫使用方法分享(1)——安装python
环境:win10 64位 专业版 已激活 python官网:https://www.python.org/ 安装版本:https://www.python.org/ftp/python/3.6.0/python-3.6.0b1-amd64.exe 安装过程中: 选择 customize instal ...
分类:编程语言   时间:2016-10-05 22:09:48    阅读次数:189
7,SFDC 管理员篇 - 数据模型 - 公式和验证 1
1,自定义公式 Customize | Your Object | Fields | Add Fields Field SF的公式和Excel的公式差不多,都是支持各种运算和结果 例1,以opportunity 为例,选择自定义公式的返回类型, 选择文本并填写Field Label 可以填写公式,选 ...
分类:其他好文   时间:2016-09-18 01:08:34    阅读次数:230
Fiddler中增加两个过滤规则
1. 点开Fiddler的Rules菜单,点击Customize Rules... 2. 在Handlers这个class下面增加 3. 在static function OnBeforeResponse(oSession: Session)方法下面增加 4. 在打开fiddler后在rules中勾 ...
分类:其他好文   时间:2016-09-06 15:39:37    阅读次数:138
取消不掉标题栏的终极方法
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</ ...
分类:其他好文   时间:2016-08-10 19:08:27    阅读次数:112
利用ArcMap对tiff或jpg格式地图图片的配准步骤
原文:利用ArcMap对tiff或jpg格式地图图片的配准步骤 在实际应用中,经常会遇到提供一张高精度的地图图片文件,如何对将该图片进行配准(使图片具有经纬度坐标)。当然我们得有一些大概的参考图层,配准至少需要采集3个点以上。以下是操作步骤:1、工具栏依次点击”Customize“->"Toolba... ...
分类:其他好文   时间:2016-08-10 00:41:45    阅读次数:333
329条   上一页 1 ... 20 21 22 23 24 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!