码迷,mamicode.com
首页 >  
搜索关键字:setting    ( 5158个结果
C Looooops(欧几里德+poj2115)
C Looooops Description A Compiler Mystery: We are given a C-language style for loop of type for (variable = A; variable != B; variable += C) statement; I.e., a loop which starts by setting variable to value A and while variable is not equal to B, repe...
分类:其他好文   时间:2015-05-02 18:10:35    阅读次数:123
android sdk 下载缓慢的问题
原文地址:http://www.oschina.net/question/265039_173445#tags_nav1、在Android SDK Manager Setting 窗口设置 HTTP Proxy server:mirrors.neusoft.edu.cn HTTP Proxy P.....
分类:移动开发   时间:2015-05-02 12:23:12    阅读次数:167
android studio不能上网被墙方案
在家的时候由于可恶的某些原因,android studio根本不能用解决方案:我是安装了goagent(畅游无限自带的,它还能更新GoAgent的代理)更新android sdk tool:去File->setting->http proxy中,选择手动设置代理为127.0.0.1(本机),端口是8...
分类:移动开发   时间:2015-05-02 09:31:33    阅读次数:1452
The file couldn’t be opened because you don’t have permission to view it
because you dont have permission to view it解决办法Project---Build Setting中 修改这一项,变成Default Compiler(Apple LLVM 6.0)图片展示:
分类:其他好文   时间:2015-05-01 10:40:18    阅读次数:154
[iOS高级]XCode中的Target介绍和简单使用
可以看到已达到想要的效果,总的来说,选中一个Target后可以更改与之相关的各种属性,如Info、Build Setting、Build Phases等,来生成不同的app。 本文中提到链接: 苹果官方的解释 可以参考唐巧的一篇文章...
分类:移动开发   时间:2015-04-30 18:14:56    阅读次数:231
maven
一、简介: 1. 下载maven,配置path 2. 修改本地仓库位置,修改maven目录下的conf中的setting.xml,增加如下内容localRepository配置,例如:D:\maven\Repository 3.maven 配置说明: groupId: 当前Maven项...
分类:其他好文   时间:2015-04-29 18:56:02    阅读次数:210
Restart the Domain Controller in Directory Services Restore Mode Locally
如何预控挂了,想办法在其他预控上使用NTDSUTIL把主机角色都抓过来!然后查看netdomqueryfsmo再回到出问题的预控上,敲下面的命令重启恢复即可!bcdedit/setsafebootdsrepairbcdedit/deletevaluesafebootshutdown-t01-rAfterwardsitshouldrebootinnormalmode.ValueDescription/..
分类:其他好文   时间:2015-04-29 11:58:00    阅读次数:142
MVC部门树的实现 http://www.ztree.me/v3/api.php
$(function () { $.fn.zTree.init($("#treeDemo"), setting);})//#region 树var setting = { async: { enable: true, ...
分类:Windows程序   时间:2015-04-28 20:20:54    阅读次数:143
自定义View
自定义控件的步骤自定义一个View继承ViewGroup等相似效果的View;重写构造方法可以在构造方法中附加要显示的内容如下:View.inflate(context, R.layout.ui_setting_view, this);这里就是让这个填充出来的View显示到当前我们自定义的这个布局中...
分类:其他好文   时间:2015-04-28 18:17:23    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!