DATA MIGRATION FOR SERVICE UPGRADES
    23.
    发明申请
    DATA MIGRATION FOR SERVICE UPGRADES 审中-公开
    数据迁移服务升级

    公开(公告)号:US20120030167A1

    公开(公告)日:2012-02-02

    申请号:US12847485

    申请日:2010-07-30

    IPC分类号: G06F17/30

    CPC分类号: G06F16/214 G06F16/9574

    摘要: Embodiments are directed to efficiently migrating data from one version of a service to another version and to temporarily transitioning a user to a different service for evaluation. A computer system pre-transfers user data from a first service to a second, different service before an indication is received that the user is to be transitioned from the first service to the second service. The user data includes identification information identifying users of the first service. The computer system receives an indication that a first service user is to be transitioned to the second service. The computer system transfers service data used by the first service to the second service and synchronizes any changes in the user data that occurred between the user data pre-transfer and the service data transfer, so that the second service is provided using the transferred service data and the synchronized user data.

    摘要翻译: 实施例旨在有效地将数据从一个版本的服务迁移到另一个版本,并将用户临时转换到不同的服务进行评估。 在接收到用户将要从第一服务转换到第二服务的指示之前,计算机系统将用户数据从第一服务预先传送到第二不同的服务。 用户数据包括识别第一服务的用户的识别信息。 计算机系统接收第一服务用户将被转换到第二服务的指示。 计算机系统将由第一服务使用的服务数据传送到第二服务,并且同步在用户数据预传送和服务数据传送之间发生的用户数据中的任何改变,使得使用传送的服务数据提供第二服务 和同步的用户数据。

    Design structure for estimating and/or predicting power cycle length, method of estimating and/or predicting power cycle length and circuit thereof
    24.
    发明授权
    Design structure for estimating and/or predicting power cycle length, method of estimating and/or predicting power cycle length and circuit thereof 有权
    用于估计和/或预测功率周期长度的设计结构,估计和/或预测功率周期长度的方法及其电路

    公开(公告)号:US07903493B2

    公开(公告)日:2011-03-08

    申请号:US12109379

    申请日:2008-04-25

    IPC分类号: G11C5/14

    CPC分类号: G11C5/143

    摘要: A design structure is embodied in a machine readable medium for designing, manufacturing, or testing a design. The design structure includes a threshold register having a counter, a count register, and a non-volatile storage for storing a state when a value of the count register equals or exceeds a value of the threshold register. Also provided is a method of predicting and/or estimating a power cycle duration in order to save a state in non-volatile memory and a circuit. The method includes setting a threshold value; determining that the threshold value has been equaled or exceeded; and saving the state in the non-volatile memory at a first checkpoint based on the threshold value being equaled or exceeded.

    摘要翻译: 设计结构体现在用于设计,制造或测试设计的机器可读介质中。 该设计结构包括具有计数器,计数寄存器和非易失性存储器的阈值寄存器,用于当计数寄存器的值等于或超过阈值寄存器的值时存储状态。 还提供了一种预测和/或估计功率周期持续时间以便将状态保存在非易失性存储器和电路中的方法。 该方法包括设置阈值; 确定阈值已经相等或超过; 并且基于所述阈值相等或超过,在第一检查点处将所述状态保存在所述非易失性存储器中。

    System for modifying queries before presentation to a sponsored search generator or other matching system where modifications improve coverage without a corresponding reduction in relevance
    26.
    发明授权
    System for modifying queries before presentation to a sponsored search generator or other matching system where modifications improve coverage without a corresponding reduction in relevance 有权
    用于在呈现给赞助搜索生成器或其他匹配系统之前修改查询的系统,其中修改改进覆盖而不相应地减少相关性

    公开(公告)号:US07668808B2

    公开(公告)日:2010-02-23

    申请号:US11077968

    申请日:2005-03-10

    IPC分类号: G06F17/30

    摘要: Techniques are provided for modifying queries to increase the number of sponsored links that are returned in response to the queries. A query modification system uses a predefined set of rules that are designated to modify a query to increase the chance that the modified query will match more sponsored links. The modified query is then matched against a listing of search query strings that have been pre-selected by sponsors. Each pre-selected search query strings corresponds to one or more sponsored web links. If the modified query matches one of the pre-selected search query strings, the corresponding sponsored web links are returned and displayed to the user.

    摘要翻译: 提供了用于修改查询以增加响应于查询返回的赞助链接的数量的技术。 查询修改系统使用指定的修改查询的预定义规则集,以增加修改的查询将匹配更多赞助链接的机会。 然后将修改的查询与由赞助者预选的搜索查询字符串的列表进行匹配。 每个预先选择的搜索查询字符串对应于一个或多个赞助的web链接。 如果修改的查询与预选的搜索查询字符串中的一个相匹配,则返回相应的赞助的web链接并将其显示给用户。

    Generic validation layer for object properties
    27.
    发明申请
    Generic validation layer for object properties 审中-公开
    对象属性的通用验证层

    公开(公告)号:US20080222611A1

    公开(公告)日:2008-09-11

    申请号:US11716179

    申请日:2007-03-09

    申请人: Nitin Sharma

    发明人: Nitin Sharma

    IPC分类号: G06F9/44

    CPC分类号: G06F11/3604

    摘要: A validation layer that facilitates the automatic annotation of object properties by the object with a validation attribute (e.g., FieldValidation), thereby specifying a set of validation rules declaratively, and scenarios under which these validation rules should fire. During build time, the validation layer iterates through each module and associated module classes to automatically generate the validation code. This not only makes the code more readable, but also ensures that a project has consistent validation handling. The validation layer applies to the annotation and validation at the property-level and inter-property. Thus, property-level validation is employed to ensure the correctness of individual values, and inter-property validation can be employed to ensure the correctness in combinations of values.

    摘要翻译: 验证层,有助于具有验证属性(例如FieldValidation)的对象自动注释对象属性,从而声明性地指定一组验证规则,以及这些验证规则应该触发的方案。 在构建期间,验证层遍历每个模块和相关的模块类,以自动生成验证码。 这不仅使代码更易读,还确保项目具有一致的验证处理。 验证层适用于属性级别和属性之间的注释和验证。 因此,使用属性级验证来确保单个值的正确性,并且可以采用相互性质验证来确保值的组合的正确性。

    System for modifying queries before presentation to a sponsored search generator or other matching system where modifications improve coverage without a corresponding reduction in relevance
    28.
    发明申请
    System for modifying queries before presentation to a sponsored search generator or other matching system where modifications improve coverage without a corresponding reduction in relevance 有权
    用于在呈现给赞助搜索生成器或其他匹配系统之前修改查询的系统,其中修改改进覆盖而不相应地减少相关性

    公开(公告)号:US20060206474A1

    公开(公告)日:2006-09-14

    申请号:US11077968

    申请日:2005-03-10

    IPC分类号: G06F17/30

    摘要: Techniques are provided for modifying queries to increase the number of sponsored links that are returned in response to the queries. A query modification system uses a predefined set of rules that are designated to modify a query to increase the chance that the modified query will match more sponsored links. The modified query is then matched against a listing of search query strings that have been pre-selected by sponsors. Each pre-selected search query strings corresponds to one or more sponsored web links. If the modified query matches one of the pre-selected search query strings, the corresponding sponsored web links are returned and displayed to the user.

    摘要翻译: 提供了用于修改查询以增加响应于查询返回的赞助链接的数量的技术。 查询修改系统使用指定的修改查询的预定义规则集,以增加修改的查询将匹配更多赞助链接的机会。 然后将修改的查询与由赞助者预选的搜索查询字符串的列表进行匹配。 每个预先选择的搜索查询字符串对应于一个或多个赞助的web链接。 如果修改的查询与预选的搜索查询字符串中的一个相匹配,则返回相应的赞助的web链接并将其显示给用户。

    Wearable Chemical Dispenser
    30.
    发明申请
    Wearable Chemical Dispenser 有权
    耐磨化学分配器

    公开(公告)号:US20150115060A1

    公开(公告)日:2015-04-30

    申请号:US14067241

    申请日:2013-10-30

    IPC分类号: A61L9/12 A01M1/02 A01M1/20

    摘要: Wearable devices for dispensing insect repellents, fragrances, and/or other chemicals along the outside of the clothing of a human are disclosed. They are of the type that are clipped onto a belt or the like, and use a powered fan to dispense active. They are configured with outlet arrangements to minimize power use while still achieving acceptable air flow rates. These changes permit use of smaller power supplies and more compact arrangements for power supply (e.g., battery) positioning. This in turn permits a much more compact and lightweight construction to achieve the desired results.

    摘要翻译: 公开了用于在人的衣服外部分配驱虫剂,香料和/或其他化学品的可穿戴装置。 它们是被夹在皮带或类似物上的类型,并且使用动力风扇来分配活动的。 它们配置有出口装置,以尽量减少功率使用,同时仍然达到可接受的空气流速。 这些更改允许使用较小的电源和更紧凑的电源(例如电池)定位布置。 这又允许更紧凑和轻巧的结构来获得期望的结果。