码迷,mamicode.com
首页 >  
搜索关键字:name that number    ( 120481个结果
select option项选择后跳转页面
第一种方法:跳转到当前页:location.href为跳转当前的页面第二种方法:window.open为打开新窗口跳转跳转到新页面:
分类:其他好文   时间:2014-04-30 01:56:00    阅读次数:497
js 中中括号,大括号使用详解
一、{ } 大括号,表示定义一个对象,大部分情况下要有成对的属性和值,或是函数。如:var LangShen = {"Name":"Langshen","AGE":"28"};上面声明了一个名为“LangShen”的对象,多个属性或函数用,(逗号)隔开,因为是对象的属性,所以访问时,应该用.(点)来...
分类:Web程序   时间:2014-04-30 01:22:02    阅读次数:563
linux中文乱码问题及locale详解
一、修改系统默认语言及中文乱码问题记录系统默认使用语言的文件是/etc/sysconfig/i18n,如果默认安装的是中文的系统,i18n的内容如下: LANG="zh_CN.UTF-8" SYSFONT="latarcyrheb-sun16" SUPPORTED="zh_CN.UTF-8:zh_C...
分类:系统相关   时间:2014-04-30 01:14:51    阅读次数:607
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
Mine Number(搜索,暴力) ACM省赛第三届 G
Mine NumberTime Limit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描述Every one once played the game called Mine Sweeping, here I change the rule. You are g...
分类:其他好文   时间:2014-04-30 01:05:41    阅读次数:857
LeetCode——Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:其他好文   时间:2014-04-30 00:21:32    阅读次数:536
锁类型例子updateselect type,name from v$lock_type;SQL> create table t(id int primary key);表已创建。SQL> insert into t values(1);已创建 1 行。SQL> commit;提交完成。SQL> u...
分类:其他好文   时间:2014-04-29 22:57:24    阅读次数:591
我的MYSQL学习心得(三)
我的MYSQL学习心得(三)我的MYSQL学习心得(一)我的MYSQL学习心得(二)查看字段的长度SQLSERVERUSE [sss]GOSELECT LEN([NAME]) FROM [dbo].[aa]MYSQLCREATE TABLE tmp13(vb VARBINARY(10))INSERT...
分类:数据库   时间:2014-04-29 22:17:25    阅读次数:561
CF243 DIV2 C Sereja and Swaps(暴力)
题意:给你一个数组,问你交换最多K个数以后,最大子串和为多少;解题思路:枚举这个数组最大字串和的起点和终点,然后优先队列交换这段里面的小数去换外面的大数,即可求出答案!解题代码: 1 // File Name: c.cpp 2 // Author: darkdream 3 // Created Ti...
分类:其他好文   时间:2014-04-29 21:44:33    阅读次数:605
POJ 1236
Network of SchoolsTime Limit:1000MSMemory Limit:10000KTotal Submissions:10500Accepted:4189DescriptionA number of schools are connected to a computer n...
分类:其他好文   时间:2014-04-29 20:33:42    阅读次数:567
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!