var names = document.getElementById("names");var
pwds = document.getElementById("pwds");function subtton(){ if(names.value == ""
&& names.value.len...
分类:
其他好文 时间:
2014-05-24 00:27:14
阅读次数:
242
#includeusing namespace std;class node{public:
node():value(0),next(NULL){} ~node(){} int value; node* next;};///be careful
this ;node* cr...
分类:
其他好文 时间:
2014-05-23 23:06:05
阅读次数:
258
#includeusing namespace std;class node{public:
node():value(0),next(NULL){} ~node(){} int value; node* next;};///be careful
this ;node* cr...
分类:
其他好文 时间:
2014-05-23 23:03:01
阅读次数:
301
###KVC简介:**KVC**,即Key-value coding,它是一种使用
**字符串** 标示符,**间接访问**
对象属性的机制,而不是直接调用getter和setter方法。通常我们使用**valueForKey**来替代getter方法,**setValue:forKey**来替代的...
分类:
其他好文 时间:
2014-05-23 11:51:23
阅读次数:
334
方法/步骤1登陆plsql,执行sql语句,输出的中文标题显示成问号????;条件包含中文,则无数据输出 步骤阅读 2输入sql语句select * from
V$NLS_PARAMETERS查看字符集,查看第一行value值是否为简体中文 步骤阅读 3进入注册表,依次单击HKEY_LOCAL_MA...
分类:
数据库 时间:
2014-05-23 11:49:58
阅读次数:
357
前些天写js的时候发现vs的提示都没了。。。纳闷但是没去了解原因。今天实在是受不了了。网上搜了一下,看到msdn文档上一句话,“通过使用 reference
指令,Visual Studio 能够在当前正编辑的脚本与其他脚本之间建立关系。”;突然之间我就明白了。找到项目中的Scripts文件夹下的_...
分类:
编程语言 时间:
2014-05-23 11:33:07
阅读次数:
304
#includeusing namespace std;class node{public:
node():value(0),next(NULL){} ~node(){} int value; node* next;};///be careful
this ;node* cr...
分类:
其他好文 时间:
2014-05-23 10:31:24
阅读次数:
240
#KVO技术笔记:####KVO简介:**KVO**,即:Key-Value
Observing,它提供一种
**间接机制**,当指定的对象的属性被修改后,对象就会接收到通知。简单的说,就是每次指定的被观察的对象的属性被修改后,KVO就会自动通知相应的观察者.这个机制可以达到最大程度的**解耦合**...
分类:
其他好文 时间:
2014-05-23 10:29:34
阅读次数:
294
#includeusing namespace std;class node{public:
node():value(0),next(NULL){} ~node(){} int value; node* next;};///be careful
this ;node* cr...
分类:
其他好文 时间:
2014-05-23 10:28:09
阅读次数:
250
#includeusing namespace std;class node{public:
node():value(0),next(NULL){} ~node(){} int value; node* next;};///be careful
this ;node* cr...
分类:
其他好文 时间:
2014-05-23 10:06:09
阅读次数:
247