码迷,mamicode.com
首页 >  
搜索关键字:extra    ( 2903个结果
解决Wamp 开启vhost localhost 提示 403 Forbbiden 的问题!
很奇怪的一个问题,我以前从来都没有这样过!访问 http://localhost/ 提示  403 Forbbiden。 我之前的设置一直都是这样的: httpd.conf AllowOverride All Options Indexes FollowSymLinks Require all granted extra/httpd-vhost.conf...
分类:其他好文   时间:2014-11-18 00:28:55    阅读次数:837
Unity3d NGUI知识
参考:http://forum.exceedu.com/forum/forum.php?mod=viewthread&tid=33091&extra=page%3D1一、Panel相关1、Alpha属性影响所有在panel下面的widget。所以可以用它来淡出整个窗口2、如果你的UI需要被灯光影响,...
分类:编程语言   时间:2014-11-17 22:33:40    阅读次数:375
常用的外网yum源之epel.repo
[epel]name=Extra Packages for Enterprise Linux 6 - $basearchbaseurl=http://download.fedoraproject.org/pub/epel/6/$basearchmirrorlist=http://mirrors.fe...
分类:其他好文   时间:2014-11-17 21:16:46    阅读次数:213
Android自定义系统分享面板
在Android中实现分享有一种比较方便的方式,调用系统的分享面板来分享我们的应用。最基本的实现如下: public Intent getShareIntent(){ Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND); intent.putExtra(Intent.EXTRA_TEXT, "这是测试分享...
分类:移动开发   时间:2014-11-17 17:55:36    阅读次数:248
LaTeX点滴(一)Argument of \CJK@XX has an extra }
最近写笔记的时候就碰到一个问题,使用CJK的时候,时常出现一个错误,“Argument of \CJK@XX has an extra }”。据说这个问题是一个著名问题,是CJK和fancyhdr之类的包冲突了。我检查了所有括号,都是匹配的,尝试了\clearpage什么的都不起作用。网上说的解决方...
分类:其他好文   时间:2014-11-17 17:30:12    阅读次数:2659
Android 之数据传递小结
Android开发中,在不同模块(如Activity)间经常会有各种各样的数据需要相互传递,常用的的有五种传递方式。它们各有利弊,有各自的应用场景。下面分别介绍一下:1、Intent对象传递简单数据 Intent的Extra部分可以存储传递的数据,可以传送int, long, char等一些基础类....
分类:移动开发   时间:2014-11-17 12:04:56    阅读次数:203
Determine whether an integer is a palindrome. Do this without extra space.
看到这个题目的时候,首先不认识 Determine这个单词,英文不好没办法,查了下是确认的意思,然后不懂 palindrome这个单词, 查了下是回文的意思。 问题是 回文是个什么东西,官方解释: A palindrome is a word, phrase, number, or other sequence of characters which reads the same b...
分类:其他好文   时间:2014-11-17 01:45:30    阅读次数:220
Leetcode-Set Matrix Zeroes
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up: Did you use extra spac...
分类:其他好文   时间:2014-11-17 00:23:53    阅读次数:244
Linked List Cycle II
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it without using extra space?本来不...
分类:其他好文   时间:2014-11-16 17:10:02    阅读次数:276
Leetcode-Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for...
分类:其他好文   时间:2014-11-16 08:11:04    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!