码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
IOS 弹出式 POPMenuView
//MenuView.h//// MenuView.h// RockPopMenu//// Created by zhuang chaoxiao on 14-6-26.// Copyright (c) 2014年zhuang chaoxiao. All rights reserved.//#impo...
分类:移动开发   时间:2014-07-07 08:33:40    阅读次数:209
xp_cmdshell 命令的开启与关闭,和状态查询
/*EXEC sp_configure ‘allow updates’, 0RECONFIGURE*/-- 启用:exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'xp_cmdshell',1reconf...
分类:其他好文   时间:2014-07-07 08:12:28    阅读次数:363
[BAT]批处理自动修改区域和语言选项
open a cmd window and type reg query "HKCU\Control Panel\International" which will show you the values as you want them.Then to modify them, use REG A...
分类:其他好文   时间:2014-07-06 23:26:01    阅读次数:1227
Leetcode Substring with Concatenation of All Words
You are given a string,S, and a list of words,L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenati...
分类:其他好文   时间:2014-07-06 19:09:21    阅读次数:169
grabber
加不了用户名密码-h, --help show this help message and exit -u ARCHIVES_URL, --url=ARCHIVES_URL Adress to investigate -s, --sql ...
分类:其他好文   时间:2014-07-05 19:47:05    阅读次数:163
Yii的缓存机制之动态缓存
当整个页面被缓存,但只有小部分区域需要根据不同的条件设置不同的信息。(例如商品的详细页面的缓存中用户名是动态的)这里就需要设置动态缓存。首先在被缓存的模板中使用renderDynamic进行动态渲染。使用如下renderDynamic('show_name');//动态渲染,参数为控制器中的普通方法...
分类:其他好文   时间:2014-07-05 17:28:50    阅读次数:153
bootstarp modal自动调整宽度的JS代码
$('#ajaxPage').modal('show').css({ width: 'auto', 'margin-left': function () { return -($(this).width() / 2); ...
分类:Web程序   时间:2014-07-04 07:55:30    阅读次数:273
如何设置mysql的表不区分你大小写
Linux上安装MySQL默认是数据库的表大小写敏感的。修改很简单,只要该一个mysql的配置文件就可以了。 mysql> show tables; +--------------------------------------+ | Tables_in_cddl                       | +--------------------------------------...
分类:数据库   时间:2014-07-04 07:51:23    阅读次数:264
uva 1401 dp+Trie
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=4147 题意:给定一个字符串,以及若干单词,求有几种方式能用单词组成字符串  我先是dp方程推得有问题不知怎么修改搞得卡了很久,然后就是数组开得太小一直RE tr...
分类:其他好文   时间:2014-07-04 07:40:01    阅读次数:278
UVA10038 Jolly Jumpers
Problem E: Jolly Jumpers A sequence of n > 0 integers is called a jolly jumper if the absolute values of the difference between successive elements take on all the values 1 through n-1. For ins...
分类:其他好文   时间:2014-07-03 17:40:42    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!