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
$(this).children('option:selected').val();//这就是selected的值$("#charCity").empty();//内容清空:jQuery获取Select选择的Text和Value: 复制代码 代码如下: $("#select_id").change(...
分类:
编程语言 时间:
2015-01-20 13:22:38
阅读次数:
149
设置字体大小:
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
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
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
##############################################################
remote: Resolving deltas: 100% (2/2)
error: unpack failed: error Missing unknown 613fd2557fba30aff2dbd51c3807cc57561bab08
fatal: Unpack...
分类:
数据库 时间:
2015-01-16 13:09:21
阅读次数:
480
#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
我们知道通过界面设置字段的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