码迷,mamicode.com
首页 >  
搜索关键字:change    ( 6994个结果
The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software
The Free Lunch Is OverA Fundamental Turn Toward Concurrency in SoftwareBy Herb SutterThe biggest sea change in software development since the OO revol...
分类:其他好文   时间:2015-01-20 23:46:36    阅读次数:332
javascript常用函数(1):jquery操作select 基本操作
$(this).children('option:selected').val();//这就是selected的值$("#charCity").empty();//内容清空:jQuery获取Select选择的Text和Value: 复制代码 代码如下: $("#select_id").change(...
分类:编程语言   时间:2015-01-20 13:22:38    阅读次数:149
Eclipse setting
设置字体大小: window--preferences--General--appearance--colors and fonts--java--"java editor text font",然后点change Eclipse中导入java文件中注释为乱码: 出现的原因:因为windows下默认的编码是GBK,而导入的ava源文件编码是UTF-8 eclipse->wi...
分类:系统相关   时间:2015-01-20 10:27:00    阅读次数:222
用JS的数组缓存一些东西
var cache_index = new Array(); //首页的ajax缓存//ajax 推荐的游戏和软件function change_tuijian(sid,div_class){ if(typeof(cache_index[sid])=="undefined") { ...
分类:编程语言   时间:2015-01-19 18:38:08    阅读次数:164
同义词(学习笔记)
同义词 = 表的别名语法:CREATE [PUBLIC] SYNONYM 同义词名称 FOR 数据库对象 ;示例一、--使用管理员创建或者具有创建同义词权限的用户--为scott创建同义词CONN sys/change_on_install AS SYSDBA ;CREATE SYNONYM mye...
分类:其他好文   时间:2015-01-18 12:59:48    阅读次数:192
(简单) POJ 3126 Prime Path,BFS。
Description The ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all have to change the ...
分类:其他好文   时间:2015-01-16 23:35:08    阅读次数:225
gerrit 数据库查找change_id
############################################################## remote: Resolving deltas: 100% (2/2) error: unpack failed: error Missing unknown 613fd2557fba30aff2dbd51c3807cc57561bab08 fatal: Unpack...
分类:数据库   时间:2015-01-16 13:09:21    阅读次数:480
大整数除法,C语言基础语法实现
#include#include#define N 2004void change(char c[],int n[]);int Sub(int *a,int *b,int lena,int lenb);int main(){ char x[N],y[N]; int a[N]={0},b[N]={0}...
分类:编程语言   时间:2015-01-16 01:08:34    阅读次数:275
Dynamic CRM 2013学习笔记(二十八)用JS动态设置字段的change事件、必填以及可见
我们知道通过界面设置字段的change事件,是否是必填,是否可见非常容易。但有时我们需要动态地根据某些条件来设置,这时有需要通过js来动态地控制了。 下面分别介绍如何用js来动态设置。 一、动态设置字段的change事件 // form on load event function onLoad()...
分类:Web程序   时间:2015-01-15 23:27:59    阅读次数:224
通知中心与本地通知
发送通知[[NSNotificationCenter defaultCenter]postNotificationName:@"change" object:nil];注册通知[[NSNotificationCenter defaultCenter]addObserver:self selecto....
分类:其他好文   时间:2015-01-15 17:47:42    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!