码迷,mamicode.com
首页 >  
搜索关键字:settings    ( 7776个结果
解决The current branch is not configured for pull No value for key branch.master.merge found in config
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:其他好文   时间:2014-08-15 12:15:58    阅读次数:209
linux 下getch()函数实现
//调用 //char*ptr=(char*)malloc(sizeof(char)*128); //ptr=get_passwd(); //printf("\n");#include<stdio.h>#include<termios.h>#include<unistd.h>#include<assert.h>#include<string.h>#include<stdlib.h>intgetch(){ intc=0; structt..
分类:系统相关   时间:2014-08-15 02:42:17    阅读次数:300
mysql数据库文件默认保存目录(windows)
如果没有自己去设置安装路径,MYSQL默认安装在C:/Program Files/MySQL/MySQL Server 5.1,新建的数据库文件在C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/d...
分类:数据库   时间:2014-08-14 19:52:09    阅读次数:226
django表单使用forms.ModelForm
win7 python2.7 django 1.6.5 因为使用数据库sqlite,项目中有models.py,所以使用方便的forms.ModelForm处理表单。 上传图像文件使用默认的defaultstorage。 1、settings.py里增加两行media的定义: #Media MEDIA_ROOT = 'e:/Depot/media' MEDIA_URL = '/...
分类:其他好文   时间:2014-08-14 16:52:08    阅读次数:318
SharePoint 2013 对象模型操作"网站设置"菜单
在SharePoint的开发中,经常会有客户提到网站操作上的栏目过多,其实,我们除了可以通过Feature的方式添加,还可以通过服务器端对象模型的方式添加;下面,让我用简单的例子,给大家介绍一下;   1、操作SiteAction,添加“Add by Linyu”,隐藏“Site Settings”,效果如下图:   2、我是通过webpart的方式,修改当前页面的菜单,代码截图:   ...
分类:Web程序   时间:2014-08-14 14:04:38    阅读次数:238
ubuntu14.04配置mysql+cdt
1.sudo apt-get install mysql-server mysql-clientsudo apt-get install libmysql-dev2. 修改cdt配置project-->properities-->c/c++build-->settings-->gcc c compl...
分类:数据库   时间:2014-08-14 10:40:38    阅读次数:252
Python version 2.7 required, which was not found in the registry
新建一个register.py文件,把一下代码贴进去,保存(G盘)# #scripttoregisterPython2.0orlaterforusewithwin32all#andotherextensionsthatrequirePythonregistrysettings# #writtenbyJoakimLoewforSecretLabsAB/PythonWare# #source:#http://www.pythonware.com/products/work..
分类:编程语言   时间:2014-08-13 15:16:57    阅读次数:216
SharePoint 母版页保存后不起作用
有时新建一个站点,编辑母版页保存后,母版页不起作用,可能原因就是母版页需要发布后才能生效。发布母版页步骤如下:Site Settings—>Master Pages选中需要编辑的母版页,点击功能区的“Publish”.需要发布母版页的原因:Site collection features 中的 Sh...
分类:其他好文   时间:2014-08-13 01:05:54    阅读次数:182
Android4.4 之Bluetooth整理
Android 4.4上蓝牙协议栈采用的是BRCM和Google共同开发的bluedroid,代替了之前的Bluez. 一、 Bluetooth 源码分布 (基于Android 4.4 ) 1. ?packages/apps/Settings/src/com/android/settings/bluetooth ? ? ...
分类:移动开发   时间:2014-08-12 19:13:57    阅读次数:336
myeclipse 项目导入 Eclipse中
1.myeclipse项目导入到Eclipse中左上角没有一个地球的标志。需要把项目变成Web项目,在项目上右键-->Properties-->选择Project Facets2.3.如果报错,项目根目录去找到.settings文件夹下的org.eclipse.wst.common.project....
分类:系统相关   时间:2014-08-12 18:44:04    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!