var user = $("user");var from1 = $("from1");var
userCheck = $("userCheck");var reg = /^[a-zA-Z][a-zA-Z0-9]{5,15}$/;var pwdyi
=$("pwdyi");var pawcheck ...
分类:
其他好文 时间:
2014-05-26 01:58:31
阅读次数:
218
1.创建对象 1.1 new 用new进行创建对象: var user = new Object();
user.age = 12;//同时为对象添加属性 user.name = ‘ajun’;1.2{}用{}创建对象,如: var user = {
‘name’:’ajun, ‘age’:12 }...
分类:
编程语言 时间:
2014-05-26 01:35:14
阅读次数:
361
1、用SYS用户以SYSDBA身份登录SQL
Plus,使用DBA_USERS视图查看用户信息:SELECT USERNAME, ACCOUNT_STATUS, CREATED FROM
DBA_USERS;--用户名,账户状态,创建用户的日期2、创建用户、删除用户CREATE USER IDEN....
分类:
数据库 时间:
2014-05-26 00:56:24
阅读次数:
334
从资源文件中获取Bitmap:【1】先获取Resource,然后可以通过资源ID获取DrawableDrawable
d = r.getDrawable(R.drawable.xxx));【2】通过资源ID获取资源文件的数据流,再获取BitmapInputStream is =
r.openRawR...
分类:
其他好文 时间:
2014-05-25 19:43:50
阅读次数:
258
net user heibai lovechina /add
加一个heibai的用户密码为lovechina net localgroup Administrators heibai /add
把他加入Administrator组net start telnet ...
Sencha removed the refreshFn from the pullrefresh
plugin in ST 2.2. Here is an user extension with gives the old functionality
back to you./** * This ...
分类:
其他好文 时间:
2014-05-25 19:39:42
阅读次数:
289
Problem Description
Teacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one people to kill.
Teacher HU and his 40 students wil...
分类:
其他好文 时间:
2014-05-25 18:19:44
阅读次数:
306
Problem Description
Teacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one people to kill.
Teacher HU and his 40 students wil...
分类:
其他好文 时间:
2014-05-25 10:02:35
阅读次数:
309
ADB启不来,报"The connection to adb is down, and a severe error has occured" 检查任务管理器,也没看到adb.exe. 尝试手工启动.
C:\Ndk\adt-bundle-window\sdk\platform-tools>adb kill-server
* server not running *
C:\Ndk\adt-...
分类:
数据库 时间:
2014-05-25 07:32:54
阅读次数:
310
MSSQLServer2000数据库使用备份还原造成的孤立用户和对象名‘xxx’无效的错误的解决办法在使用数据库的过程中,经常会遇到数据库迁移或者数据迁移的问题,或者有突然的数据库损坏,这时需要从数据库的备份中直接恢复。但是,此时会出现问题,这里说明几种常见问题的解决方法。一、孤立用户的问题比如,以...
分类:
其他好文 时间:
2014-05-25 03:32:02
阅读次数:
269