码迷,mamicode.com
首页 >  
搜索关键字:see    ( 2224个结果
前端学习资料汇总(转)
前端学习资料汇总(转)http://www.w3cfuns.com/blog-5402109-5400901.html端工具:can i see :http://caniuse.com/——一个查看css及html5在各个浏览器及手机端的支持情况前端视野:——平时可以多看看的网站了解下最新资讯前端观...
分类:其他好文   时间:2015-01-12 18:56:13    阅读次数:167
Windows 8 的权限问题
查看某进程是否在以管理员身份运行 How to See if Process is running as administrator (elevated) in Windows 8 and 8.1 在Task Manager的“Details”标签中对column header右键,可以添加一个新栏...
分类:Windows程序   时间:2015-01-12 13:00:27    阅读次数:219
git
git initgit add *git commit -m "aaa" (git commit) (git commit -v)git statusgit diff #see the difference between modified files and staged files (git d...
分类:其他好文   时间:2015-01-12 06:51:03    阅读次数:337
Uboot makefile 解读
## (C) Copyright 2000-2012# Wolfgang Denk, DENX Software Engineering, wd@denx.de.## See file CREDITS for list of people who contributed to this# proje...
分类:其他好文   时间:2015-01-10 18:03:58    阅读次数:149
git gc内存错误的解决方案
Auto packing the repository for optimum performance. You may alsorun "git gc" manually. See "git help gc" for more information.Counting objects: 9231,...
分类:其他好文   时间:2015-01-10 16:21:28    阅读次数:1394
安卓开发技巧四:手机分辨率处理工具类
/**  *   * @Description:手机分辨率处理工具类  * @author:  * @see:  * @since:  * @copyright ©   * @Date:2014年8月13日  */ public class DensityUtil {       /**       * 根据手机的分辨率从 dp 的单位 转成为 px(像素)...
分类:移动开发   时间:2015-01-10 13:56:52    阅读次数:171
ubuntu 安装bugzilla---index.cgi show text
安装完 bugzilla 之后 访问 url/bugzilla 之后没有出现登录界面,而是出现了index.cgi代码。 解决办法: ?You can see if the directory /etc/apache2/mods-enabled/ has a symlink?cgi.load. If there is no ...
分类:系统相关   时间:2015-01-09 23:53:33    阅读次数:444
eclipse报错 com/genuitec/eclipse/j2eedt/core/J2EEProjectUtil 转
今天eclipse突然报了com/genuitec/eclipse/j2eedt/core/J2EEProjectUtil 错误,并且工程文件打不开了,在网上找了一下资料,然后按照方法操作了一遍,好了,解决方法如下:错误提示信息:An error has occurred.See error log...
分类:系统相关   时间:2015-01-09 17:16:08    阅读次数:219
具有动态效果的响应式设计
?摘要: 响应式设计已经流行很久了,今天分享一个借助transition来实现动态切换布局的效果。代码: Document > Resize your navigator's window to see this awesome responsive ...
分类:其他好文   时间:2015-01-09 17:12:25    阅读次数:154
Python疑难杂症01----"no encoding declared 错误"解决方法
在使用Python编译的时候出现如下错误: SyntaxError: Non-ASCII character '\xe5' in file Test1.py on line 8, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details 解决方法:python的默认编码文件是用的...
分类:编程语言   时间:2015-01-09 14:18:29    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!